HomeSort by relevance Sort by last modified time
    Searched refs:escCnt (Results 1 - 2 of 2) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_latm.cpp 471 INT escCnt = 0;
476 escCnt ++;
480 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
481 escCnt--;
482 otherDataLenEsc = escCnt>0;
  /external/aac/libAACdec/src/
rvlc.cpp 305 SCHAR escCnt=0;
316 pEsc[escCnt] = escWord;
317 escCnt++;
321 pRvlc->numDecodedEscapeWordsEsc = escCnt;
327 pRvlc->numDecodedEscapeWordsEsc = escCnt;
    [all...]

Completed in 1102 milliseconds