Home
last modified time | relevance | path

Searched refs:mStopChunkSampleIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp49 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()
DSampleIterator.h51 uint32_t mStopChunkSampleIndex; member