Home
last modified time | relevance | path

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

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