Smack: Handle io_uring kernel thread privileges
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / v4l / pixfmt-y16-be.rst
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3 .. _V4L2-PIX-FMT-Y16-BE:
4
5 ****************************************
6 V4L2_PIX_FMT_Y16_BE ('Y16 ' | (1 << 31))
7 ****************************************
8
9
10 Grey-scale image
11
12
13 Description
14 ===========
15
16 This is a grey-scale image with a depth of 16 bits per pixel. The most
17 significant byte is stored at lower memory addresses (big-endian).
18
19 .. note::
20
21    The actual sampling precision may be lower than 16 bits, for
22    example 10 bits per pixel with values in range 0 to 1023.
23
24 **Byte Order.**
25 Each cell is one byte.
26
27
28
29
30 .. flat-table::
31     :header-rows:  0
32     :stub-columns: 0
33
34     * - start + 0:
35       - Y'\ :sub:`00high`
36       - Y'\ :sub:`00low`
37       - Y'\ :sub:`01high`
38       - Y'\ :sub:`01low`
39       - Y'\ :sub:`02high`
40       - Y'\ :sub:`02low`
41       - Y'\ :sub:`03high`
42       - Y'\ :sub:`03low`
43     * - start + 8:
44       - Y'\ :sub:`10high`
45       - Y'\ :sub:`10low`
46       - Y'\ :sub:`11high`
47       - Y'\ :sub:`11low`
48       - Y'\ :sub:`12high`
49       - Y'\ :sub:`12low`
50       - Y'\ :sub:`13high`
51       - Y'\ :sub:`13low`
52     * - start + 16:
53       - Y'\ :sub:`20high`
54       - Y'\ :sub:`20low`
55       - Y'\ :sub:`21high`
56       - Y'\ :sub:`21low`
57       - Y'\ :sub:`22high`
58       - Y'\ :sub:`22low`
59       - Y'\ :sub:`23high`
60       - Y'\ :sub:`23low`
61     * - start + 24:
62       - Y'\ :sub:`30high`
63       - Y'\ :sub:`30low`
64       - Y'\ :sub:`31high`
65       - Y'\ :sub:`31low`
66       - Y'\ :sub:`32high`
67       - Y'\ :sub:`32low`
68       - Y'\ :sub:`33high`
69       - Y'\ :sub:`33low`