Searched refs:mTimeToSampleIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSampleIterator.cpp36 mTimeToSampleIndex(0),
128 mTimeToSampleIndex = 0;
295 if (mTimeToSampleIndex == mTable->mTimeToSampleCount) {
302 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex];
303 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1];
305 ++mTimeToSampleIndex;
/frameworks/av/media/libstagefright/include/
H A DSampleIterator.h54 uint32_t mTimeToSampleIndex; member in struct:android::SampleIterator

Completed in 52 milliseconds