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

  /external/aac/libMpegTPDec/src/
tpdec_latm.cpp 337 pLatmDemux->m_otherDataLength = 0;
342 pLatmDemux->m_otherDataLength <<= 8; // *= 256
344 pLatmDemux->m_otherDataLength += FDKreadBits(bs,8);
426 return pLatmDemux->m_otherDataLength;
tpdec_latm.h 120 UINT m_otherDataLength;

Completed in 49 milliseconds