OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
408
if (hTp->transportFmt == TT_MP4_LOAS && hTp->parser.latm.
m_audioMuxLengthBytes
> 0)
412
loasOffset = (hTp->parser.latm.
m_audioMuxLengthBytes
*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos;
601
hTp->parser.latm.
m_audioMuxLengthBytes
= syncLayerFrameBits;
[
all
...]
Completed in 39 milliseconds