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

  /external/aac/libMpegTPDec/src/
tpdec_latm.h 137 } CLatmDemux;
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_latm.cpp 120 CLatmDemux *pLatmDemux,
159 CLatmDemux *pLatmDemux,
213 CLatmDemux *pLatmDemux,
363 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux)
414 int CLatmDemux_GetFrameLengthInBits(CLatmDemux *pLatmDemux)
419 int CLatmDemux_GetOtherDataPresentFlag(CLatmDemux *pLatmDemux)
424 int CLatmDemux_GetOtherDataLength(CLatmDemux *pLatmDemux)
429 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux)
tpdec_lib.cpp 115 CLatmDemux latm;
242 CLatmDemux *pLatmDemux = &hTp->parser.latm;
    [all...]

Completed in 76 milliseconds