Home
last modified time | relevance | path

Searched defs:pLatmDemux (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPDec/src/
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.cpp242 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig() local