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

  /frameworks/av/media/libstagefright/
SampleIterator.cpp 36 mTimeToSampleIndex(0),
133 mTimeToSampleIndex = 0;
308 if (mTimeToSampleIndex == mTable->mTimeToSampleCount) {
315 mTTSCount = mTable->mTimeToSample[2 * mTimeToSampleIndex];
316 mTTSDuration = mTable->mTimeToSample[2 * mTimeToSampleIndex + 1];
318 ++mTimeToSampleIndex;
  /frameworks/av/media/libstagefright/include/
SampleIterator.h 59 uint32_t mTimeToSampleIndex;

Completed in 106 milliseconds