Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / media / uapi / v4l / pixfmt-uv8.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-PIX-FMT-UV8:
4
5 ************************
6 V4L2_PIX_FMT_UV8 ('UV8')
7 ************************
8
9 *man V4L2_PIX_FMT_UV8(2)*
10
11 UV plane interleaved
12
13
14 Description
15 ===========
16
17 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
18
19 **Byte Order.**
20 Each cell is one byte.
21
22
23
24 .. flat-table::
25     :header-rows:  0
26     :stub-columns: 0
27     :widths:       2 1 1 1 1
28
29
30     -  .. row 1
31
32        -  start + 0:
33
34        -  Cb\ :sub:`00`
35
36        -  Cr\ :sub:`00`
37
38        -  Cb\ :sub:`01`
39
40        -  Cr\ :sub:`01`
41
42     -  .. row 2
43
44        -  start + 4:
45
46        -  Cb\ :sub:`10`
47
48        -  Cr\ :sub:`10`
49
50        -  Cb\ :sub:`11`
51
52        -  Cr\ :sub:`11`
53
54     -  .. row 3
55
56        -  start + 8:
57
58        -  Cb\ :sub:`20`
59
60        -  Cr\ :sub:`20`
61
62        -  Cb\ :sub:`21`
63
64        -  Cr\ :sub:`21`
65
66     -  .. row 4
67
68        -  start + 12:
69
70        -  Cb\ :sub:`30`
71
72        -  Cr\ :sub:`30`
73
74        -  Cb\ :sub:`31`
75
76        -  Cr\ :sub:`31`