fb: adv7393: off by one in probe function
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-z16.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-PIX-FMT-Z16:
4
5 *************************
6 V4L2_PIX_FMT_Z16 ('Z16 ')
7 *************************
8
9 *man V4L2_PIX_FMT_Z16(2)*
10
11 16-bit depth data with distance values at each pixel
12
13
14 Description
15 ===========
16
17 This is a 16-bit format, representing depth data. Each pixel is a
18 distance to the respective point in the image coordinates. Distance unit
19 can vary and has to be negotiated with the device separately. Each pixel
20 is stored in a 16-bit word in the little endian byte order.
21
22 **Byte Order.**
23 Each 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 - Z\ :sub:`00low`
38
39 - Z\ :sub:`00high`
40
41 - Z\ :sub:`01low`
42
43 - Z\ :sub:`01high`
44
45 - Z\ :sub:`02low`
46
47 - Z\ :sub:`02high`
48
49 - Z\ :sub:`03low`
50
51 - Z\ :sub:`03high`
52
53 - .. row 2
54
55 - start + 8:
56
57 - Z\ :sub:`10low`
58
59 - Z\ :sub:`10high`
60
61 - Z\ :sub:`11low`
62
63 - Z\ :sub:`11high`
64
65 - Z\ :sub:`12low`
66
67 - Z\ :sub:`12high`
68
69 - Z\ :sub:`13low`
70
71 - Z\ :sub:`13high`
72
73 - .. row 3
74
75 - start + 16:
76
77 - Z\ :sub:`20low`
78
79 - Z\ :sub:`20high`
80
81 - Z\ :sub:`21low`
82
83 - Z\ :sub:`21high`
84
85 - Z\ :sub:`22low`
86
87 - Z\ :sub:`22high`
88
89 - Z\ :sub:`23low`
90
91 - Z\ :sub:`23high`
92
93 - .. row 4
94
95 - start + 24:
96
97 - Z\ :sub:`30low`
98
99 - Z\ :sub:`30high`
100
101 - Z\ :sub:`31low`
102
103 - Z\ :sub:`31high`
104
105 - Z\ :sub:`32low`
106
107 - Z\ :sub:`32high`
108
109 - Z\ :sub:`33low`
110
111 - Z\ :sub:`33high`
This page took 0.034155 seconds and 5 git commands to generate.