1 .. -*- coding: utf-8; mode: rst -*-
3 .. _V4L2-PIX-FMT-YUV411P:
5 *****************************
6 V4L2_PIX_FMT_YUV411P ('411P')
7 *****************************
10 Format with ¼ horizontal chroma resolution, also known as YUV 4:1:1.
11 Planar layout as opposed to ``V4L2_PIX_FMT_Y41P``
17 This format is not commonly used. This is a planar format similar to the
18 4:2:2 planar format except with half as many chroma. The three
19 components are separated into three sub-images or planes. The Y plane is
20 first. The Y plane has one byte per pixel. The Cb plane immediately
21 follows the Y plane in memory. The Cb plane is ¼ the width of the Y
22 plane (and of the image). Each Cb belongs to 4 pixels all on the same
23 row. For example, Cb\ :sub:`0` belongs to Y'\ :sub:`00`, Y'\ :sub:`01`,
24 Y'\ :sub:`02` and Y'\ :sub:`03`. Following the Cb plane is the Cr plane,
25 just like the Cb plane.
27 If the Y plane has pad bytes after each row, then the Cr and Cb planes
28 have ¼ as many pad bytes after their rows. In other words, four C x rows
29 (including padding) is exactly as long as one Y row (including padding).
32 Each cell is one byte.
78 **Color Sample Location..**