Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp35 mTimeToSampleIndex(0), in SampleIterator()
140 mTimeToSampleIndex = 0; in seekTo()
322 if (mTimeToSampleIndex == mTable->mTimeToSampleCount || in findSampleTimeAndDuration()
331 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex]; in findSampleTimeAndDuration()
332 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1]; in findSampleTimeAndDuration()
334 ++mTimeToSampleIndex; in findSampleTimeAndDuration()
DSampleIterator.h64 uint32_t mTimeToSampleIndex; member