Searched refs:mTTSSampleIndex (Results 1 – 2 of 2) sorted by relevance
36 mTTSSampleIndex(0), in SampleIterator()139 if (sampleIndex < mTTSSampleIndex) { in seekTo()141 mTTSSampleIndex = 0; in seekTo()316 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) { in findSampleTimeAndDuration()319 if(sampleIndex < mTTSSampleIndex + mTTSCount) { in findSampleTimeAndDuration()328 mTTSSampleIndex += mTTSCount; in findSampleTimeAndDuration()340 if (__builtin_sub_overflow(sampleIndex, mTTSSampleIndex, &tmp) || in findSampleTimeAndDuration()
65 uint32_t mTTSSampleIndex; member