Searched refs:colorspaces (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt.rst | 37 colorspaces 38 colorspaces-defs 39 colorspaces-details
|
| H A D | colorspaces.rst | 59 to have such similar names for these colorspaces. Just be aware that if 77 This has resulted in a variety of colorspaces that are used for 87 Other colorspaces are defined by three chromaticity coordinates defined 93 specific chromaticity primaries are linear colorspaces. But neither the 150 standards for the missing pieces. The fact that colorspaces are often a 153 that standard was part of various other colorspaces as well. 155 If you want to read more about colors and colorspaces, then the
|
| H A D | pixfmt-v4l2.rst | 113 output streams, see :ref:`colorspaces`. If the application sets the 157 streams, see :ref:`colorspaces`. If the application sets the 171 streams, see :ref:`colorspaces`. If the application sets the flag 187 streams, see :ref:`colorspaces`. If the application sets the flag 200 streams, see :ref:`colorspaces`. If the application sets the flag
|
| H A D | colorspaces-defs.rst | 8 In V4L2 colorspaces are defined by four values. The first is the 33 colorspaces. HSV formats are always full range.
|
| H A D | pixfmt-packed-hsv.rst | 14 depends on the hsv-encoding used, see :ref:`colorspaces`.
|
| H A D | yuv-formats.rst | 15 :ref:`colorspaces` for conversion examples. YUV was chosen because
|
| H A D | vidioc-g-fbuf.rst | 189 by the driver, see :ref:`colorspaces`.
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_connector.c | 2572 u32 colorspaces = supported_colorspaces | BIT(DRM_MODE_COLORIMETRY_DEFAULT); in drm_mode_create_colorspace_property() local 2593 if ((colorspaces & BIT(i)) == 0) in drm_mode_create_colorspace_property() 2626 u32 colorspaces; in drm_mode_create_hdmi_colorspace_property() local 2629 colorspaces = supported_colorspaces & hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2631 colorspaces = hdmi_colorspaces; in drm_mode_create_hdmi_colorspace_property() 2633 return drm_mode_create_colorspace_property(connector, colorspaces); in drm_mode_create_hdmi_colorspace_property() 2651 u32 colorspaces; in drm_mode_create_dp_colorspace_property() local 2654 colorspaces = supported_colorspaces & dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2656 colorspaces = dp_colorspaces; in drm_mode_create_dp_colorspace_property() 2658 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/Documentation/gpu/rfc/ |
| H A D | color_pipeline.rst | 74 An API that describes the source and destination colorspaces is a descriptive 87 A prescriptive API describes not the source and destination colorspaces. It
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 686 map to valid colors in all colorspaces. The colorspace conversion
|