Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.cpp37 mTTSSampleIndex(0), in SampleIterator()
133 if (sampleIndex < mTTSSampleIndex) { in seekTo()
135 mTTSSampleIndex = 0; in seekTo()
310 if (mTTSSampleIndex > UINT32_MAX - mTTSCount) { in findSampleTimeAndDuration()
313 if(sampleIndex < mTTSSampleIndex + mTTSCount) { in findSampleTimeAndDuration()
322 mTTSSampleIndex += mTTSCount; in findSampleTimeAndDuration()
331 *time = mTTSSampleTime + mTTSDuration * (sampleIndex - mTTSSampleIndex); in findSampleTimeAndDuration()
DSampleIterator.h60 uint32_t mTTSSampleIndex; member