Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cs08.rst
blob2736275d080f714fab3ef100599a1b178ff20b1f
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _v4l2-sdr-fmt-cs8:
5 *************************
6 V4L2_SDR_FMT_CS8 ('CS08')
7 *************************
9 *man V4L2_SDR_FMT_CS8(2)*
11 Complex signed 8-bit IQ sample
14 Description
15 ===========
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 8 bit signed number. I value comes first and
20 Q value after that.
22 **Byte Order.**
23 Each cell is one byte.
27 .. flat-table::
28     :header-rows:  0
29     :stub-columns: 0
30     :widths:       2 1
33     -  .. row 1
35        -  start + 0:
37        -  I'\ :sub:`0`
39     -  .. row 2
41        -  start + 1:
43        -  Q'\ :sub:`0`