OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mColorFormats
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
547
for (size_t i = 0; i < caps.
mColorFormats
.size(); ++i) {
548
colorFormats->push(caps.
mColorFormats
.itemAt(i));
StagefrightMetadataRetriever.cpp
128
for (size_t i = 0; i < cap.
mColorFormats
.size(); ++i) {
129
if (cap.
mColorFormats
[i] == OMX_COLOR_FormatYUV420Planar) {
OMXCodec.cpp
[
all
...]
/frameworks/av/include/media/stagefright/
OMXCodec.h
370
Vector<OMX_U32>
mColorFormats
;
Completed in 42 milliseconds