Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp133 UINT globalFramePos; /* Global transport frame reference bit position. */ member
405 FDKbyteAlign(hBs, hTp->globalFramePos); in transportDec_AdjustEndOfAccessUnit()
412 …asOffset = (hTp->parser.latm.m_audioMuxLengthBytes*8 + FDKgetValidBits(hBs)) - hTp->globalFramePos; in transportDec_AdjustEndOfAccessUnit()
447 …hTp->parser.adts.bs.frame_length*8 - ADTS_SYNCLENGTH + FDKgetValidBits(hBs)) - hTp->globalFramePos; in transportDec_AdjustEndOfAccessUnit()
554 hTp->globalFramePos = FDKgetValidBits(hBs); in transportDec_readHeader()
608 hTp->globalFramePos = FDKgetValidBits(hBs); in transportDec_readHeader()
838 globalFramePosFirstFrame = hTp->globalFramePos; in synchronization()
874 hTp->globalFramePos = globalFramePosFirstFrame; in synchronization()
1233 hTp->globalFramePos = 0; in transportDec_SetParam()