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

  /frameworks/base/media/libstagefright/
SampleIterator.cpp 49 mStopChunkSampleIndex = 0;
77 if (sampleIndex >= mStopChunkSampleIndex) {
85 CHECK(sampleIndex < mStopChunkSampleIndex);
151 while (sampleIndex >= mStopChunkSampleIndex) {
156 mFirstChunkSampleIndex = mStopChunkSampleIndex;
168 mStopChunkSampleIndex =
173 mStopChunkSampleIndex = 0xffffffff;
  /frameworks/base/media/libstagefright/include/
SampleIterator.h 46 uint32_t mStopChunkSampleIndex;

Completed in 1239 milliseconds