Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp131 UINT globalFramePos; /* Global transport frame reference bit position. */ member
457 …asOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos; in transportDec_AdjustEndOfAccessUnit()
469 FDKbyteAlign(hBs, hTp->globalFramePos); in transportDec_AdjustEndOfAccessUnit()
605 hTp->globalFramePos = FDKgetValidBits(hBs) + hTp->parser.adts.bs.num_pce_bits; in synchronization()
612 hTp->globalFramePos = FDKgetValidBits(hBs); in synchronization()
636 hTp->globalFramePos = FDKgetValidBits(hBs); in synchronization()
726 globalFramePosFirstFrame = hTp->globalFramePos; in synchronization()
754 hTp->globalFramePos = globalFramePosFirstFrame; in synchronization()
1091 hTp->globalFramePos = 0; in transportDec_SetParam()
1195 bitDiff -= pTp->globalFramePos - FDKgetValidBits(hBs) + 16; in transportDec_CrcCheck()