OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSampleSizeType32
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/extractors/mp4/
SampleTable.h
104
static const uint32_t
kSampleSizeType32
;
SampleTable.cpp
44
const uint32_t SampleTable::
kSampleSizeType32
= FOURCC("stsz");
318
CHECK(type ==
kSampleSizeType32
|| type == kSampleSizeTypeCompact);
344
if (type ==
kSampleSizeType32
) {
Completed in 207 milliseconds