Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp337 pLatmDemux->m_otherDataLength = 0; in CLatmDemux_ReadStreamMuxConfig()
342 pLatmDemux->m_otherDataLength <<= 8; // *= 256 in CLatmDemux_ReadStreamMuxConfig()
344 pLatmDemux->m_otherDataLength += FDKreadBits(bs,8); in CLatmDemux_ReadStreamMuxConfig()
426 return pLatmDemux->m_otherDataLength; in CLatmDemux_GetOtherDataLength()
Dtpdec_latm.h120 UINT m_otherDataLength; member