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