diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-12-07 00:03:09 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-12-07 14:10:27 +0100 |
commit | e3ae4c204d1f00c4366b4beeae62b3414761c6f8 (patch) | |
tree | c5eaf3ccd55b1e9d2d7e998ae58444bb11cf596b /Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst | |
parent | a1bcf9b9a7066e605ab36e4db560b6fa5c3e85a3 (diff) | |
download | lwn-e3ae4c204d1f00c4366b4beeae62b3414761c6f8.tar.gz lwn-e3ae4c204d1f00c4366b4beeae62b3414761c6f8.zip |
media: doc: pixfmt-yuv: Document subsampling in more details
Document YUV subsampling, including chroma spatial siting, and replace
the siting examples in individual formats by references to the common
documentation.
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/v4l/pixfmt-yuv411p.rst')
-rw-r--r-- | Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst b/Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst index 998aa9b1328f..8a70eeca8d83 100644 --- a/Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst +++ b/Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst @@ -76,40 +76,5 @@ Each cell is one byte. **Color Sample Location:** - - - -.. flat-table:: - :header-rows: 0 - :stub-columns: 0 - - * - - - 0 - - 1 - - - - 2 - - 3 - * - 0 - - Y - - Y - - C - - Y - - Y - * - 1 - - Y - - Y - - C - - Y - - Y - * - 2 - - Y - - Y - - C - - Y - - Y - * - 3 - - Y - - Y - - C - - Y - - Y +Chroma samples are :ref:`interstitially sited<yuv-chroma-centered>` +horizontally. |