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