HomeSort by relevance Sort by last modified time
    Searched refs:pLatmDemux (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 120 CLatmDemux *pLatmDemux,
130 pLatmDemux->m_useSameStreamMux = FDKreadBits(bs,1);
132 if (!pLatmDemux->m_useSameStreamMux) {
133 if ((ErrorStatus = CLatmDemux_ReadStreamMuxConfig(bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigFound))) {
144 if (pLatmDemux->m_AudioMuxVersionA == 0) {
146 if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) {
159 CLatmDemux *pLatmDemux,
178 if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc, pfConfigFound)))
184 + pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*32;
188 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF
    [all...]
tpdec_latm.h 143 CLatmDemux *pLatmDemux,
154 * \param pLatmDemux pointer to CLatmDemux struct of current LATM context
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);
tpdec_lib.cpp 237 CLatmDemux *pLatmDemux = &hTp->parser.latm;
238 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc, &fConfigFound);
    [all...]

Completed in 106 milliseconds