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/libstagefright/include/
SampleTable.h
95
static const uint32_t
kSampleSizeType32
;
/frameworks/av/media/libstagefright/
SampleTable.cpp
37
const uint32_t SampleTable::
kSampleSizeType32
= FOURCC('s', 't', 's', 'z');
261
CHECK(type ==
kSampleSizeType32
|| type == kSampleSizeTypeCompact);
283
if (type ==
kSampleSizeType32
) {
Completed in 167 milliseconds