Searched refs:pLatmDemux (Results 1 – 3 of 3) sorted by relevance
/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.cpp | 120 CLatmDemux *pLatmDemux, in CLatmDemux_ReadAudioMuxElement() argument 130 pLatmDemux->m_useSameStreamMux = FDKreadBits(bs,1); in CLatmDemux_ReadAudioMuxElement() 132 if (!pLatmDemux->m_useSameStreamMux) { in CLatmDemux_ReadAudioMuxElement() 133 …if ((ErrorStatus = CLatmDemux_ReadStreamMuxConfig(bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigF… in CLatmDemux_ReadAudioMuxElement() 144 if (pLatmDemux->m_AudioMuxVersionA == 0) { in CLatmDemux_ReadAudioMuxElement() 146 if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) { in CLatmDemux_ReadAudioMuxElement() 159 CLatmDemux *pLatmDemux, in CLatmDemux_Read() argument 178 …if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDec… in CLatmDemux_Read() 184 …+ pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*3… in CLatmDemux_Read() 188 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF) in CLatmDemux_Read() [all …]
|
D | tpdec_latm.h | 143 CLatmDemux *pLatmDemux, 162 CLatmDemux *pLatmDemux, 168 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux… 170 int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux); 171 int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux); 172 int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux); 173 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
|
D | tpdec_lib.cpp | 237 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig() local 238 … err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound); in transportDec_OutOfBandConfig()
|