summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api/media
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-12-07 00:03:11 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-12-07 14:12:37 +0100
commit4578d936b4ba694d79909f3f4f2deaed4b64f2c5 (patch)
tree1540f0cdc6a7cb94237e2c292a5a4aae340c50ef /Documentation/userspace-api/media
parent7cb8bd292ba0e3823cf31f8cd247c5557f3b7c67 (diff)
media: doc: pixfmt-packed-yuv: Fill padding bits with 'X'
The padding bits are left blank, which look weird in the XYUV format, and, worse, may lead to the VUYX format to be understand as consuming 3 bytes per pixel. Add 'X' for padding bits as we do for RGB formats. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media')
-rw-r--r--Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst b/Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst
index 8ed1a6aff3a6..fbd9b412388c 100644
--- a/Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst
+++ b/Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst
@@ -239,14 +239,14 @@ full triplet of Y, Cb and Cr values.
- ``V4L2_PIX_FMT_XYUV32``
- 'XYUV'
- -
- -
- -
- -
- -
- -
- -
- -
+ - X\ :sub:`7`
+ - X\ :sub:`6`
+ - X\ :sub:`5`
+ - X\ :sub:`4`
+ - X\ :sub:`3`
+ - X\ :sub:`2`
+ - X\ :sub:`1`
+ - X\ :sub:`0`
- Y'\ :sub:`7`
- Y'\ :sub:`6`
@@ -348,14 +348,14 @@ full triplet of Y, Cb and Cr values.
- Y'\ :sub:`1`
- Y'\ :sub:`0`
- -
- -
- -
- -
- -
- -
- -
- -
+ - X\ :sub:`7`
+ - X\ :sub:`6`
+ - X\ :sub:`5`
+ - X\ :sub:`4`
+ - X\ :sub:`3`
+ - X\ :sub:`2`
+ - X\ :sub:`1`
+ - X\ :sub:`0`
.. raw:: latex