Searched refs:primaries (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces.rst | 72 phosphors used in the displays. These *color primaries* are part of what 75 Different display devices will have different primaries and some 76 primaries are more suitable for some display technologies than others. 79 to define the three color primaries (these are typically defined as x, y 81 reference: that is the color obtained when all three primaries are at 83 primaries. This is usually chosen to be close to daylight which has been 93 specific chromaticity primaries are linear colorspaces. But neither the 146 primaries, the white reference chromaticity, a transfer function and the
|
| H A D | ext-ctrls-colorimetry.rst | 50 The mastering display defines the color volume (the color primaries, 68 color primaries, index value c equal to 0 corresponds to the Green 76 color primaries, index value c equal to 0 corresponds to the Green
|
| H A D | colorspaces-details.rst | 81 BT.601 as well, even though BT.601 does not mention any color primaries.
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu_codec.h | 48 u32 primaries; member
|
| H A D | venc.c | 196 f->fmt.pix_mp.colorspace = venc->params.color.primaries; in venc_g_fmt() 250 venc->params.color.primaries = pix_mp->colorspace; in venc_s_fmt() 256 pix_mp->colorspace = venc->params.color.primaries; in venc_s_fmt() 1231 venc->params.color.primaries, in venc_get_debug_info()
|
| H A D | vpu_windsor.c | 1081 vpu_color_cvrt_primaries_v2i(params->color.primaries); in vpu_windsor_set_color()
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 367 u32 primaries = HFI_PRIMARIES_RESERVED; in iris_hfi_gen2_set_colorspace() local 374 primaries = iris_hfi_gen2_get_color_primaries(pixmp->colorspace); in iris_hfi_gen2_set_colorspace() 384 color_info = iris_hfi_gen2_get_color_info(matrix_coeff, transfer_char, primaries, in iris_hfi_gen2_set_colorspace()
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 61 static enum v4l2_colorspace uvc_colorspace(const u8 primaries) in uvc_colorspace() argument 72 if (primaries < ARRAY_SIZE(colorprimaries)) in uvc_colorspace() 73 return colorprimaries[primaries]; in uvc_colorspace()
|