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
2372 mCurrentSampleIndex(0),
2483 mCurrentSampleIndex = 0;
3123 mCurrentSampleIndex = syncSampleIndex;
3142 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample);
3183 ++mCurrentSampleIndex;
3305 ++mCurrentSampleIndex;
3352 mCurrentSampleIndex = 0;
3373 if (mCurrentSampleIndex >= mCurrentSamples.size()) {
3379 mCurrentSampleIndex
[all...]

Completed in 4254 milliseconds