[media] docs-rst: add tabularcolumns to all tables
[deliverable/linux.git] / Documentation / media / uapi / 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
056d2ee6 22**Byte Order.**
5377d91f
MH
23Each cell is one byte.
24
25
26
5bd4bb78
MCC
27.. 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}|
28
5377d91f
MH
29.. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
32 :widths: 2 1 1 1 1 1 1 1 1
33
34
35 - .. row 1
36
37 - start + 0:
38
39 - Y'\ :sub:`00left`
40
41 - Y'\ :sub:`00right`
42
43 - Y'\ :sub:`01left`
44
45 - Y'\ :sub:`01right`
46
47 - Y'\ :sub:`02left`
48
49 - Y'\ :sub:`02right`
50
51 - Y'\ :sub:`03left`
52
53 - Y'\ :sub:`03right`
54
55 - .. row 2
56
57 - start + 8:
58
59 - Y'\ :sub:`10left`
60
61 - Y'\ :sub:`10right`
62
63 - Y'\ :sub:`11left`
64
65 - Y'\ :sub:`11right`
66
67 - Y'\ :sub:`12left`
68
69 - Y'\ :sub:`12right`
70
71 - Y'\ :sub:`13left`
72
73 - Y'\ :sub:`13right`
74
75 - .. row 3
76
77 - start + 16:
78
79 - Y'\ :sub:`20left`
80
81 - Y'\ :sub:`20right`
82
83 - Y'\ :sub:`21left`
84
85 - Y'\ :sub:`21right`
86
87 - Y'\ :sub:`22left`
88
89 - Y'\ :sub:`22right`
90
91 - Y'\ :sub:`23left`
92
93 - Y'\ :sub:`23right`
94
95 - .. row 4
96
97 - start + 24:
98
99 - Y'\ :sub:`30left`
100
101 - Y'\ :sub:`30right`
102
103 - Y'\ :sub:`31left`
104
105 - Y'\ :sub:`31right`
106
107 - Y'\ :sub:`32left`
108
109 - Y'\ :sub:`32right`
110
111 - Y'\ :sub:`33left`
112
113 - Y'\ :sub:`33right`
This page took 0.062984 seconds and 5 git commands to generate.