Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/include/
Dtpdec_lib.h396 HANDLE_FDK_BITSTREAM transportDec_GetBitstream ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp138 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_GetFreeBytes()
815 hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_DecodeFrame()
Daacdecoder.cpp1125 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp353 HANDLE_FDK_BITSTREAM transportDec_GetBitstream( const HANDLE_TRANSPORTDEC hTp, const UINT layer ) in transportDec_GetBitstream() function