Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSampleIterator.cpp69 if (mInitialized && mCurrentSampleIndex == sampleIndex) { in seekTo()
142 mCurrentSampleIndex = sampleIndex; in seekTo()
DMPEG4Extractor.cpp80 uint32_t mCurrentSampleIndex; member in android::MPEG4Source
2962 mCurrentSampleIndex(0), in MPEG4Source()
3094 mCurrentSampleIndex = 0; in stop()
3748 mCurrentSampleIndex = syncSampleIndex; in read()
3767 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample, &stts); in read()
3810 ++mCurrentSampleIndex; in read()
3934 ++mCurrentSampleIndex; in read()
3981 mCurrentSampleIndex = 0; in fragmentedRead()
3988 mCurrentSampleIndex = 0; in fragmentedRead()
4010 if (mCurrentSampleIndex >= mCurrentSamples.size()) { in fragmentedRead()
[all …]
/frameworks/av/media/libstagefright/include/
DSampleIterator.h61 uint32_t mCurrentSampleIndex; member