1
0
Fork 0

media: subdev-formats.rst: fix incorrect types

The ycbcr_enc, quantization and xfer_func fields are __u16 and not enums.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
hifive-unleashed-5.1
Hans Verkuil 2018-06-15 09:19:45 -04:00 committed by Mauro Carvalho Chehab
parent 8c4fe24812
commit 00af4635a1
1 changed files with 9 additions and 6 deletions

View File

@ -37,19 +37,22 @@ Media Bus Formats
- Image colorspace, from enum - Image colorspace, from enum
:c:type:`v4l2_colorspace`. See :c:type:`v4l2_colorspace`. See
:ref:`colorspaces` for details. :ref:`colorspaces` for details.
* - enum :c:type:`v4l2_ycbcr_encoding` * - __u16
- ``ycbcr_enc`` - ``ycbcr_enc``
- This information supplements the ``colorspace`` and must be set by - Y'CbCr encoding, from enum :c:type:`v4l2_ycbcr_encoding`.
This information supplements the ``colorspace`` and must be set by
the driver for capture streams and by the application for output the driver for capture streams and by the application for output
streams, see :ref:`colorspaces`. streams, see :ref:`colorspaces`.
* - enum :c:type:`v4l2_quantization` * - __u16
- ``quantization`` - ``quantization``
- This information supplements the ``colorspace`` and must be set by - Quantization range, from enum :c:type:`v4l2_quantization`.
This information supplements the ``colorspace`` and must be set by
the driver for capture streams and by the application for output the driver for capture streams and by the application for output
streams, see :ref:`colorspaces`. streams, see :ref:`colorspaces`.
* - enum :c:type:`v4l2_xfer_func` * - __u16
- ``xfer_func`` - ``xfer_func``
- This information supplements the ``colorspace`` and must be set by - Transfer function, from enum :c:type:`v4l2_xfer_func`.
This information supplements the ``colorspace`` and must be set by
the driver for capture streams and by the application for output the driver for capture streams and by the application for output
streams, see :ref:`colorspaces`. streams, see :ref:`colorspaces`.
* - __u16 * - __u16