Merge remote-tracking branch 'mac80211-next/master'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-uv8.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-UV8:
4
5************************
6V4L2_PIX_FMT_UV8 ('UV8')
7************************
8
5377d91f
MH
9
10UV plane interleaved
11
12
13Description
14===========
15
16In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
17
056d2ee6 18**Byte Order.**
5377d91f
MH
19Each cell is one byte.
20
21
22
5bd4bb78 23
5377d91f
MH
24.. flat-table::
25 :header-rows: 0
26 :stub-columns: 0
5377d91f
MH
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.04957 seconds and 5 git commands to generate.