Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dcolorspaces.rst78 phosphors used in the displays. These *color primaries* are part of what
81 Different display devices will have different primaries and some
82 primaries are more suitable for some display technologies than others.
85 to define the three color primaries (these are typically defined as x, y
87 reference: that is the color obtained when all three primaries are at
89 primaries. This is usually chosen to be close to daylight which has been
99 specific chromaticity primaries are linear colorspaces. But neither the
152 primaries, the white reference chromaticity, a transfer function and the
Dcolorspaces-details.rst91 BT.601 as well, even though BT.601 does not mention any color primaries.
/Linux-v5.4/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc152 chroma values from the color primaries
156 bColorPrimaries - color primaries and the reference
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_driver.c251 static u32 uvc_colorspace(const u8 primaries) in uvc_colorspace() argument
262 if (primaries < ARRAY_SIZE(colorprimaries)) in uvc_colorspace()
263 return colorprimaries[primaries]; in uvc_colorspace()