Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp516 pLatmDemux->m_otherDataLength = 0; in CLatmDemux_ReadStreamMuxConfig()
520 pLatmDemux->m_otherDataLength = CLatmDemux_GetValue(bs); in CLatmDemux_ReadStreamMuxConfig()
524 pLatmDemux->m_otherDataLength <<= 8; // *= 256 in CLatmDemux_ReadStreamMuxConfig()
526 pLatmDemux->m_otherDataLength += FDKreadBits(bs, 8); in CLatmDemux_ReadStreamMuxConfig()
530 (pLatmDemux->m_otherDataLength >> 3)) { in CLatmDemux_ReadStreamMuxConfig()
664 return pLatmDemux->m_otherDataLength; in CLatmDemux_GetOtherDataLength()
Dtpdec_latm.h131 UINT m_otherDataLength; member