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

  /external/aac/libMpegTPDec/src/
tpdec_latm.h 121 UINT m_audioMuxLengthBytes; /* Length of LOAS payload */
tpdec_latm.cpp 390 if (pLatmDemux->m_audioMuxLengthBytes > (UINT)0 && totalPayloadBits > (int)pLatmDemux->m_audioMuxLengthBytes*8) {
tpdec_lib.cpp 391 if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.m_audioMuxLengthBytes > 0)
395 loasOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos;
584 hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits;
    [all...]

Completed in 366 milliseconds