Home
last modified time | relevance | path

Searched refs:m_otherDataLength (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp327 pLatmDemux->m_otherDataLength = 0; in CLatmDemux_ReadStreamMuxConfig()
332 pLatmDemux->m_otherDataLength <<= 8; // *= 256 in CLatmDemux_ReadStreamMuxConfig()
334 pLatmDemux->m_otherDataLength += FDKreadBits(bs,8); in CLatmDemux_ReadStreamMuxConfig()
416 return pLatmDemux->m_otherDataLength; in CLatmDemux_GetOtherDataLength()
Dtpdec_latm.h120 UINT m_otherDataLength; member