]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-218:Update output frame length
authorFrank Livingston <frank-livingston@ti.com>
Wed, 26 Jul 2017 17:46:30 +0000 (12:46 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 26 Jul 2017 17:46:30 +0000 (12:46 -0500)
pasdk/test_dsp/framework/audioStreamOutProc.c
pasdk/test_dsp/framework/audioStreamOutProc.h
pasdk/test_dsp/framework/itopo/params.c

index 310526facd17f0de65179b9fe8064c6ed4b44f59..2abd0709c1a83e69efcde3db5e1a50a783f9e1eb 100644 (file)
@@ -3441,7 +3441,7 @@ static Int PAF_ASOT_outputReset(
 }
 
 // FL: debug, allow modification of output frame length via JTAG
-Int16 gOutFrameLen=DEF_STR_FRAME_LEN; // stream frame length (PCM samples)
+Int16 gOutFrameLen=PAF_ASOT_FRAMELENGTH; // output frame length (PCM samples)
 
 //   Purpose:   Init-Sync Dec Info1 state function.
 //              Performes Dec Info1 Init-Sync.
index e1a42ac8f77c49776ce4e8d4a82c404fcc4e3a56..c6c24eba29a379839c43d86bb3cdd803f8e3ff89 100644 (file)
@@ -48,6 +48,12 @@ All rights reserved.
 #include "audioStreamProc_config.h"
 #include "audioStreamProc_master.h"
 
+/* !!!!!!!!! Revisit !!!!!!!!!!!!!!
+ * Purpose : Temporary ASOT FL sizes.
+ *                      Deprecate PAF_SYS_FRAMELENGTH in phases.*/
+#define PAF_ASOT_FRAMELENGTH           256
+#define PAF_ASOT_MAX_FRAMELENGTH       1024
+
 // Global debug counter */
 extern Uint32 gTaskAsopCnt; // debug counter for ASOP task
 
index cc81ffcbd7a7ea928ea78a44a721679f13ed714d..74dc45ea67cb78e8e5920d7cb65a68c55468ccbb 100644 (file)
@@ -57,12 +57,6 @@ All rights reserved.
 
 #include "dbgBenchmark.h" // PCM high-sampling rate + SRC + CAR benchmarking
 
-/* !!!!!!!!! Revisit !!!!!!!!!!!!!!
- * Purpose : Temporary ASOT FL sizes.
- *                      Deprecate PAF_SYS_FRAMELENGTH in phases.*/
-#define PAF_ASOT_FRAMELENGTH           256
-#define PAF_ASOT_MAX_FRAMELENGTH       1024
-
 //
 // Framework Declarations
 //