Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-grey.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-GREY:
4
5**************************
6V4L2_PIX_FMT_GREY ('GREY')
7**************************
8
5377d91f
MH
9Grey-scale image
10
11
12Description
13===========
14
15This is a grey-scale image. It is really a degenerate Y'CbCr format
16which simply contains no Cb or Cr data.
17
056d2ee6 18**Byte Order.**
5377d91f
MH
19Each cell is one byte.
20
5377d91f
MH
21.. flat-table::
22 :header-rows: 0
23 :stub-columns: 0
5377d91f
MH
24
25
26 - .. row 1
27
28 - start + 0:
29
30 - Y'\ :sub:`00`
31
32 - Y'\ :sub:`01`
33
34 - Y'\ :sub:`02`
35
36 - Y'\ :sub:`03`
37
38 - .. row 2
39
40 - start + 4:
41
42 - Y'\ :sub:`10`
43
44 - Y'\ :sub:`11`
45
46 - Y'\ :sub:`12`
47
48 - Y'\ :sub:`13`
49
50 - .. row 3
51
52 - start + 8:
53
54 - Y'\ :sub:`20`
55
56 - Y'\ :sub:`21`
57
58 - Y'\ :sub:`22`
59
60 - Y'\ :sub:`23`
61
62 - .. row 4
63
64 - start + 12:
65
66 - Y'\ :sub:`30`
67
68 - Y'\ :sub:`31`
69
70 - Y'\ :sub:`32`
71
72 - Y'\ :sub:`33`
This page took 0.0495 seconds and 5 git commands to generate.