Home
last modified time | relevance | path

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

12

/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DColorMode.aidl44 SRGB = 7, enumConstant
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DColorMode.aidl180 SRGB = 7, enumConstant
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DColorMode.aidl44 SRGB = 7, enumConstant
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DColorMode.aidl44 SRGB = 7, enumConstant
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DColorMode.aidl44 SRGB = 7, enumConstant
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp25 const std::vector<ColorMode> ReadbackHelper::colorModes = {ColorMode::SRGB, ColorMode::DISPLAY_P3};
26 const std::vector<Dataspace> ReadbackHelper::dataspaces = {common::Dataspace::SRGB,
43 case ColorMode::SRGB: in getColorModeString()
54 case common::Dataspace::SRGB: in getDataspaceString()
69 case ColorMode::SRGB: in getDataspaceForColorMode()
70 return Dataspace::SRGB; in getDataspaceForColorMode()
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/1/android/hardware/graphics/common/
DDataspace.aidl56 SRGB = 142671872, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/2/android/hardware/graphics/common/
DDataspace.aidl72 SRGB = 142671872, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/current/android/hardware/graphics/common/
DDataspace.aidl73 SRGB = (((1 << 16) | (2 << 22)) | (1 << 27)) /* 142671872 */, enumConstant
/hardware/interfaces/graphics/common/aidl/android/hardware/graphics/common/
DDataspace.aidl450 SRGB = 1 << 16 | 2 << 22 | 1 << 27, // STANDARD_BT709 | TRANSFER_SRGB | RANGE_FULL enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/5/android/hardware/graphics/common/
DDataspace.aidl73 SRGB = (((1 << 16) | (2 << 22)) | (1 << 27)) /* 142671872 */, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/4/android/hardware/graphics/common/
DDataspace.aidl73 SRGB = (((1 << 16) | (2 << 22)) | (1 << 27)) /* 142671872 */, enumConstant
/hardware/interfaces/graphics/common/aidl/aidl_api/android.hardware.graphics.common/3/android/hardware/graphics/common/
DDataspace.aidl73 SRGB = 142671872, enumConstant
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_pack.py305 if src_colorspace == SRGB:
320 elif dst_colorspace == SRGB:
479 if src_colorspace == SRGB and i == 3:
506 if src_colorspace == SRGB and i == 3:
551 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
584 if dst_colorspace == SRGB and inv_swizzle[i] == 3:
Du_format_parse.py41 SRGB = 'srgb' variable
356 if colorspace in (RGB, SRGB):
Du_format.c1127 REMAP_RGB(5, 6, 5, SRGB); in util_format_rgb_to_bgr()
1130 REMAP_RGB(8, 8, 8, SRGB); in util_format_rgb_to_bgr()
1140 REMAP_RGBA_ALL(8, 8, 8, 8, SRGB); in util_format_rgb_to_bgr()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp40 const std::vector<ColorMode> ReadbackHelper::colorModes = {ColorMode::SRGB, ColorMode::DISPLAY_P3};
46 case ColorMode::SRGB: in getColorModeString()
72 case ColorMode::SRGB: in getDataspaceForColorMode()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/
Dexpect-table-noreflow-novuid.adoc23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
Dexpect-table-default.adoc23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
Dsrc-table.adoc23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
Dexpect-table-novuid.adoc23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
Dexpect-table-noreflow.adoc23 | etext:SRGB | OpTypeFloat | The R, G, and B components are unsigned normalized value…
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal137 * SRGB = 0x201, // deprecated, use V0_SRGB
148 * treated as their modern counterparts (e.g., SRGB must be treated as
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal85 * Recommendation BT.2020 / Rec. 2020 for UHDTV, but specifies an SRGB
/hardware/interfaces/media/omx/1.0/
Dtypes.hal244 SRGB, // sRGB or equivalent

12