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

  /external/aac/libMpegTPDec/src/
tpdec_latm.h 125 UINT m_frameLengthInBits;
tpdec_latm.cpp 330 p_linfo->m_frameLengthInBits = 0;
498 p_linfo->m_frameLengthInBits = FDKreadBits(bs, 9);
608 p_linfo->m_frameLengthInBits = CLatmDemux_ReadAuChunkLengthInfo(bs);
609 totalPayloadBits += p_linfo->m_frameLengthInBits;
652 nFrameLenBits = pLatmDemux->m_linfo[prog][layer].m_frameLengthInBits;

Completed in 139 milliseconds