Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.h137 } CLatmDemux; typedef
143 CLatmDemux *pLatmDemux,
162 CLatmDemux *pLatmDemux,
168 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux…
170 int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux);
171 int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux);
172 int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux);
173 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
Dtpdec_latm.cpp120 CLatmDemux *pLatmDemux, in CLatmDemux_ReadAudioMuxElement()
159 CLatmDemux *pLatmDemux, in CLatmDemux_Read()
213 CLatmDemux *pLatmDemux, in CLatmDemux_ReadStreamMuxConfig()
363 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux) in CLatmDemux_ReadPayloadLengthInfo()
414 int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux) in CLatmDemux_GetFrameLengthInBits()
419 int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux) in CLatmDemux_GetOtherDataPresentFlag()
424 int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux) in CLatmDemux_GetOtherDataLength()
429 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux) in CLatmDemux_GetNrOfSubFrames()
Dtpdec_lib.cpp115 CLatmDemux latm;
242 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig()