Searched refs:mFirstChunkSampleIndex (Results 1 – 2 of 2) sorted by relevance
46 mFirstChunkSampleIndex = 0; in reset()72 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) { in seekTo()92 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk in seekTo()105 mFirstChunkSampleIndex in seekTo()131 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk; in seekTo()162 CHECK(sampleIndex >= mFirstChunkSampleIndex); in findChunkRange()169 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()184 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()189 mFirstChunkSampleIndex in findChunkRange()
41 ((mCurrentSampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk) - 1; in getLastSampleIndexInChunk()54 uint32_t mFirstChunkSampleIndex; member