Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.h65 uint32_t mCurrentSampleIndex; member
DSampleIterator.cpp69 if (mInitialized && mCurrentSampleIndex == sampleIndex) { in seekTo()
148 mCurrentSampleIndex = sampleIndex; in seekTo()
DMPEG4Extractor.cpp100 uint32_t mCurrentSampleIndex; member in android::MPEG4Source
3844 mCurrentSampleIndex(0), in MPEG4Source()
4005 mCurrentSampleIndex = 0; in stop()
4699 err = mItemTable->findImageItem(imageIndex, &mCurrentSampleIndex); in read()
4701 err = mItemTable->findThumbnailItem(imageIndex, &mCurrentSampleIndex); in read()
4782 mCurrentSampleIndex = syncSampleIndex; in read()
4804 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample, &stts); in read()
4808 &mCurrentSampleIndex : NULL, &offset, &size); in read()
4862 ++mCurrentSampleIndex; in read()
5003 ++mCurrentSampleIndex; in read()
[all …]