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 470 INT escCnt = 0;
475 escCnt ++;
479 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
480 escCnt--;
481 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 68 milliseconds