Searched refs:primaries (Results 1 – 4 of 4) sorted by relevance
71 phosphors used in the displays. These *color primaries* are part of what74 Different display devices will have different primaries and some75 primaries are more suitable for some display technologies than others.78 to define the three color primaries (these are typically defined as x, y80 reference: that is the color obtained when all three primaries are at82 primaries. This is usually chosen to be close to daylight which has been92 specific chromaticity primaries are linear colorspaces. But neither the145 primaries, the white reference chromaticity, a transfer function and the
84 BT.601 as well, even though BT.601 does not mention any color primaries.
144 chroma values from the color primaries148 bColorPrimaries - color primaries and the reference
251 static u32 uvc_colorspace(const u8 primaries) in uvc_colorspace() argument262 if (primaries < ARRAY_SIZE(colorprimaries)) in uvc_colorspace()263 return colorprimaries[primaries]; in uvc_colorspace()