Home
last modified time | relevance | path

Searched refs:DISPLAY_P3 (Results 1 – 25 of 25) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DColorMode.aidl46 DISPLAY_P3 = 9, enumConstant
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DColorMode.aidl215 DISPLAY_P3 = 9, enumConstant
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DColorMode.aidl46 DISPLAY_P3 = 9, enumConstant
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DColorMode.aidl46 DISPLAY_P3 = 9, enumConstant
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp40 const std::vector<ColorMode> ReadbackHelper::colorModes = {ColorMode::SRGB, ColorMode::DISPLAY_P3};
42 Dataspace::DISPLAY_P3};
48 case ColorMode::DISPLAY_P3: in getColorModeString()
59 case Dataspace::DISPLAY_P3: in getDataspaceString()
70 case ColorMode::DISPLAY_P3: in getDataspaceForColorMode()
71 return Dataspace::DISPLAY_P3; in getDataspaceForColorMode()
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DDataspace.aidl535 DISPLAY_P3 = 10 << 16 | 2 << 22 | 1 << 27, // STANDARD_DCI_P3 | TRANSFER_SRGB | RANGE_FULL enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DDataspace.aidl82 DISPLAY_P3 = 143261696, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DDataspace.aidl65 DISPLAY_P3 = 143261696, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DDataspace.aidl82 DISPLAY_P3 = 143261696, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DDataspace.aidl81 DISPLAY_P3 = 143261696, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DDataspace.aidl82 DISPLAY_P3 = (((10 << 16) | (2 << 22)) | (1 << 27)) /* 143261696 */, enumConstant
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp25 const std::vector<ColorMode> ReadbackHelper::colorModes = {ColorMode::SRGB, ColorMode::DISPLAY_P3};
27 common::Dataspace::DISPLAY_P3};
44 case ColorMode::DISPLAY_P3: in getColorModeString()
55 case common::Dataspace::DISPLAY_P3: in getDataspaceString()
66 case ColorMode::DISPLAY_P3: in getDataspaceForColorMode()
67 return Dataspace::DISPLAY_P3; in getDataspaceForColorMode()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h180 if (mode < ColorMode::NATIVE || mode > ColorMode::DISPLAY_P3) { in getRenderIntents()
/hardware/interfaces/graphics/mapper/stable-c/implutils/
Dimpltests.cpp481 auto mpbuf = encode<StandardMetadataType::DATASPACE>(Dataspace::DISPLAY_P3); in TEST()
483 ASSERT_EQ(NO_ERROR, gralloc4::encodeDataspace(Dataspace::DISPLAY_P3, &g4buf)); in TEST()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp196 current_color_mode_ == ColorMode::DISPLAY_P3 && in ApplyCurrentColorModeWithRenderIntent()
257 mode = ColorMode::DISPLAY_P3; in SetPreferredColorModeInternal()
379 color_mode_map_[ColorMode::DISPLAY_P3][RenderIntent::COLORIMETRIC] in PopulateColorModes()
383 color_mode_map_[ColorMode::DISPLAY_P3][RenderIntent::ENHANCE] in PopulateColorModes()
389 color_mode_map_[ColorMode::DISPLAY_P3][RenderIntent::COLORIMETRIC] in PopulateColorModes()
Dhwc_session.cpp88 case ColorMode::DISPLAY_P3: in GetDataspaceFromColorMode()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp63 DISPLAY_P3, enumerator
1886 case ColorSpaceNamed::DISPLAY_P3: in GammaTable()
1915 case ColorSpaceNamed::DISPLAY_P3: in CalculateRgbRgbMatrix()
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h143 DISPLAY_P3, enumerator
DVtsAidlHalCameraProvider_TargetTest.cpp2035 static int profiles[] = {ColorSpaceNamed::DISPLAY_P3, ColorSpaceNamed::SRGB}; in TEST_P()
Dcamera_aidl_test.cpp3106 case ColorSpaceNamed::DISPLAY_P3: in getColorSpaceProfileString()
/hardware/qcom/sm7250/display/composer/
Dhwc_display.cpp202 (current_color_mode_ == ColorMode::DISPLAY_P3 || in ApplyCurrentColorModeWithRenderIntent()
271 mode = ColorMode::DISPLAY_P3; in SetPreferredColorModeInternal()
397 color_mode_map_[ColorMode::DISPLAY_P3][render_intent][kSdrType] = mode_string; in PopulateColorModes()
401 color_mode_map_[ColorMode::DISPLAY_P3][render_intent][kHdrType] = mode_string; in PopulateColorModes()
Dhwc_session.cpp116 case ColorMode::DISPLAY_P3: in GetDataspaceFromColorMode()
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal1105 DISPLAY_P3 = STANDARD_DCI_P3 | TRANSFER_SRGB | RANGE_FULL,
1411 * DISPLAY_P3 is a color space that uses the DCI_P3 primaries,
1430 DISPLAY_P3 = 9
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1476 *bufferHandle, Dataspace::DISPLAY_P3)); in TEST_P()
1479 EXPECT_EQ(Dataspace::DISPLAY_P3, *value); in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp1481 Dataspace dataspace = Dataspace::DISPLAY_P3; in TEST_P()
2494 Dataspace dataspace = Dataspace::DISPLAY_P3; in TEST_P()