X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=blobdiff_plain;f=procsdk_audio_x_xx_xx_xx%2Fcommon%2FdbgDib.c;h=135084535f94596cd3f177685ed6e5fe83537e6e;hp=d0f3b6dd9409b6fa5d35cdaba5da7c0274b11ff9;hb=370be031227f151d82bea9e3569952883712a31e;hpb=dd2134c20b5d02a7959f0dbee9580f9e404526b0 diff --git a/procsdk_audio_x_xx_xx_xx/common/dbgDib.c b/procsdk_audio_x_xx_xx_xx/common/dbgDib.c index d0f3b6dd..13508453 100644 --- a/procsdk_audio_x_xx_xx_xx/common/dbgDib.c +++ b/procsdk_audio_x_xx_xx_xx/common/dbgDib.c @@ -183,12 +183,14 @@ Void capIb( nBytes = pInpBufConfig->frameLength * pInpBufConfig->sizeofElement; +#if 0 // FL: DDP debug if (nBytes != 24576) { Log_info1("capIb(): nBytes=%d", nBytes); gNumDiffFrame[gCapIbBufPingPongSel]++; } +#endif if ((CAP_IB_BUF_SZ - gCapIbBufIdx[gCapIbBufPingPongSel]) < nBytes) {