d8d7fd3f0ec26895d65a3110d1f643eb0c7b3ffd
[cascardo/linux.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cs14le.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-SDR-FMT-CS14LE:
4
5 ****************************
6 V4L2_SDR_FMT_CS14LE ('CS14')
7 ****************************
8
9 *man V4L2_SDR_FMT_CS14LE(2)*
10
11 Complex signed 14-bit little endian IQ sample
12
13
14 Description
15 ===========
16
17 This format contains sequence of complex number samples. Each complex
18 number consist two parts, called In-phase and Quadrature (IQ). Both I
19 and Q are represented as a 14 bit signed little endian number. I value
20 comes first and Q value after that. 14 bit value is stored in 16 bit
21 space with unused high bits padded with 0.
22
23 **Byte Order.**
24 Each cell is one byte.
25
26
27
28 .. tabularcolumns:: |p{8.8cm}|p{4.4cm}|p{4.3cm}|
29
30 .. flat-table::
31     :header-rows:  0
32     :stub-columns: 0
33     :widths:       2 1 1
34
35
36     -  .. row 1
37
38        -  start + 0:
39
40        -  I'\ :sub:`0[7:0]`
41
42        -  I'\ :sub:`0[13:8]`
43
44     -  .. row 2
45
46        -  start + 2:
47
48        -  Q'\ :sub:`0[7:0]`
49
50        -  Q'\ :sub:`0[13:8]`