doc-rst: standard: read the example captions
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / pixfmt-y12.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-Y12:
4
5*************************
6V4L2_PIX_FMT_Y12 ('Y12 ')
7*************************
8
9*man V4L2_PIX_FMT_Y12(2)*
10
11Grey-scale image
12
13
14Description
15===========
16
17This is a grey-scale image with a depth of 12 bits per pixel. Pixels are
18stored in 16-bit words with unused high bits padded with 0. The least
19significant byte is stored at lower memory addresses (little-endian).
20
21**Byte Order..**
22
23Each cell is one byte.
24
25
26
27.. flat-table::
28 :header-rows: 0
29 :stub-columns: 0
30 :widths: 2 1 1 1 1 1 1 1 1
31
32
33 - .. row 1
34
35 - start + 0:
36
37 - Y'\ :sub:`00low`
38
39 - Y'\ :sub:`00high`
40
41 - Y'\ :sub:`01low`
42
43 - Y'\ :sub:`01high`
44
45 - Y'\ :sub:`02low`
46
47 - Y'\ :sub:`02high`
48
49 - Y'\ :sub:`03low`
50
51 - Y'\ :sub:`03high`
52
53 - .. row 2
54
55 - start + 8:
56
57 - Y'\ :sub:`10low`
58
59 - Y'\ :sub:`10high`
60
61 - Y'\ :sub:`11low`
62
63 - Y'\ :sub:`11high`
64
65 - Y'\ :sub:`12low`
66
67 - Y'\ :sub:`12high`
68
69 - Y'\ :sub:`13low`
70
71 - Y'\ :sub:`13high`
72
73 - .. row 3
74
75 - start + 16:
76
77 - Y'\ :sub:`20low`
78
79 - Y'\ :sub:`20high`
80
81 - Y'\ :sub:`21low`
82
83 - Y'\ :sub:`21high`
84
85 - Y'\ :sub:`22low`
86
87 - Y'\ :sub:`22high`
88
89 - Y'\ :sub:`23low`
90
91 - Y'\ :sub:`23high`
92
93 - .. row 4
94
95 - start + 24:
96
97 - Y'\ :sub:`30low`
98
99 - Y'\ :sub:`30high`
100
101 - Y'\ :sub:`31low`
102
103 - Y'\ :sub:`31high`
104
105 - Y'\ :sub:`32low`
106
107 - Y'\ :sub:`32high`
108
109 - Y'\ :sub:`33low`
110
111 - Y'\ :sub:`33high`
112
113
114
115
116.. ------------------------------------------------------------------------------
117.. This file was automatically converted from DocBook-XML with the dbxml
118.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
119.. from the linux kernel, refer to:
120..
121.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
122.. ------------------------------------------------------------------------------
This page took 0.043071 seconds and 5 git commands to generate.