Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp540 int rawDataBlockLength = *pRawDataBlockLength; in transportDec_readHeader() local
584rawDataBlockLength = adtsRead_GetRawDataBlockLength(&hTp->parser.adts, (hTp->parser.adts.bs.num_ra… in transportDec_readHeader()
585 if (rawDataBlockLength <= 0) { in transportDec_readHeader()
636 rawDataBlockLength = CLatmDemux_GetFrameLengthInBits(&hTp->parser.latm); in transportDec_readHeader()
651 *pRawDataBlockLength = rawDataBlockLength; in transportDec_readHeader()
686 INT rawDataBlockLength = 0, rawDataBlockLengthPrevious; in synchronization() local
768 rawDataBlockLengthPrevious = rawDataBlockLength; in synchronization()
780 &rawDataBlockLength, in synchronization()
839 rawDataBlockLengthFirstFrame = rawDataBlockLength; in synchronization()
860 FDKpushFor(hBs, rawDataBlockLength); in synchronization()
[all …]