Home
last modified time | relevance | path

Searched refs:mTTSSampleIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/extractors/mp4/
H A DSampleIterator.cpp36 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()
H A DSampleIterator.h65 uint32_t mTTSSampleIndex; member