Searched defs:CLatmDemux (Results 1 - 1 of 1) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.h137 } CLatmDemux; typedef in typeref:struct:__anon171
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);

Completed in 68 milliseconds