1 .. -*- coding: utf-8; mode: rst -*-
12 Similar to the packed RGB formats these formats store the Y, Cb and Cr
13 component of each pixel in one 16 or 32 bit word.
17 \newline\newline\begin{adjustbox}{width=\columnwidth}
19 .. _packed-yuv-formats:
21 .. tabularcolumns:: |p{4.5cm}|p{3.3cm}|p{0.7cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.2cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{0.4cm}|p{1.7cm}|
23 .. flat-table:: Packed YUV Image Formats
30 - :cspan:`7` Byte 0 in memory
75 * .. _V4L2-PIX-FMT-YUV444:
77 - ``V4L2_PIX_FMT_YUV444``
97 * .. _V4L2-PIX-FMT-YUV555:
99 - ``V4L2_PIX_FMT_YUV555``
119 * .. _V4L2-PIX-FMT-YUV565:
121 - ``V4L2_PIX_FMT_YUV565``
141 * .. _V4L2-PIX-FMT-YUV32:
143 - ``V4L2_PIX_FMT_YUV32``
184 \end{adjustbox}\newline\newline
188 #) Bit 7 is the most significant bit;
190 #) The value of a = alpha bits is undefined when reading from the driver,
191 ignored when writing to the driver, except when alpha blending has
192 been negotiated for a :ref:`Video Overlay <overlay>` or
193 :ref:`Video Output Overlay <osd>`.