Home
last modified time | relevance | path

Searched refs:primaries (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dcolorspaces.rst71 phosphors used in the displays. These *color primaries* are part of what
74 Different display devices will have different primaries and some
75 primaries are more suitable for some display technologies than others.
78 to define the three color primaries (these are typically defined as x, y
80 reference: that is the color obtained when all three primaries are at
82 primaries. This is usually chosen to be close to daylight which has been
92 specific chromaticity primaries are linear colorspaces. But neither the
145 primaries, the white reference chromaticity, a transfer function and the
Dcolorspaces-details.rst84 BT.601 as well, even though BT.601 does not mention any color primaries.
/Linux-v5.10/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc171 chroma values from the color primaries
175 bColorPrimaries color primaries and the reference
/Linux-v5.10/drivers/media/usb/uvc/
Duvc_driver.c256 static enum v4l2_colorspace uvc_colorspace(const u8 primaries) in uvc_colorspace() argument
267 if (primaries < ARRAY_SIZE(colorprimaries)) in uvc_colorspace()
268 return colorprimaries[primaries]; in uvc_colorspace()