Searched refs:colorspaces (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/Documentation/userspace-api/media/v4l/ |
D | pixfmt.rst | 36 colorspaces 37 colorspaces-defs 38 colorspaces-details
|
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
|
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
|
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.
|
D | pixfmt-packed-hsv.rst | 13 depends on the hsv-encoding used, see :ref:`colorspaces`.
|
D | yuv-formats.rst | 14 :ref:`colorspaces` for conversion examples. YUV was chosen because
|
D | vidioc-g-fbuf.rst | 189 by the driver, see :ref:`colorspaces`.
|
D | subdev-formats.rst | 55 the driver for subdevices, see :ref:`colorspaces`. If the application 69 the driver for subdevices, see :ref:`colorspaces`. If the application 85 the driver for subdevices, see :ref:`colorspaces`. If the application 99 the driver for subdevices, see :ref:`colorspaces`. If the application
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_connector.c | 2163 u32 colorspaces = supported_colorspaces | BIT(DRM_MODE_COLORIMETRY_DEFAULT); in drm_mode_create_colorspace_property() local 2184 if ((colorspaces & BIT(i)) == 0) in drm_mode_create_colorspace_property() 2217 u32 colorspaces; in drm_mode_create_hdmi_colorspace_property() local 2220 colorspaces = supported_colorspaces & hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2222 colorspaces = hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2224 return drm_mode_create_colorspace_property(connector, colorspaces); in drm_mode_create_hdmi_colorspace_property() 2242 u32 colorspaces; in drm_mode_create_dp_colorspace_property() local 2245 colorspaces = supported_colorspaces & dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2247 colorspaces = dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2249 return drm_mode_create_colorspace_property(connector, colorspaces); in drm_mode_create_dp_colorspace_property()
|
/linux-6.6.21/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-colors.c | 1314 static const unsigned colorspaces[] = { in main() local 1389 if (colorspaces[c] == 0) in main()
|
/linux-6.6.21/Documentation/fb/ |
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-6.6.21/drivers/media/test-drivers/vivid/ |
D | vivid-ctrls.c | 444 static const u32 colorspaces[] = { in vivid_vid_cap_s_ctrl() local 464 tpg_s_colorspace(&dev->tpg, colorspaces[ctrl->val]); in vivid_vid_cap_s_ctrl()
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | vivid.rst | 677 map to valid colors in all colorspaces. The colorspace conversion
|