Home
last modified time | relevance | path

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

/external/aac/libMpegTPEnc/src/
Dtpenc_latm.cpp175 bitDemand += 8*hAss->otherDataLenBytes; in transportEnc_LatmCountFixBitDemandHeader()
464 FDKwriteBits( hBs, (hAss->otherDataLenBytes>0) ? 1:0, 1 ); /* otherDataPresent */ in CreateStreamMuxConfig()
467 if( hAss->otherDataLenBytes > 0 ) { in CreateStreamMuxConfig()
469 INT otherDataLenTmp = hAss->otherDataLenBytes; in CreateStreamMuxConfig()
479 otherDataLenTmp = (hAss->otherDataLenBytes>>(escCnt*8)) & 0xFF; in CreateStreamMuxConfig()
621 hAss->otherDataLenBytes = 0; in transportEnc_InitLatmStream()
Dtpenc_latm.h134 unsigned int otherDataLenBytes; member