Merge remote-tracking branch 'block/for-next'
[deliverable/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
10 UV plane interleaved
11
12
13 Description
14 ===========
15
16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
17
18 **Byte Order.**
19 Each cell is one byte.
20
21
22
23
24 .. flat-table::
25 :header-rows: 0
26 :stub-columns: 0
27
28
29 - .. row 1
30
31 - start + 0:
32
33 - Cb\ :sub:`00`
34
35 - Cr\ :sub:`00`
36
37 - Cb\ :sub:`01`
38
39 - Cr\ :sub:`01`
40
41 - .. row 2
42
43 - start + 4:
44
45 - Cb\ :sub:`10`
46
47 - Cr\ :sub:`10`
48
49 - Cb\ :sub:`11`
50
51 - Cr\ :sub:`11`
52
53 - .. row 3
54
55 - start + 8:
56
57 - Cb\ :sub:`20`
58
59 - Cr\ :sub:`20`
60
61 - Cb\ :sub:`21`
62
63 - Cr\ :sub:`21`
64
65 - .. row 4
66
67 - start + 12:
68
69 - Cb\ :sub:`30`
70
71 - Cr\ :sub:`30`
72
73 - Cb\ :sub:`31`
74
75 - Cr\ :sub:`31`
This page took 0.036516 seconds and 5 git commands to generate.