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;
464 FDKwriteBits( hBs, (hAss->otherDataLenBytes>0) ? 1:0, 1 ); /* otherDataPresent */
467 if( hAss->otherDataLenBytes > 0 ) {
469 INT otherDataLenTmp = hAss->otherDataLenBytes;
479 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF;
621 hAss->otherDataLenBytes = 0;

Completed in 105 milliseconds