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

  /frameworks/base/media/libstagefright/
SampleIterator.cpp 37 mTTSSampleIndex(0),
127 if (sampleIndex < mTTSSampleIndex) {
129 mTTSSampleIndex = 0;
294 while (sampleIndex >= mTTSSampleIndex + mTTSCount) {
299 mTTSSampleIndex += mTTSCount;
308 *time = mTTSSampleTime + mTTSDuration * (sampleIndex - mTTSSampleIndex);
  /frameworks/base/media/libstagefright/include/
SampleIterator.h 55 uint32_t mTTSSampleIndex;

Completed in 690 milliseconds