Searched refs:mStopChunkSampleIndex (Results 1 – 2 of 2) sorted by relevance
49 mStopChunkSampleIndex = 0; in reset()77 if (sampleIndex >= mStopChunkSampleIndex) { in seekTo()85 CHECK(sampleIndex < mStopChunkSampleIndex); in seekTo()157 while (sampleIndex >= mStopChunkSampleIndex) { in findChunkRange()162 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()181 mStopChunkSampleIndex = in findChunkRange()186 mStopChunkSampleIndex = 0xffffffff; in findChunkRange()
51 uint32_t mStopChunkSampleIndex; member