Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp336 pLatmDemux->m_otherDataPresent = FDKreadBits(bs,1); in CLatmDemux_ReadStreamMuxConfig()
339 if (pLatmDemux->m_otherDataPresent) { in CLatmDemux_ReadStreamMuxConfig()
421 return pLatmDemux->m_otherDataPresent ? 1 : 0; in CLatmDemux_GetOtherDataPresentFlag()
Dtpdec_latm.h132 UCHAR m_otherDataPresent; member