Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / Documentation / media / uapi / v4l / pixfmt-vyuy.rst
bloba3f61f280b94b933f2479e07a49b69808bc6b48a
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _V4L2-PIX-FMT-VYUY:
5 **************************
6 V4L2_PIX_FMT_VYUY ('VYUY')
7 **************************
10 Variation of ``V4L2_PIX_FMT_YUYV`` with different order of samples in
11 memory
14 Description
15 ===========
17 In this format each four bytes is two pixels. Each four bytes is two
18 Y's, a Cb and a Cr. Each Y goes to one of the pixels, and the Cb and Cr
19 belong to both pixels. As you can see, the Cr and Cb components have
20 half the horizontal resolution of the Y component.
22 **Byte Order.**
23 Each cell is one byte.
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
30     * - start + 0:
31       - Cr\ :sub:`00`
32       - Y'\ :sub:`00`
33       - Cb\ :sub:`00`
34       - Y'\ :sub:`01`
35       - Cr\ :sub:`01`
36       - Y'\ :sub:`02`
37       - Cb\ :sub:`01`
38       - Y'\ :sub:`03`
39     * - start + 8:
40       - Cr\ :sub:`10`
41       - Y'\ :sub:`10`
42       - Cb\ :sub:`10`
43       - Y'\ :sub:`11`
44       - Cr\ :sub:`11`
45       - Y'\ :sub:`12`
46       - Cb\ :sub:`11`
47       - Y'\ :sub:`13`
48     * - start + 16:
49       - Cr\ :sub:`20`
50       - Y'\ :sub:`20`
51       - Cb\ :sub:`20`
52       - Y'\ :sub:`21`
53       - Cr\ :sub:`21`
54       - Y'\ :sub:`22`
55       - Cb\ :sub:`21`
56       - Y'\ :sub:`23`
57     * - start + 24:
58       - Cr\ :sub:`30`
59       - Y'\ :sub:`30`
60       - Cb\ :sub:`30`
61       - Y'\ :sub:`31`
62       - Cr\ :sub:`31`
63       - Y'\ :sub:`32`
64       - Cb\ :sub:`31`
65       - Y'\ :sub:`33`
68 **Color Sample Location..**
70 .. flat-table::
71     :header-rows:  0
72     :stub-columns: 0
74     * -
75       - 0
76       -
77       - 1
78       -
79       - 2
80       - 3
81     * - 0
82       - Y
83       - C
84       - Y
85       - Y
86       - C
87       - Y
88     * - 1
89       - Y
90       - C
91       - Y
92       - Y
93       - C
94       - Y
95     * - 2
96       - Y
97       - C
98       - Y
99       - Y
100       - C
101       - Y
102     * - 3
103       - Y
104       - C
105       - Y
106       - Y
107       - C
108       - Y