doc-rst: standard: read the example captions
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / pixfmt-y8i.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-Y8I:
4
5*************************
6V4L2_PIX_FMT_Y8I ('Y8I ')
7*************************
8
9*man V4L2_PIX_FMT_Y8I(2)*
10
11Interleaved grey-scale image, e.g. from a stereo-pair
12
13
14Description
15===========
16
17This is a grey-scale image with a depth of 8 bits per pixel, but with
18pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
19word. E.g. the R200 RealSense camera stores pixel from the left sensor
20in lower and from the right sensor in the higher 8 bits.
21
22**Byte Order..**
23
24Each 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:`00left`
39
40 - Y'\ :sub:`00right`
41
42 - Y'\ :sub:`01left`
43
44 - Y'\ :sub:`01right`
45
46 - Y'\ :sub:`02left`
47
48 - Y'\ :sub:`02right`
49
50 - Y'\ :sub:`03left`
51
52 - Y'\ :sub:`03right`
53
54 - .. row 2
55
56 - start + 8:
57
58 - Y'\ :sub:`10left`
59
60 - Y'\ :sub:`10right`
61
62 - Y'\ :sub:`11left`
63
64 - Y'\ :sub:`11right`
65
66 - Y'\ :sub:`12left`
67
68 - Y'\ :sub:`12right`
69
70 - Y'\ :sub:`13left`
71
72 - Y'\ :sub:`13right`
73
74 - .. row 3
75
76 - start + 16:
77
78 - Y'\ :sub:`20left`
79
80 - Y'\ :sub:`20right`
81
82 - Y'\ :sub:`21left`
83
84 - Y'\ :sub:`21right`
85
86 - Y'\ :sub:`22left`
87
88 - Y'\ :sub:`22right`
89
90 - Y'\ :sub:`23left`
91
92 - Y'\ :sub:`23right`
93
94 - .. row 4
95
96 - start + 24:
97
98 - Y'\ :sub:`30left`
99
100 - Y'\ :sub:`30right`
101
102 - Y'\ :sub:`31left`
103
104 - Y'\ :sub:`31right`
105
106 - Y'\ :sub:`32left`
107
108 - Y'\ :sub:`32right`
109
110 - Y'\ :sub:`33left`
111
112 - Y'\ :sub:`33right`
113
114
115
116
117.. ------------------------------------------------------------------------------
118.. This file was automatically converted from DocBook-XML with the dbxml
119.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
120.. from the linux kernel, refer to:
121..
122.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
123.. ------------------------------------------------------------------------------
This page took 0.030115 seconds and 5 git commands to generate.