Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSampleIterator.cpp37 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()
/frameworks/av/media/libstagefright/include/
DSampleIterator.h60 uint32_t mTTSSampleIndex; member