Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.h142 UCHAR m_otherDataPresent; member
Dtpdec_latm.cpp515 pLatmDemux->m_otherDataPresent = FDKreadBits(bs, 1); in CLatmDemux_ReadStreamMuxConfig()
518 if (pLatmDemux->m_otherDataPresent) { in CLatmDemux_ReadStreamMuxConfig()
660 return pLatmDemux->m_otherDataPresent ? 1 : 0; in CLatmDemux_GetOtherDataPresentFlag()