Searched refs:RGB (Results 1 – 17 of 17) sorted by relevance
146 RGB (3), enumConstant199 case RGB: in buildShaderString()215 case RGB: in buildShaderString()
49 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()
124 config to render normal window contents would result in an RGB -> YUV color125 space conversion when rendering the frame as well as a YUV -> RGB130 correspond to an RGB HAL pixel format from which the video encoder can
106 capabilityFlags |= InputDeviceLightCapability::RGB; in RgbLight()124 capabilityFlags |= InputDeviceLightCapability::RGB; in MultiColorLight()
903 RGB(3), enumConstant1294 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;
630 if (mColorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()1220 if (colorSpace.getModel() != ColorSpace.Model.RGB) { in luminance()
31 …description: "Use luminance to determine how to make text more high contrast, instead of RGB heuri…
142 RGB = 0x00000002, enumerator
145 # Some hardware can do RGB->YUV conversion more efficiently in hardware223 # channel has as many bits as the RGB color channel.
22 rs_allocation gCurrentRGBFrame; // RGB
1496 RGB, ///< RGB
419 public static final short RGB = 2; field
10458 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()
2326 if (lightInfo.capabilityFlags.test(InputDeviceLightCapability::RGB)) { in nativeGetLights()
771 Landroid/graphics/ColorSpace$Model;.RGB:Landroid/graphics/ColorSpace$Model; 166
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15957 enum_constant public static final android.graphics.ColorSpace.Model RGB;