Home
last modified time | relevance | path

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

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