mmc: sdhci-acpi: Set MMC_CAP_CMD_DURING_TFR for Intel eMMC controllers
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-y16.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-PIX-FMT-Y16:
4
5 *************************
6 V4L2_PIX_FMT_Y16 ('Y16 ')
7 *************************
8
9 *man V4L2_PIX_FMT_Y16(2)*
10
11 Grey-scale image
12
13
14 Description
15 ===========
16
17 This is a grey-scale image with a depth of 16 bits per pixel. The least
18 significant byte is stored at lower memory addresses (little-endian).
19
20 .. note:: The actual sampling precision may be lower than 16 bits, for
21 example 10 bits per pixel with values in range 0 to 1023.
22
23 **Byte Order.**
24 Each cell is one byte.
25
26
27
28 .. flat-table::
29 :header-rows: 0
30 :stub-columns: 0
31 :widths: 2 1 1 1 1 1 1 1 1
32
33
34 - .. row 1
35
36 - start + 0:
37
38 - Y'\ :sub:`00low`
39
40 - Y'\ :sub:`00high`
41
42 - Y'\ :sub:`01low`
43
44 - Y'\ :sub:`01high`
45
46 - Y'\ :sub:`02low`
47
48 - Y'\ :sub:`02high`
49
50 - Y'\ :sub:`03low`
51
52 - Y'\ :sub:`03high`
53
54 - .. row 2
55
56 - start + 8:
57
58 - Y'\ :sub:`10low`
59
60 - Y'\ :sub:`10high`
61
62 - Y'\ :sub:`11low`
63
64 - Y'\ :sub:`11high`
65
66 - Y'\ :sub:`12low`
67
68 - Y'\ :sub:`12high`
69
70 - Y'\ :sub:`13low`
71
72 - Y'\ :sub:`13high`
73
74 - .. row 3
75
76 - start + 16:
77
78 - Y'\ :sub:`20low`
79
80 - Y'\ :sub:`20high`
81
82 - Y'\ :sub:`21low`
83
84 - Y'\ :sub:`21high`
85
86 - Y'\ :sub:`22low`
87
88 - Y'\ :sub:`22high`
89
90 - Y'\ :sub:`23low`
91
92 - Y'\ :sub:`23high`
93
94 - .. row 4
95
96 - start + 24:
97
98 - Y'\ :sub:`30low`
99
100 - Y'\ :sub:`30high`
101
102 - Y'\ :sub:`31low`
103
104 - Y'\ :sub:`31high`
105
106 - Y'\ :sub:`32low`
107
108 - Y'\ :sub:`32high`
109
110 - Y'\ :sub:`33low`
111
112 - Y'\ :sub:`33high`
This page took 0.036525 seconds and 5 git commands to generate.