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

/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h134 unsigned int otherDataLenBytes; member in struct:__anon188
H A Dtpenc_latm.cpp175 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 497 milliseconds