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,
129 pLatmDemux->m_useSameStreamMux = FDKreadBits(bs,1);
131 if (!pLatmDemux->m_useSameStreamMux) {
132 if ((ErrorStatus = CLatmDemux_ReadStreamMuxConfig(bs, pLatmDemux, pTpDecCallbacks, pAsc))) {
138 if (pLatmDemux->m_AudioMuxVersionA == 0) {
140 if ((ErrorStatus = CLatmDemux_ReadPayloadLengthInfo(bs,pLatmDemux))) {
153 CLatmDemux *pLatmDemux,
171 if ((ErrorStatus = CLatmDemux_ReadAudioMuxElement(bs, pLatmDemux, (tt != TT_MP4_LATM_MCP0), pTpDecCallbacks, pAsc)))
177 + pLatmDemux->m_linfo[0][0].m_bufferFullness* pAsc[TPDEC_TRACKINDEX(0,0)].m_channelConfiguration*32;
181 if (pLatmDemux->m_linfo[0][0].m_bufferFullness != 0xFF
    [all...]
tpdec_latm.h 143 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);
tpdec_lib.cpp 236 CLatmDemux *pLatmDemux = &hTp->parser.latm;
237 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, hTp->asc);
    [all...]

Completed in 51 milliseconds