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

  /frameworks/base/media/libstagefright/include/
SampleTable.h 84 static const uint32_t kChunkOffsetType32;
  /frameworks/base/media/libstagefright/
SampleTable.cpp 33 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC('s', 't', 'c', 'o');
84 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64);
106 if (mChunkOffsetType == kChunkOffsetType32) {
SampleIterator.cpp 189 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) {

Completed in 85 milliseconds