Home
last modified time | relevance | path

Searched refs:transportDec_GetAuBitsRemaining (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/include/
Dtpdec_lib.h436 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
/external/aac/libAACdec/src/
Daacdecoder.cpp1136 …if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FL… in CAacDecoder_DecodeFrame()
1496 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()
1580 INT unreadBits = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp1141 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer ) in transportDec_GetAuBitsRemaining() function