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
2292 mCurrentSampleIndex(0),
2403 mCurrentSampleIndex = 0;
3043 mCurrentSampleIndex = syncSampleIndex;
3062 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample);
3103 ++mCurrentSampleIndex;
3225 ++mCurrentSampleIndex;
3272 mCurrentSampleIndex = 0;
3293 if (mCurrentSampleIndex >= mCurrentSamples.size()) {
3299 mCurrentSampleIndex
[all...]

Completed in 48 milliseconds