Searched refs:mReadPosTotal (Results 1 – 2 of 2) sorted by relevance
85 if (mReadPosTotal - mReadPos + mPlayPos >= mDataSize) in GetNextChunk()158 mReadPosTotal += mReadPos; in ReadBlocks()198 if (mReadPosTotal - mReadPos < aNewTime && mReadPosTotal > aNewTime) { in Seek()201 mPlayPos = aNewTime - mReadPosTotal + mReadPos; in Seek()203 mReadPosTotal = aNewBlock * mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN); in Seek()260 mReadPosTotal = 0; in Unset()
57 int64 mReadPosTotal; variable