Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp120 CLatmDemux *pLatmDemux, in CLatmDemux_ReadAudioMuxElement() argument
129 pLatmDemux->m_useSameStreamMux = FDKreadBits(bs,1); in CLatmDemux_ReadAudioMuxElement()
131 if (!pLatmDemux->m_useSameStreamMux) { in CLatmDemux_ReadAudioMuxElement()
132 if ((ErrorStatus = CLatmDemux_ReadStreamMuxConfig(bs, pLatmDemux, pTpDecCallbacks, pAsc))) { in CLatmDemux_ReadAudioMuxElement()
138 if (pLatmDemux->m_AudioMuxVersionA == 0) { in CLatmDemux_ReadAudioMuxElement()
140 if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) { in CLatmDemux_ReadAudioMuxElement()
153 CLatmDemux *pLatmDemux, in CLatmDemux_Read() argument
171 …if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDec… in CLatmDemux_Read()
177 …+ pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*3… in CLatmDemux_Read()
181 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF) in CLatmDemux_Read()
[all …]
Dtpdec_latm.h143 CLatmDemux *pLatmDemux,
152 CLatmDemux *pLatmDemux,
157 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux
159 int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux);
160 int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux);
161 int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux);
162 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
Dtpdec_lib.cpp236 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig() local
237 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc); in transportDec_OutOfBandConfig()