Searched refs:escCnt (Results 1 - 2 of 2) sorted by relevance

/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp471 INT escCnt = 0; local
476 escCnt ++;
480 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
481 escCnt--;
482 otherDataLenEsc = escCnt>0;
/external/aac/libAACdec/src/
H A Drvlc.cpp305 SCHAR escCnt=0; local
316 pEsc[escCnt] = escWord;
317 escCnt++;
321 pRvlc->numDecodedEscapeWordsEsc = escCnt;
327 pRvlc->numDecodedEscapeWordsEsc = escCnt;

Completed in 163 milliseconds