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