summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 699e98f)
raw | patch | inline | side by side (parent: 699e98f)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 11 Aug 2016 20:12:57 +0000 (15:12 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 11 Aug 2016 20:12:57 +0000 (15:12 -0500) |
procsdk_audio_x_xx_xx_xx/test_arm/framework/audioStreamProc_slave.c | patch | blob | history |
diff --git a/procsdk_audio_x_xx_xx_xx/test_arm/framework/audioStreamProc_slave.c b/procsdk_audio_x_xx_xx_xx/test_arm/framework/audioStreamProc_slave.c
index 698278f6705947f1eef04e89176dd3004678d436..ae4947d9d435353796c77e99422d478f2f987634 100644 (file)
alg[zMD] = pC->xDec[zMD].decAlg[sourceSelect];
// FL: debug, reset IB capture buffer
- capIbReset();
- Log_info0("capIbReset()");
+ //capIbReset();
+ //Log_info0("capIbReset()");
// FL: debug, reset audio frame capture buffer
- capAfReset();
+ //capAfReset();
decDone = FALSE;
while (decDone==FALSE)
if (dec->fxns->decode)
{
// FL: debug, capture input buffer
- capIb(pC->xInp[z].pInpBuf);
+ //capIb(pC->xInp[z].pInpBuf);
errno = dec->fxns->decode(dec, NULL, &pC->xDec[z].decodeInStruct, &pC->xDec[z].decodeOutStruct);
if (errno < 0)
//TRACE_TERSE1("nSamples=%d",pAfWrt->data.nSamples);
// FL: debug, capture audio frame
- if (capAfWrite(pAfWrt, PAF_CNTR) != CAP_AF_SOK)
- {
- Log_info0("capAfWrite() error");
- }
+ //if (capAfWrite(pAfWrt, PAF_CNTR) != CAP_AF_SOK)
+ //{
+ // Log_info0("capAfWrite() error");
+ //}
cbErrno = cbWriteAf(pCb, pAfWrt);
if (cbErrno < 0)