Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/mp4/include/
DSampleTable.h102 static const uint32_t kChunkOffsetType32; variable
/frameworks/av/media/module/extractors/mp4/
DSampleTable.cpp40 const uint32_t SampleTable::kChunkOffsetType32 = FOURCC("stco"); member in android::SampleTable
180 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64); in setChunkOffsetParams()
202 if (mChunkOffsetType == kChunkOffsetType32) { in setChunkOffsetParams()
DSampleIterator.cpp209 if (mTable->mChunkOffsetType == SampleTable::kChunkOffsetType32) { in getChunkOffset()