]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Remove debug captures from ARM code
authorFrank Livingston <frank-livingston@ti.com>
Thu, 11 Aug 2016 20:12:57 +0000 (15:12 -0500)
committerFrank 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

index 698278f6705947f1eef04e89176dd3004678d436..ae4947d9d435353796c77e99422d478f2f987634 100644 (file)
@@ -287,10 +287,10 @@ Void taskAspSlaveFxn(
         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)
@@ -527,7 +527,7 @@ Void taskAspSlaveFxn(
                     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)
@@ -545,10 +545,10 @@ Void taskAspSlaveFxn(
                         //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)