Searched refs:colorspaces (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt.rst | 36 colorspaces 37 colorspaces-defs 38 colorspaces-details
|
H A D | colorspaces.rst | 58 to have such similar names for these colorspaces. Just be aware that if 76 This has resulted in a variety of colorspaces that are used for 86 Other colorspaces are defined by three chromaticity coordinates defined 92 specific chromaticity primaries are linear colorspaces. But neither the 149 standards for the missing pieces. The fact that colorspaces are often a 152 that standard was part of various other colorspaces as well. 154 If you want to read more about colors and colorspaces, then the
|
H A D | pixfmt-v4l2.rst | 112 output streams, see :ref:`colorspaces`. If the application sets the 156 streams, see :ref:`colorspaces`. If the application sets the 170 streams, see :ref:`colorspaces`. If the application sets the flag 186 streams, see :ref:`colorspaces`. If the application sets the flag 199 streams, see :ref:`colorspaces`. If the application sets the flag
|
H A D | colorspaces-defs.rst | 7 In V4L2 colorspaces are defined by four values. The first is the 32 colorspaces. HSV formats are always full range.
|
H A D | pixfmt-packed-hsv.rst | 13 depends on the hsv-encoding used, see :ref:`colorspaces`.
|
H A D | vidioc-g-fbuf.rst | 189 by the driver, see :ref:`colorspaces`.
|
/linux/drivers/gpu/drm/ |
H A D | drm_connector.c | 2397 u32 colorspaces = supported_colorspaces | BIT(DRM_MODE_COLORIMETRY_DEFAULT); in drm_mode_create_colorspace_property() local 2418 if ((colorspaces & BIT(i)) == 0) in drm_mode_create_colorspace_property() 2451 u32 colorspaces; in drm_mode_create_hdmi_colorspace_property() local 2454 colorspaces = supported_colorspaces & hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2456 colorspaces = hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2458 return drm_mode_create_colorspace_property(connector, colorspaces); in drm_mode_create_hdmi_colorspace_property() 2476 u32 colorspaces; in drm_mode_create_dp_colorspace_property() local 2479 colorspaces = supported_colorspaces & dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2481 colorspaces = dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2483 return drm_mode_create_colorspace_property(connector, colorspaces); in drm_mode_create_dp_colorspace_property()
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 1314 static const unsigned colorspaces[] = { in main() local 1389 if (colorspaces[c] == 0) in main()
|
/linux/Documentation/fb/ |
H A D | api.rst | 297 the colorspace field to one of the colorspaces listed in linux/videodev2.h and 298 documented in Documentation/userspace-api/media/v4l/colorspaces.rst.
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-ctrls.c | 474 static const u32 colorspaces[] = { in vivid_vid_cap_s_ctrl() local 498 tpg_s_colorspace(&dev->tpg, colorspaces[ctrl->val]); in vivid_vid_cap_s_ctrl()
|
/linux/Documentation/admin-guide/media/ |
H A D | vivid.rst | 686 map to valid colors in all colorspaces. The colorspace conversion
|