HomeSort by relevance Sort by last modified time
    Searched refs:mColorFormats (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 546 for (size_t i = 0; i < caps.mColorFormats.size(); ++i) {
547 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 366 Vector<OMX_U32> mColorFormats;

Completed in 23 milliseconds