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()
147 mCurrentSampleIndex = sampleIndex; in seekTo()
DMPEG4Extractor.cpp91 uint32_t mCurrentSampleIndex; member in android::MPEG4Source
3453 mCurrentSampleIndex(0), in MPEG4Source()
3593 mCurrentSampleIndex = 0; in stop()
4270 mCurrentSampleIndex = syncSampleIndex; in read()
4289 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample, &stts); in read()
4336 ++mCurrentSampleIndex; in read()
4471 ++mCurrentSampleIndex; in read()
4518 mCurrentSampleIndex = 0; in fragmentedRead()
4525 mCurrentSampleIndex = 0; in fragmentedRead()
4547 if (mCurrentSampleIndex >= mCurrentSamples.size()) { in fragmentedRead()
[all …]
/frameworks/av/media/libstagefright/include/
DSampleIterator.h65 uint32_t mCurrentSampleIndex; member