Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DSampleTable.h95 static const uint32_t kChunkOffsetType64; variable
DSampleIterator.cpp215 CHECK_EQ(mTable->mChunkOffsetType, SampleTable::kChunkOffsetType64); in getChunkOffset()
DSampleTable.cpp42 const uint32_t SampleTable::kChunkOffsetType64 = FOURCC('c', 'o', '6', '4'); member in android::SampleTable
180 CHECK(type == kChunkOffsetType32 || type == kChunkOffsetType64); in setChunkOffsetParams()