Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.h157 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux…
Dtpdec_latm.cpp140 if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) { in CLatmDemux_ReadAudioMuxElement()
353 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux) in CLatmDemux_ReadPayloadLengthInfo() function
Dtpdec_lib.cpp655 err = CLatmDemux_ReadPayloadLengthInfo(hBs, &hTp->parser.latm); in synchronization()