Searched refs:mTimeToSampleIndex (Results 1 – 2 of 2) sorted by relevance
36 mTimeToSampleIndex(0), in SampleIterator()133 mTimeToSampleIndex = 0; in seekTo()308 if (mTimeToSampleIndex == mTable->mTimeToSampleCount) { in findSampleTimeAndDuration()315 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex]; in findSampleTimeAndDuration()316 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1]; in findSampleTimeAndDuration()318 ++mTimeToSampleIndex; in findSampleTimeAndDuration()
59 uint32_t mTimeToSampleIndex; member