Searched refs:mTimeToSampleIndex (Results 1 – 2 of 2) sorted by relevance
35 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()
64 uint32_t mTimeToSampleIndex; member