Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java146 RGB (3), enumConstant
199 case RGB: in buildShaderString()
215 case RGB: in buildShaderString()
/frameworks/base/core/tests/coretests/src/android/graphics/
DImageDecoderTest.java49 assertThat(info.getColorSpace().getModel()).isEqualTo(ColorSpace.Model.RGB); in onDecodeHeader_png_returnsPopulatedData()
63 assertThat(info.getColorSpace().getModel()).isEqualTo(ColorSpace.Model.RGB); in onDecodeHeader_animatedWebP_returnsPopulatedData()
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt124 config to render normal window contents would result in an RGB -> YUV color
125 space conversion when rendering the frame as well as a YUV -> RGB
130 correspond to an RGB HAL pixel format from which the video encoder can
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h106 capabilityFlags |= InputDeviceLightCapability::RGB; in RgbLight()
124 capabilityFlags |= InputDeviceLightCapability::RGB; in MultiColorLight()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java903 RGB(3), enumConstant
1294 if (source.getModel() == Model.RGB && destination.getModel() == Model.RGB) { in connect()
1346 if (source.getModel() == Model.RGB) { in connect()
1404 if (colorSpace.getModel() == Model.RGB) { in adapt()
1547 if (colorSpace.getModel() == Model.RGB) { in match()
3041 super(name, Model.RGB, id); in Rgb()
3973 source.getModel() == Model.RGB ? adapt(source, ILLUMINANT_D50_XYZ) : source,
3974 destination.getModel() == Model.RGB ?
4006 boolean srcRGB = source.getModel() == Model.RGB;
4007 boolean dstRGB = destination.getModel() == Model.RGB;
DColor.java630 if (mColorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()
1220 if (colorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()
/frameworks/base/libs/hwui/aconfig/
Dhwui_flags.aconfig31 …description: "Use luminance to determine how to make text more high contrast, instead of RGB heuri…
/frameworks/native/include/input/
DInputDevice.h142 RGB = 0x00000002, enumerator
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop145 # Some hardware can do RGB->YUV conversion more efficiently in hardware
223 # channel has as many bits as the RGB color channel.
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
Dcanny.rscript22 rs_allocation gCurrentRGBFrame; // RGB
/frameworks/av/media/codec2/core/include/
DC2Config.h1496 RGB, ///< RGB
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java419 public static final short RGB = 2; field
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp10458 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10494 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10534 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10558 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10583 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10623 ASSERT_FALSE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
10665 ASSERT_FALSE(lights[0].capabilityFlags.test(InputDeviceLightCapability::RGB)); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2326 if (lightInfo.capabilityFlags.test(InputDeviceLightCapability::RGB)) { in nativeGetLights()
/frameworks/base/config/
Ddirty-image-objects771 Landroid/graphics/ColorSpace$Model;.RGB:Landroid/graphics/ColorSpace$Model; 166
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt15957 enum_constant public static final android.graphics.ColorSpace.Model RGB;