Home
last modified time | relevance | path

Searched refs:dataspaces (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp41 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/
Dtypes.hal134 * @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/
Dacrylic_capability.h116 .dataspaces = all_hwc_gs101_dataspaces,
/hardware/google/graphics/zuma/libcap/
Dacrylic_capability.h126 .dataspaces = all_hwc_zuma_dataspaces,
/hardware/google/graphics/gs201/libcap/
Dacrylic_capability.h126 .dataspaces = all_hwc_gs201_dataspaces,
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.cpp26 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()
DReadbackVts.h189 static const std::vector<Dataspace> dataspaces; variable
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h164 static const std::vector<Dataspace> dataspaces; variable
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h128 int *dataspaces; member
270 if (mCap.dataspaces[i] == dataspace) in isDataspaceSupported()
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal543 * 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/
DIComposerClient.hal395 * By default, layer dataspaces are mapped to the current color mode
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal793 * For more about dataspaces, see SET_LAYER_DATASPACE.