Home
last modified time | relevance | path

Searched refs:KEY_COLOR_FORMAT (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
DEncoderTest.java204 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()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DDisplaySourceService.java190 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, in run()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DCpuVideoTrackDecoder.java87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT); in onDataAvailable()
/frameworks/base/media/java/android/media/
DMediaFormat.java281 public static final String KEY_COLOR_FORMAT = "color-format"; field in MediaFormat
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp848 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()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp190 format->setInt32(KEY_COLOR_FORMAT, OMX_COLOR_FormatAndroidOpaque); in prepareEncoder()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecConstants.h752 constexpr char KEY_COLOR_FORMAT[] = "color-format"; variable
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp1261 outputFormat->setInt32(KEY_COLOR_FORMAT, in initializeCodec()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14961 field public static final java.lang.String KEY_COLOR_FORMAT = "color-format";
/frameworks/base/non-updatable-api/
Dcurrent.txt25312 field public static final String KEY_COLOR_FORMAT = "color-format";
/frameworks/base/api/
Dcurrent.txt25336 field public static final String KEY_COLOR_FORMAT = "color-format";