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

  /frameworks/av/media/libstagefright/include/
SampleTable.h 94 static const uint32_t kChunkOffsetType64;
  /frameworks/av/media/libstagefright/
SampleIterator.cpp 215 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64);
SampleTable.cpp 42 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC('c', 'o', '6', '4');
180 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64);

Completed in 71 milliseconds