Searched refs:mTTSSampleIndex (Results 1 – 2 of 2) sorted by relevance
37 mTTSSampleIndex(0), in SampleIterator()132 if (sampleIndex < mTTSSampleIndex) { in seekTo()134 mTTSSampleIndex = 0; in seekTo()307 while (sampleIndex >= mTTSSampleIndex + mTTSCount) { in findSampleTimeAndDuration()312 mTTSSampleIndex += mTTSCount; in findSampleTimeAndDuration()321 *time = mTTSSampleTime + mTTSDuration * (sampleIndex - mTTSSampleIndex); in findSampleTimeAndDuration()
60 uint32_t mTTSSampleIndex; member