Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[sfrench/cifs-2.6.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cu16le.rst
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-SDR-FMT-CU16LE:
11
12 ****************************
13 V4L2_SDR_FMT_CU16LE ('CU16')
14 ****************************
15
16
17 Complex unsigned 16-bit little endian IQ sample
18
19
20 Description
21 ===========
22
23 This format contains sequence of complex number samples. Each complex
24 number consist two parts, called In-phase and Quadrature (IQ). Both I
25 and Q are represented as a 16 bit unsigned little endian number. I value
26 comes first and Q value after that.
27
28 **Byte Order.**
29 Each cell is one byte.
30
31
32 .. flat-table::
33     :header-rows:  0
34     :stub-columns: 0
35
36     * - start + 0:
37       - I'\ :sub:`0[7:0]`
38       - I'\ :sub:`0[15:8]`
39     * - start + 2:
40       - Q'\ :sub:`0[7:0]`
41       - Q'\ :sub:`0[15:8]`