Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp85 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()
H A DAPEReader.h57 int64 mReadPosTotal; variable