vdpa: Use simpler version of ida allocation
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / v4l / pixfmt-grey.rst
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3 .. _V4L2-PIX-FMT-GREY:
4
5 **************************
6 V4L2_PIX_FMT_GREY ('GREY')
7 **************************
8
9 Grey-scale image
10
11
12 Description
13 ===========
14
15 This is a grey-scale image. It is really a degenerate Y'CbCr format
16 which simply contains no Cb or Cr data.
17
18 **Byte Order.**
19 Each cell is one byte.
20
21 .. flat-table::
22     :header-rows:  0
23     :stub-columns: 0
24
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`