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()158 while (sampleIndex >= mStopChunkSampleIndex) { in findChunkRange()163 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()182 mStopChunkSampleIndex = in findChunkRange()187 mStopChunkSampleIndex = 0xffffffff; in findChunkRange()
51 uint32_t mStopChunkSampleIndex; member