Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp125 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, int m_muxConfigPresent, in CLatmDemux_ReadAudioMuxElement() argument
131 pLatmDemux->m_useSameStreamMux = FDKreadBits(bs, 1); in CLatmDemux_ReadAudioMuxElement()
133 if (!pLatmDemux->m_useSameStreamMux) { in CLatmDemux_ReadAudioMuxElement()
142 if (!pLatmDemux->applyAsc) { in CLatmDemux_ReadAudioMuxElement()
144 pLatmDemux->newCfgHasAudioPreRoll = 0; in CLatmDemux_ReadAudioMuxElement()
149 bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigFound, in CLatmDemux_ReadAudioMuxElement()
159 pLatmDemux->newCfgHasAudioPreRoll) { in CLatmDemux_ReadAudioMuxElement()
160 pLatmDemux->newCfgHasAudioPreRoll = 0; in CLatmDemux_ReadAudioMuxElement()
162 pLatmDemux->applyAsc = 0; in CLatmDemux_ReadAudioMuxElement()
165 pLatmDemux->applyAsc = 1; /* apply new config immediate */ in CLatmDemux_ReadAudioMuxElement()
[all …]
Dtpdec_latm.h155 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);
Dtpdec_lib.cpp298 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig() local
299 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, in transportDec_OutOfBandConfig()