Home
last modified time | relevance | path

Searched refs:transportDec_GetBitstream (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPDec/include/
Dtpdec_lib.h509 HANDLE_FDK_BITSTREAM transportDec_GetBitstream(const HANDLE_TRANSPORTDEC hTp,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp167 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()
Daacdecoder.cpp674 hBs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_PreRollExtensionPayloadParse()
2383 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp676 HANDLE_FDK_BITSTREAM transportDec_GetBitstream(const HANDLE_TRANSPORTDEC hTp, in transportDec_GetBitstream() function