Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp36 mTimeToSampleIndex(0), in SampleIterator()
134 mTimeToSampleIndex = 0; in seekTo()
316 if (mTimeToSampleIndex == mTable->mTimeToSampleCount || in findSampleTimeAndDuration()
325 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex]; in findSampleTimeAndDuration()
326 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1]; in findSampleTimeAndDuration()
328 ++mTimeToSampleIndex; in findSampleTimeAndDuration()
DSampleIterator.h59 uint32_t mTimeToSampleIndex; member