summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bdc5f42)
raw | patch | inline | side by side (parent: bdc5f42)
author | Chitresh Gupta <chitresh.g@pathpartnertech.com> | |
Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530) | ||
committer | Chitresh Gupta <chitresh.g@pathpartnertech.com> | |
Thu, 16 Mar 2017 12:34:47 +0000 (18:04 +0530) |
pasdk/test_dsp/framework/aspDecOpCircBuf_master.c | patch | blob | history | |
pasdk/test_dsp/sap/sap_d10.c | patch | blob | history |
diff --git a/pasdk/test_dsp/framework/aspDecOpCircBuf_master.c b/pasdk/test_dsp/framework/aspDecOpCircBuf_master.c
index b35401741fb9687329af27800d776242063ab60c..c676722e639d8644adc138b562de6f67278d4d80 100644 (file)
#define DEF_SOURCE_SEL ( PAF_SOURCE_PCM ) // default source select
#define DEF_DEC_OP_FRAME_LEN ( PAF_SYS_FRAMELENGTH ) // ( 256 ) // default decoder output frame length
-#define DEF_STR_FRAME_LEN ( 256 ) // default stream frame length
+#define DEF_STR_FRAME_LEN ( PAF_SYS_FRAMELENGTH ) // default stream frame length
// Generate mute AF on circular buffer read
static Void cbReadAfMute(
index 084fe013485530c638c7e2b866c972cab7aeda1a..e248769e24142b2c1f4d4c136b945a1a0223d2b9 100644 (file)
@@ -852,7 +852,7 @@ static int manageInput (DEV2_Handle device, const SAP_D10_Rx_Params *pParams, PA
pStatusIn->emphasis = PAF_IEC_PREEMPHASIS_NO;
-#ifndef _ENABLE_BENCHMARK_PCMHSR_SRC_CAR_
+#ifndef ___ENABLE_BENCHMARK_PCMHSR_SRC_CAR_ //TODO: For all the cases it works.
//
// Input interface rate hard-coded to 192 kHz to avoid I2C transactions.
// Temporary fix works for EC3 and MLP/MAT formats.