]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-218:Add missing DEF_STR_FRAME_LEN macro definition
authorFrank Livingston <frank-livingston@ti.com>
Wed, 19 Jul 2017 16:55:07 +0000 (11:55 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 19 Jul 2017 16:55:07 +0000 (11:55 -0500)
pasdk/test_dsp/framework/aspDecOpCircBuf_master.h

index 1cc7906270f52074edd4497325cb5d93aa66cf2f..e74dbf080dacff399d43186b177351e923bac34c 100644 (file)
@@ -40,11 +40,12 @@ All rights reserved.
 #include "paftyp.h"
 #include "aspDecOpCircBuf_common.h"
 
-#define ASP_DECOP_CB_READ_UNDERFLOW         ( ASP_DECOP_CB_ERR_START-1 )  // error: read underflow
-#define ASP_DECOP_CB_READ_INVSTATE          ( ASP_DECOP_CB_ERR_START-2 )  // error: circular buffer invalid state on read
+#define ASP_DECOP_CB_READ_UNDERFLOW         ( ASP_DECOP_CB_ERR_START-1 )    // error: read underflow
+#define ASP_DECOP_CB_READ_INVSTATE          ( ASP_DECOP_CB_ERR_START-2 )    // error: circular buffer invalid state on read
 
-#define ASP_DECOP_CHECK_DRAINSTATE_ALL      ( -1 )  // check circular buffer combined drain state      
+#define ASP_DECOP_CHECK_DRAINSTATE_ALL      ( -1 )                          // check circular buffer combined drain state
 
+#define DEF_STR_FRAME_LEN                   ( PAF_SYS_FRAMELENGTH )         // default stream frame length
 
 // Initialize circular buffer
 Int cbInit(