Searched refs:KEY_COLOR_FORMAT (Results 1 – 11 of 11) sorted by relevance
204 if (decoderFormat.containsKey(MediaFormat.KEY_COLOR_FORMAT)) { in decodeFile()205 mColorFormat = decoderFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in decodeFile()254 encodeFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, mColorFormat); in testEncoder()
190 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, in run()
87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT); in onDataAvailable()
281 public static final String KEY_COLOR_FORMAT = "color-format"; field in MediaFormat
848 if (!msg->findInt32(KEY_COLOR_FORMAT, &format)) { in configure()1005 config->mInputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()1007 config->mOutputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()
190 format->setInt32(KEY_COLOR_FORMAT, OMX_COLOR_FormatAndroidOpaque); in prepareEncoder()
752 constexpr char KEY_COLOR_FORMAT[] = "color-format"; variable
1261 outputFormat->setInt32(KEY_COLOR_FORMAT, in initializeCodec()
14961 field public static final java.lang.String KEY_COLOR_FORMAT = "color-format";
25312 field public static final String KEY_COLOR_FORMAT = "color-format";
25336 field public static final String KEY_COLOR_FORMAT = "color-format";