• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. Permission is granted to copy, distribute and/or modify this
2.. document under the terms of the GNU Free Documentation License,
3.. Version 1.1 or any later version published by the Free Software
4.. Foundation, with no Invariant Sections, no Front-Cover Texts
5.. and no Back-Cover Texts. A copy of the license is included at
6.. Documentation/media/uapi/fdl-appendix.rst.
7..
8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10.. _V4L2-PIX-FMT-Y16-BE:
11
12****************************************
13V4L2_PIX_FMT_Y16_BE ('Y16 ' | (1 << 31))
14****************************************
15
16
17Grey-scale image
18
19
20Description
21===========
22
23This is a grey-scale image with a depth of 16 bits per pixel. The most
24significant byte is stored at lower memory addresses (big-endian).
25
26.. note::
27
28   The actual sampling precision may be lower than 16 bits, for
29   example 10 bits per pixel with values in range 0 to 1023.
30
31**Byte Order.**
32Each cell is one byte.
33
34
35
36
37.. flat-table::
38    :header-rows:  0
39    :stub-columns: 0
40
41    * - start + 0:
42      - Y'\ :sub:`00high`
43      - Y'\ :sub:`00low`
44      - Y'\ :sub:`01high`
45      - Y'\ :sub:`01low`
46      - Y'\ :sub:`02high`
47      - Y'\ :sub:`02low`
48      - Y'\ :sub:`03high`
49      - Y'\ :sub:`03low`
50    * - start + 8:
51      - Y'\ :sub:`10high`
52      - Y'\ :sub:`10low`
53      - Y'\ :sub:`11high`
54      - Y'\ :sub:`11low`
55      - Y'\ :sub:`12high`
56      - Y'\ :sub:`12low`
57      - Y'\ :sub:`13high`
58      - Y'\ :sub:`13low`
59    * - start + 16:
60      - Y'\ :sub:`20high`
61      - Y'\ :sub:`20low`
62      - Y'\ :sub:`21high`
63      - Y'\ :sub:`21low`
64      - Y'\ :sub:`22high`
65      - Y'\ :sub:`22low`
66      - Y'\ :sub:`23high`
67      - Y'\ :sub:`23low`
68    * - start + 24:
69      - Y'\ :sub:`30high`
70      - Y'\ :sub:`30low`
71      - Y'\ :sub:`31high`
72      - Y'\ :sub:`31low`
73      - Y'\ :sub:`32high`
74      - Y'\ :sub:`32low`
75      - Y'\ :sub:`33high`
76      - Y'\ :sub:`33low`
77