/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | ColorMode.aidl | 46 DISPLAY_P3 = 9, enumConstant
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | ColorMode.aidl | 215 DISPLAY_P3 = 9, enumConstant
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | ColorMode.aidl | 46 DISPLAY_P3 = 9, enumConstant
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | ColorMode.aidl | 46 DISPLAY_P3 = 9, enumConstant
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 40 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/ |
D | Dataspace.aidl | 535 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/ |
D | Dataspace.aidl | 82 DISPLAY_P3 = 143261696, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/ |
D | Dataspace.aidl | 65 DISPLAY_P3 = 143261696, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/ |
D | Dataspace.aidl | 82 DISPLAY_P3 = 143261696, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/ |
D | Dataspace.aidl | 81 DISPLAY_P3 = 143261696, enumConstant
|
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/ |
D | Dataspace.aidl | 82 DISPLAY_P3 = (((10 << 16) | (2 << 22)) | (1 << 27)) /* 143261696 */, enumConstant
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.cpp | 25 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/ |
D | HwcHal.h | 180 if (mode < ColorMode::NATIVE || mode > ColorMode::DISPLAY_P3) { in getRenderIntents()
|
/hardware/interfaces/graphics/mapper/stable-c/implutils/ |
D | impltests.cpp | 481 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/ |
D | hwc_display.cpp | 196 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()
|
D | hwc_session.cpp | 88 case ColorMode::DISPLAY_P3: in GetDataspaceFromColorMode()
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 63 DISPLAY_P3, enumerator 1886 case ColorSpaceNamed::DISPLAY_P3: in GammaTable() 1915 case ColorSpaceNamed::DISPLAY_P3: in CalculateRgbRgbMatrix()
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 143 DISPLAY_P3, enumerator
|
D | VtsAidlHalCameraProvider_TargetTest.cpp | 2035 static int profiles[] = {ColorSpaceNamed::DISPLAY_P3, ColorSpaceNamed::SRGB}; in TEST_P()
|
D | camera_aidl_test.cpp | 3106 case ColorSpaceNamed::DISPLAY_P3: in getColorSpaceProfileString()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display.cpp | 202 (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()
|
D | hwc_session.cpp | 116 case ColorMode::DISPLAY_P3: in GetDataspaceFromColorMode()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 1105 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/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 1476 *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/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1481 Dataspace dataspace = Dataspace::DISPLAY_P3; in TEST_P() 2494 Dataspace dataspace = Dataspace::DISPLAY_P3; in TEST_P()
|