Searched refs:dataspaces (Results 1 – 8 of 8) sorted by relevance
40 const std::vector<Dataspace> ReadbackHelper::dataspaces = {Dataspace::V0_SRGB, member in android::hardware::graphics::composer::V2_2::vts::ReadbackHelper163 if (std::find(dataspaces.begin(), dataspaces.end(), dataspace) == dataspaces.end()) { in readbackSupported()
134 * @1.0::Dataspace defines six legacy dataspaces143 * The difference between the legacy dataspaces and their modern144 * counterparts is that, with legacy dataspaces, the pixel values may have147 * When colorimetric mapping is required, the legacy dataspaces must be152 * pixel values are in the respective modern dataspaces.
114 .dataspaces = all_hwc_dataspaces,
173 static const std::vector<Dataspace> dataspaces; variable
126 int *dataspaces; member268 if (mCap.dataspaces[i] == dataspace) in isDataspaceSupported()
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
395 * By default, layer dataspaces are mapped to the current color mode
793 * For more about dataspaces, see SET_LAYER_DATASPACE.