Merge tag 'staging-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux/fpc-iii.git] / Documentation / userspace-api / media / v4l / pixfmt-uyvy.rst
blob776cb37f76f12c6bc6b7a58ac57834f4f31e76fe
1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/userspace-api/media/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _V4L2-PIX-FMT-UYVY:
12 **************************
13 V4L2_PIX_FMT_UYVY ('UYVY')
14 **************************
17 Variation of ``V4L2_PIX_FMT_YUYV`` with different order of samples in
18 memory
21 Description
22 ===========
24 In this format each four bytes is two pixels. Each four bytes is two
25 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr
26 belong to both pixels. As you can see, the Cr and Cb components have
27 half the horizontal resolution of the Y component.
29 **Byte Order.**
30 Each cell is one byte.
33 .. flat-table::
34     :header-rows:  0
35     :stub-columns: 0
37     * - start + 0:
38       - Cb\ :sub:`00`
39       - Y'\ :sub:`00`
40       - Cr\ :sub:`00`
41       - Y'\ :sub:`01`
42       - Cb\ :sub:`01`
43       - Y'\ :sub:`02`
44       - Cr\ :sub:`01`
45       - Y'\ :sub:`03`
46     * - start + 8:
47       - Cb\ :sub:`10`
48       - Y'\ :sub:`10`
49       - Cr\ :sub:`10`
50       - Y'\ :sub:`11`
51       - Cb\ :sub:`11`
52       - Y'\ :sub:`12`
53       - Cr\ :sub:`11`
54       - Y'\ :sub:`13`
55     * - start + 16:
56       - Cb\ :sub:`20`
57       - Y'\ :sub:`20`
58       - Cr\ :sub:`20`
59       - Y'\ :sub:`21`
60       - Cb\ :sub:`21`
61       - Y'\ :sub:`22`
62       - Cr\ :sub:`21`
63       - Y'\ :sub:`23`
64     * - start + 24:
65       - Cb\ :sub:`30`
66       - Y'\ :sub:`30`
67       - Cr\ :sub:`30`
68       - Y'\ :sub:`31`
69       - Cb\ :sub:`31`
70       - Y'\ :sub:`32`
71       - Cr\ :sub:`31`
72       - Y'\ :sub:`33`
75 **Color Sample Location:**
79 .. flat-table::
80     :header-rows:  0
81     :stub-columns: 0
83     * -
84       - 0
85       -
86       - 1
87       - 2
88       -
89       - 3
90     * - 0
91       - Y
92       - C
93       - Y
94       - Y
95       - C
96       - Y
97     * - 1
98       - Y
99       - C
100       - Y
101       - Y
102       - C
103       - Y
104     * - 2
105       - Y
106       - C
107       - Y
108       - Y
109       - C
110       - Y
111     * - 3
112       - Y
113       - C
114       - Y
115       - Y
116       - C
117       - Y