Searched refs:transportDec_GetAuBitsRemaining (Results 1 – 3 of 3) sorted by relevance
436 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
1134 …if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FL… in CAacDecoder_DecodeFrame()1491 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()1568 INT unreadBits = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()
1124 INT transportDec_GetAuBitsRemaining( const HANDLE_TRANSPORTDEC hTp, const UINT layer ) in transportDec_GetAuBitsRemaining() function