OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKeySARHeight
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/media/stagefright/
MetaData.h
39
kKeySARHeight
= 'sarH', // int32_t, sampleAspectRatio height
/frameworks/av/media/libstagefright/
Utils.cpp
101
&& meta->findInt32(
kKeySARHeight
, &sarHeight)) {
402
meta->setInt32(
kKeySARHeight
, sarHeight);
avc_utils.cpp
355
meta->setInt32(
kKeySARHeight
, sarHeight);
Completed in 52 milliseconds