Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSampleIterator.cpp47 mFirstChunkSampleIndex = 0; in reset()
73 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) { in seekTo()
93 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk in seekTo()
108 mFirstChunkSampleIndex in seekTo()
124 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk; in seekTo()
155 CHECK(sampleIndex >= mFirstChunkSampleIndex); in findChunkRange()
162 mFirstChunkSampleIndex = mStopChunkSampleIndex; in findChunkRange()
177 UINT32_MAX - mFirstChunkSampleIndex)) { in findChunkRange()
182 mFirstChunkSampleIndex in findChunkRange()
/frameworks/av/media/libstagefright/include/
DSampleIterator.h49 uint32_t mFirstChunkSampleIndex; member