HomeSort by relevance Sort by last modified time
    Searched refs:mFirstChunkSampleIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/extractors/mp4/
SampleIterator.cpp 47 mFirstChunkSampleIndex = 0;
73 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) {
93 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk
106 mFirstChunkSampleIndex
132 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk;
163 CHECK(sampleIndex >= mFirstChunkSampleIndex);
170 mFirstChunkSampleIndex = mStopChunkSampleIndex;
185 UINT32_MAX - mFirstChunkSampleIndex)) {
190 mFirstChunkSampleIndex
SampleIterator.h 41 ((mCurrentSampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk) - 1;
54 uint32_t mFirstChunkSampleIndex;

Completed in 53 milliseconds