OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kChunkOffsetType32
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/extractors/mp4/
SampleTable.h
102
static const uint32_t
kChunkOffsetType32
;
SampleTable.cpp
40
const uint32_t SampleTable::
kChunkOffsetType32
= FOURCC("stco");
180
CHECK(type ==
kChunkOffsetType32
|| type == kChunkOffsetType64);
202
if (mChunkOffsetType ==
kChunkOffsetType32
) {
SampleIterator.cpp
210
if (mTable->mChunkOffsetType == SampleTable::
kChunkOffsetType32
) {
Completed in 144 milliseconds