HomeSort by relevance Sort by last modified time
    Searched refs:m_otherDataPresent (Results 1 - 2 of 2) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_latm.h 142 UCHAR m_otherDataPresent;
tpdec_latm.cpp 515 pLatmDemux->m_otherDataPresent = FDKreadBits(bs, 1);
518 if (pLatmDemux->m_otherDataPresent) {
659 return pLatmDemux->m_otherDataPresent ? 1 : 0;

Completed in 85 milliseconds