Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdim...
[sfrench/cifs-2.6.git] / Documentation / media / uapi / v4l / pixfmt-grey.rst
1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/media/uapi/fdl-appendix.rst.
7 ..
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10 .. _V4L2-PIX-FMT-GREY:
11
12 **************************
13 V4L2_PIX_FMT_GREY ('GREY')
14 **************************
15
16 Grey-scale image
17
18
19 Description
20 ===========
21
22 This is a grey-scale image. It is really a degenerate Y'CbCr format
23 which simply contains no Cb or Cr data.
24
25 **Byte Order.**
26 Each cell is one byte.
27
28 .. flat-table::
29     :header-rows:  0
30     :stub-columns: 0
31
32     * - start + 0:
33       - Y'\ :sub:`00`
34       - Y'\ :sub:`01`
35       - Y'\ :sub:`02`
36       - Y'\ :sub:`03`
37     * - start + 4:
38       - Y'\ :sub:`10`
39       - Y'\ :sub:`11`
40       - Y'\ :sub:`12`
41       - Y'\ :sub:`13`
42     * - start + 8:
43       - Y'\ :sub:`20`
44       - Y'\ :sub:`21`
45       - Y'\ :sub:`22`
46       - Y'\ :sub:`23`
47     * - start + 12:
48       - Y'\ :sub:`30`
49       - Y'\ :sub:`31`
50       - Y'\ :sub:`32`
51       - Y'\ :sub:`33`