Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/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-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc144 chroma values from the color primaries
148 bColorPrimaries - color primaries and the reference
/Linux-v4.19/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()