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

/frameworks/av/media/libstagefright/include/
H A DSampleIterator.h60 uint32_t mCurrentSampleIndex; member in struct:android::SampleIterator
/frameworks/av/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
2387 mCurrentSampleIndex(0),
2498 mCurrentSampleIndex = 0;
3138 mCurrentSampleIndex = syncSampleIndex;
3157 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample);
3198 ++mCurrentSampleIndex;
3320 ++mCurrentSampleIndex;
3367 mCurrentSampleIndex = 0;
3388 if (mCurrentSampleIndex >= mCurrentSamples.size()) {
3394 mCurrentSampleIndex
[all...]

Completed in 77 milliseconds