Searched refs:transportDec_GetBitstream (Results 1 – 4 of 4) sorted by relevance
509 HANDLE_FDK_BITSTREAM transportDec_GetBitstream(const HANDLE_TRANSPORTDEC hTp,
167 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_GetFreeBytes()1166 hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_DecodeFrame()1263 hBsAu = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_DecodeFrame()
674 hBs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_PreRollExtensionPayloadParse()2383 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_DecodeFrame()
676 HANDLE_FDK_BITSTREAM transportDec_GetBitstream(const HANDLE_TRANSPORTDEC hTp, in transportDec_GetBitstream() function