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

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 134 unsigned int otherDataLenBytes;
tpenc_latm.cpp 175 bitDemand += 8*hAss->otherDataLenBytes;
465 FDKwriteBits( hBs, (hAss->otherDataLenBytes>0) ? 1:0, 1 ); /* otherDataPresent */
468 if( hAss->otherDataLenBytes > 0 ) {
470 INT otherDataLenTmp = hAss->otherDataLenBytes;
480 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
622 hAss->otherDataLenBytes = 0;

Completed in 182 milliseconds