Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleIterator.h40 return mCurrentSampleIndex + mSamplesPerChunk - in getLastSampleIndexInChunk()
41 ((mCurrentSampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk) - 1; in getLastSampleIndexInChunk()
70 uint32_t mCurrentSampleIndex; member
DSampleIterator.cpp68 if (mInitialized && mCurrentSampleIndex == sampleIndex) { in seekTo()
154 mCurrentSampleIndex = sampleIndex; in seekTo()
DMPEG4Extractor.cpp108 uint32_t mCurrentSampleIndex; member in android::MPEG4Source
4689 mCurrentSampleIndex(0), in MPEG4Source()
4885 mCurrentSampleIndex = 0; in stop()
5673 err = mItemTable->findImageItem(imageIndex, &mCurrentSampleIndex); in read()
5675 err = mItemTable->findThumbnailItem(imageIndex, &mCurrentSampleIndex); in read()
5763 mCurrentSampleIndex = syncSampleIndex; in read()
5785 mCurrentSampleIndex, &offset, &size, &cts, &isSyncSample, &stts); in read()
5797 &mCurrentSampleIndex : NULL, &offset, &size); in read()
5831 - mCurrentSampleIndex + 1; in read()
5837 samplesToRead, size, mCurrentSampleIndex, in read()
[all …]