• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3.. _V4L2-PIX-FMT-Y16:
4
5*************************
6V4L2_PIX_FMT_Y16 ('Y16 ')
7*************************
8
9
10Grey-scale image
11
12
13Description
14===========
15
16This is a grey-scale image with a depth of 16 bits per pixel. The least
17significant byte is stored at lower memory addresses (little-endian).
18
19.. note::
20
21   The actual sampling precision may be lower than 16 bits, for
22   example 10 bits per pixel with values in range 0 to 1023.
23
24**Byte Order.**
25Each cell is one byte.
26
27
28
29
30.. flat-table::
31    :header-rows:  0
32    :stub-columns: 0
33
34    * - start + 0:
35      - Y'\ :sub:`00low`
36      - Y'\ :sub:`00high`
37      - Y'\ :sub:`01low`
38      - Y'\ :sub:`01high`
39      - Y'\ :sub:`02low`
40      - Y'\ :sub:`02high`
41      - Y'\ :sub:`03low`
42      - Y'\ :sub:`03high`
43    * - start + 8:
44      - Y'\ :sub:`10low`
45      - Y'\ :sub:`10high`
46      - Y'\ :sub:`11low`
47      - Y'\ :sub:`11high`
48      - Y'\ :sub:`12low`
49      - Y'\ :sub:`12high`
50      - Y'\ :sub:`13low`
51      - Y'\ :sub:`13high`
52    * - start + 16:
53      - Y'\ :sub:`20low`
54      - Y'\ :sub:`20high`
55      - Y'\ :sub:`21low`
56      - Y'\ :sub:`21high`
57      - Y'\ :sub:`22low`
58      - Y'\ :sub:`22high`
59      - Y'\ :sub:`23low`
60      - Y'\ :sub:`23high`
61    * - start + 24:
62      - Y'\ :sub:`30low`
63      - Y'\ :sub:`30high`
64      - Y'\ :sub:`31low`
65      - Y'\ :sub:`31high`
66      - Y'\ :sub:`32low`
67      - Y'\ :sub:`32high`
68      - Y'\ :sub:`33low`
69      - Y'\ :sub:`33high`
70