Home
last modified time | relevance | path

Searched refs:m_audioMuxLengthBytes (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_latm.h132 UINT m_audioMuxLengthBytes; /* Length of LOAS payload */ member
Dtpdec_latm.cpp529 if (pLatmDemux->m_audioMuxLengthBytes < in CLatmDemux_ReadStreamMuxConfig()
640 if (pLatmDemux->m_audioMuxLengthBytes > (UINT)0 && in CLatmDemux_ReadPayloadLengthInfo()
641 totalPayloadBits > (int)pLatmDemux->m_audioMuxLengthBytes * 8) { in CLatmDemux_ReadPayloadLengthInfo()
Dtpdec_lib.cpp741 hTp->parser.latm.m_audioMuxLengthBytes > 0) { in transportDec_AdjustEndOfAccessUnit()
744 loasOffset = ((INT)hTp->parser.latm.m_audioMuxLengthBytes * 8 + in transportDec_AdjustEndOfAccessUnit()
966 hTp->parser.latm.m_audioMuxLengthBytes = syncLayerFrameBits; in transportDec_readHeader()