Searched refs:mStopChunkSampleIndex (Results 1 – 2 of 2) sorted by relevance
48 mStopChunkSampleIndex = 0; in reset()76 if (sampleIndex >= mStopChunkSampleIndex) { in seekTo()84 CHECK(sampleIndex < mStopChunkSampleIndex); in seekTo()164 while (sampleIndex >= mStopChunkSampleIndex) { in findChunkRange()169 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()188 mStopChunkSampleIndex = in findChunkRange()193 mStopChunkSampleIndex = 0xffffffff; in findChunkRange()
56 uint32_t mStopChunkSampleIndex; member