doc-rst: standard: read the example captions
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / pixfmt-sdr-cu08.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-SDR-FMT-CU08:
4
5 *************************
6 V4L2_SDR_FMT_CU8 ('CU08')
7 *************************
8
9 *man V4L2_SDR_FMT_CU8(2)*
10
11 Complex unsigned 8-bit 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 8 bit unsigned number. I value comes first
20 and Q value after that.
21
22 **Byte Order..**
23
24 Each cell is one byte.
25
26
27
28 .. flat-table::
29 :header-rows: 0
30 :stub-columns: 0
31 :widths: 2 1
32
33
34 - .. row 1
35
36 - start + 0:
37
38 - I'\ :sub:`0`
39
40 - .. row 2
41
42 - start + 1:
43
44 - Q'\ :sub:`0`
45
46
47
48
49 .. ------------------------------------------------------------------------------
50 .. This file was automatically converted from DocBook-XML with the dbxml
51 .. library (https://github.com/return42/sphkerneldoc). The origin XML comes
52 .. from the linux kernel, refer to:
53 ..
54 .. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
55 .. ------------------------------------------------------------------------------
This page took 0.050714 seconds and 5 git commands to generate.