Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp40 const std::vector<Dataspace> ReadbackHelper::dataspaces = {Dataspace::V0_SRGB, member in android::hardware::graphics::composer::V2_2::vts::ReadbackHelper
163 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/common/libacryl/
Dacrylic_factory.cpp114 .dataspaces = all_hwc_dataspaces,
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h173 static const std::vector<Dataspace> dataspaces; variable
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h126 int *dataspaces; member
268 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.