Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp47 mFirstChunkSampleIndex = 0; in reset()
73 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) { in seekTo()
93 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk in seekTo()
106 mFirstChunkSampleIndex in seekTo()
125 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk; in seekTo()
156 CHECK(sampleIndex >= mFirstChunkSampleIndex); in findChunkRange()
163 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()
178 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()
183 mFirstChunkSampleIndex in findChunkRange()
DSampleIterator.h49 uint32_t mFirstChunkSampleIndex; member