Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp222 pLatmDemux->m_AudioMuxVersion = FDKreadBits(bs,1); in CLatmDemux_ReadStreamMuxConfig()
224 if (pLatmDemux->m_AudioMuxVersion == 0) { in CLatmDemux_ReadStreamMuxConfig()
231 if (pLatmDemux->m_AudioMuxVersion == 1) { in CLatmDemux_ReadStreamMuxConfig()
268 if (pLatmDemux->m_AudioMuxVersion == 1) in CLatmDemux_ReadStreamMuxConfig()
Dtpdec_latm.h124 UCHAR m_AudioMuxVersion; member