[media] pixfmt-packed-rgb.rst: adjust tables to fit in LaTeX
[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 .. tabularcolumns:: |p{5.8cm}|p{2.9cm}|p{2.9cm}|p{2.9cm}|p{3.0cm}|
25
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
29     :widths:       2 1 1 1 1
30
31
32     -  .. row 1
33
34        -  start + 0:
35
36        -  Cb\ :sub:`00`
37
38        -  Cr\ :sub:`00`
39
40        -  Cb\ :sub:`01`
41
42        -  Cr\ :sub:`01`
43
44     -  .. row 2
45
46        -  start + 4:
47
48        -  Cb\ :sub:`10`
49
50        -  Cr\ :sub:`10`
51
52        -  Cb\ :sub:`11`
53
54        -  Cr\ :sub:`11`
55
56     -  .. row 3
57
58        -  start + 8:
59
60        -  Cb\ :sub:`20`
61
62        -  Cr\ :sub:`20`
63
64        -  Cb\ :sub:`21`
65
66        -  Cr\ :sub:`21`
67
68     -  .. row 4
69
70        -  start + 12:
71
72        -  Cb\ :sub:`30`
73
74        -  Cr\ :sub:`30`
75
76        -  Cb\ :sub:`31`
77
78        -  Cr\ :sub:`31`