]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - processor_audio_sdk_1_00_00_00/pasdk/test_arm/framework/audioStreamDecodeProc.h
Add GateMP for Decoder Output Circular Buffer
[processor-sdk/performance-audio-sr.git] / processor_audio_sdk_1_00_00_00 / pasdk / test_arm / framework / audioStreamDecodeProc.h
index da0aacef8a973d9dfe8ca009ef762fd39c9d7c5e..3fa0fca5d665429c3dfb960bd4c412416191bcb7 100644 (file)
@@ -45,6 +45,7 @@ All rights reserved.
 #include "audioStreamProc_params.h"
 #include "audioStreamProc_patchs.h"
 #include "audioStreamProc_config.h"
+#include "aspDecOpCircBuf_common.h"
 
 struct PAF_ASDT_Params;
 struct PAF_ASDT_Patchs;
@@ -107,6 +108,7 @@ typedef struct PAF_ASDT_Patchs {
 typedef struct PAF_ASDT_Config 
 {
     ACP_Handle     acp;
+    PAF_AST_DecOpCircBufCtl decOpCircBufCtl; // decoder output circular buffer control
     PAF_AST_Config *pAstCfg; // ASIT/ASOT/ASDT shared configuration
 } PAF_ASDT_Config;
 
@@ -192,5 +194,6 @@ Int resetAfSamsiz(
     Int z
 );
 
+extern PAF_ASDT_Config gPAF_ASDT_config;
 
 #endif /* _ASDP_H_ */