Searched refs:mCurrentSampleIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/include/
H A DSampleIterator.h60 uint32_t mCurrentSampleIndex; member in struct:android::SampleIterator
/frameworks/base/media/libstagefright/
H A DSampleIterator.cpp69 if (mInitialized && mCurrentSampleIndex == sampleIndex) {
141 mCurrentSampleIndex = sampleIndex;
H A DMPEG4Extractor.cpp71 uint32_t mCurrentSampleIndex; member in class:android::MPEG4Source
1853 mCurrentSampleIndex(0),
1933 mCurrentSampleIndex = 0;
2045 mCurrentSampleIndex = syncSampleIndex;
2064 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample);
2105 ++mCurrentSampleIndex;
2227 ++mCurrentSampleIndex;

Completed in 265 milliseconds