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

  /frameworks/av/media/libstagefright/
SampleIterator.cpp 47 mFirstChunkSampleIndex = 0;
73 if (!mInitialized || sampleIndex < mFirstChunkSampleIndex) {
93 (sampleIndex - mFirstChunkSampleIndex) / mSamplesPerChunk
108 mFirstChunkSampleIndex
124 (sampleIndex - mFirstChunkSampleIndex) % mSamplesPerChunk;
155 CHECK(sampleIndex >= mFirstChunkSampleIndex);
162 mFirstChunkSampleIndex = mStopChunkSampleIndex;
177 UINT32_MAX - mFirstChunkSampleIndex)) {
182 mFirstChunkSampleIndex
  /frameworks/av/media/libstagefright/include/
SampleIterator.h 49 uint32_t mFirstChunkSampleIndex;

Completed in 681 milliseconds