Searched refs:dataspaces (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 41 const std::vector<Dataspace> ReadbackHelper::dataspaces = {Dataspace::V0_SRGB, member in android::hardware::graphics::composer::V2_2::vts::ReadbackHelper 164 if (std::find(dataspaces.begin(), dataspaces.end(), dataspace) == dataspaces.end()) { in readbackSupported()
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 134 * @1.0::Dataspace defines six legacy dataspaces 143 * The difference between the legacy dataspaces and their modern 144 * counterparts is that, with legacy dataspaces, the pixel values may have 147 * When colorimetric mapping is required, the legacy dataspaces must be 152 * pixel values are in the respective modern dataspaces.
|
/hardware/google/graphics/gs101/libcap/ |
D | acrylic_capability.h | 116 .dataspaces = all_hwc_gs101_dataspaces,
|
/hardware/google/graphics/zuma/libcap/ |
D | acrylic_capability.h | 126 .dataspaces = all_hwc_zuma_dataspaces,
|
/hardware/google/graphics/gs201/libcap/ |
D | acrylic_capability.h | 126 .dataspaces = all_hwc_gs201_dataspaces,
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.cpp | 26 const std::vector<Dataspace> ReadbackHelper::dataspaces = {common::Dataspace::SRGB, member in aidl::android::hardware::graphics::composer3::vts::ReadbackHelper 171 if (std::find(dataspaces.begin(), dataspaces.end(), dataspace) == dataspaces.end()) { in readbackSupported()
|
D | ReadbackVts.h | 189 static const std::vector<Dataspace> dataspaces; variable
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ReadbackVts.h | 164 static const std::vector<Dataspace> dataspaces; variable
|
/hardware/google/graphics/common/libacryl/include/hardware/exynos/ |
D | acryl.h | 128 int *dataspaces; member 270 if (mCap.dataspaces[i] == dataspace) in isDataspaceSupported()
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 543 * Other dataspaces include depth measurement data from a depth camera. 941 * Used to blend / merge multiple dataspaces on a single display. 946 * Legacy dataspaces
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 395 * By default, layer dataspaces are mapped to the current color mode
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 793 * For more about dataspaces, see SET_LAYER_DATASPACE.
|