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

  /frameworks/av/media/libstagefright/
SampleIterator.cpp 49 mStopChunkSampleIndex = 0;
77 if (sampleIndex >= mStopChunkSampleIndex) {
85 CHECK(sampleIndex < mStopChunkSampleIndex);
158 while (sampleIndex >= mStopChunkSampleIndex) {
163 mFirstChunkSampleIndex = mStopChunkSampleIndex;
182 mStopChunkSampleIndex =
187 mStopChunkSampleIndex = 0xffffffff;
  /frameworks/av/media/libstagefright/include/
SampleIterator.h 51 uint32_t mStopChunkSampleIndex;

Completed in 106 milliseconds