Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / Documentation / media / uapi / v4l / pixfmt-grey.rst
blobdad813819d3ef9505085194175e7d14b61368fcf
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _V4L2-PIX-FMT-GREY:
5 **************************
6 V4L2_PIX_FMT_GREY ('GREY')
7 **************************
9 Grey-scale image
12 Description
13 ===========
15 This is a grey-scale image. It is really a degenerate Y'CbCr format
16 which simply contains no Cb or Cr data.
18 **Byte Order.**
19 Each cell is one byte.
21 .. flat-table::
22     :header-rows:  0
23     :stub-columns: 0
25     * - start + 0:
26       - Y'\ :sub:`00`
27       - Y'\ :sub:`01`
28       - Y'\ :sub:`02`
29       - Y'\ :sub:`03`
30     * - start + 4:
31       - Y'\ :sub:`10`
32       - Y'\ :sub:`11`
33       - Y'\ :sub:`12`
34       - Y'\ :sub:`13`
35     * - start + 8:
36       - Y'\ :sub:`20`
37       - Y'\ :sub:`21`
38       - Y'\ :sub:`22`
39       - Y'\ :sub:`23`
40     * - start + 12:
41       - Y'\ :sub:`30`
42       - Y'\ :sub:`31`
43       - Y'\ :sub:`32`
44       - Y'\ :sub:`33`