Searched refs:CLatmDemux (Results 1 – 3 of 3) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.h | 152 } CLatmDemux; typedef 157 CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, 177 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, 182 CLatmDemux *pLatmDemux); 184 UINT CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux, const UINT prog, 186 UINT CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux); 187 UINT CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux); 188 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux); 189 UINT CLatmDemux_GetNrOfLayers(CLatmDemux *pLatmDemux, const UINT program);
|
D | tpdec_latm.cpp | 125 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, int m_muxConfigPresent, in CLatmDemux_ReadAudioMuxElement() 237 CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, in CLatmDemux_Read() 284 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, in CLatmDemux_ReadStreamMuxConfig() 584 FDKmemclear(pLatmDemux, sizeof(CLatmDemux)); /* reset structure */ in CLatmDemux_ReadStreamMuxConfig() 595 CLatmDemux *pLatmDemux) { in CLatmDemux_ReadPayloadLengthInfo() 647 UINT CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux, const UINT prog, in CLatmDemux_GetFrameLengthInBits() 658 UINT CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux) { in CLatmDemux_GetOtherDataPresentFlag() 662 UINT CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux) { in CLatmDemux_GetOtherDataLength() 666 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux) { in CLatmDemux_GetNrOfSubFrames() 670 UINT CLatmDemux_GetNrOfLayers(CLatmDemux *pLatmDemux, const UINT prog) { in CLatmDemux_GetNrOfLayers()
|
D | tpdec_lib.cpp | 127 CLatmDemux latm; 298 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig()
|