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

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 244 pLatmDemux->m_numLayer = FDKreadBits(bs,3) + 1;
245 if (pLatmDemux->m_numLayer > 2) {
249 for (UINT lay = 0; lay < pLatmDemux->m_numLayer; lay++) {
370 for (UINT lay=0; lay<pLatmDemux->m_numLayer; lay++ ) {
tpdec_latm.h 129 UCHAR m_numLayer;

Completed in 31 milliseconds