HomeSort by relevance Sort by last modified time
    Searched refs:mTimeToSampleIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/extractors/mp4/
SampleIterator.cpp 36 mTimeToSampleIndex(0),
141 mTimeToSampleIndex = 0;
323 if (mTimeToSampleIndex == mTable->mTimeToSampleCount ||
332 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex];
333 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1];
335 ++mTimeToSampleIndex;
SampleIterator.h 64 uint32_t mTimeToSampleIndex;

Completed in 702 milliseconds