Searched refs:mFirstChunkSampleIndex (Results 1 – 2 of 2) sorted by relevance
47 mFirstChunkSampleIndex = 0; in reset()73 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) { in seekTo()93 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk in seekTo()106 mFirstChunkSampleIndex in seekTo()125 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk; in seekTo()156 CHECK(sampleIndex >= mFirstChunkSampleIndex); in findChunkRange()163 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()178 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()183 mFirstChunkSampleIndex in findChunkRange()
49 uint32_t mFirstChunkSampleIndex; member