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