Searched refs:kChunkOffsetType32 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSampleTable.h91 static const uint32_t kChunkOffsetType32; member in class:android::SampleTable
/frameworks/av/media/libstagefright/
H A DSampleTable.cpp33 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC('s', 't', 'c', 'o'); member in class:android::SampleTable
169 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64);
191 if (mChunkOffsetType == kChunkOffsetType32) {
H A DSampleIterator.cpp189 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) {

Completed in 466 milliseconds