Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux/fpc-iii.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cs08.rst
blob179894f6f8fb81dd321959cbf685241b39dc4cca
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _v4l2-sdr-fmt-cs8:
5 *************************
6 V4L2_SDR_FMT_CS8 ('CS08')
7 *************************
9 Complex signed 8-bit IQ sample
12 Description
13 ===========
15 This format contains sequence of complex number samples. Each complex
16 number consist two parts, called In-phase and Quadrature (IQ). Both I
17 and Q are represented as a 8 bit signed number. I value comes first and
18 Q value after that.
20 **Byte Order.**
21 Each cell is one byte.
23 .. flat-table::
24     :header-rows:  0
25     :stub-columns: 0
27     * - start + 0:
28       - I'\ :sub:`0`
29     * - start + 1:
30       - Q'\ :sub:`0`