blob: 8bcead790b3e528c49d810d1e7a5a4f675c98460 [file] [log] [blame]
Markus Heiser5377d912016-06-30 15:18:56 +02001.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-SDR-FMT-RU12LE:
4
5****************************
6V4L2_SDR_FMT_RU12LE ('RU12')
7****************************
8
9*man V4L2_SDR_FMT_RU12LE(2)*
10
11Real unsigned 12-bit little endian sample
12
13
14Description
15===========
16
17This format contains sequence of real number samples. Each sample is
18represented as a 12 bit unsigned little endian number. Sample is stored
19in 16 bit space with unused high bits padded with 0.
20
21**Byte Order..**
22
23Each cell is one byte.
24
25
26
27.. flat-table::
28 :header-rows: 0
29 :stub-columns: 0
30 :widths: 2 1 1
31
32
33 - .. row 1
34
35 - start + 0:
36
37 - I'\ :sub:`0[7:0]`
38
39 - I'\ :sub:`0[11:8]`
40
41
42
43
44.. ------------------------------------------------------------------------------
45.. This file was automatically converted from DocBook-XML with the dbxml
46.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
47.. from the linux kernel, refer to:
48..
49.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
50.. ------------------------------------------------------------------------------