Searched refs:CLatmDemux (Results 1 – 3 of 3) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.h | 152 } CLatmDemux; typedef 155 CLatmDemux *pLatmDemux, TRANSPORT_TYPE tt, 175 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, 180 CLatmDemux *pLatmDemux); 182 UINT CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux, const UINT prog, 184 UINT CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux); 185 UINT CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux); 186 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux); 187 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() 607 CLatmDemux *pLatmDemux) { in CLatmDemux_ReadPayloadLengthInfo() 648 UINT CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux, const UINT prog, in CLatmDemux_GetFrameLengthInBits() 659 UINT CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux) { in CLatmDemux_GetOtherDataPresentFlag() 663 UINT CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux) { in CLatmDemux_GetOtherDataLength() 667 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux) { in CLatmDemux_GetNrOfSubFrames() 671 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()
|