[media] docs-rst: add tabularcolumns to all tables
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-sdr-cu16le.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _V4L2-SDR-FMT-CU16LE:
4
5 ****************************
6 V4L2_SDR_FMT_CU16LE ('CU16')
7 ****************************
8
9 *man V4L2_SDR_FMT_CU16LE(2)*
10
11 Complex unsigned 16-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 16 bit unsigned little endian number. I value
20 comes first and Q value after that.
21
22 **Byte Order.**
23 Each cell is one byte.
24
25
26
27 .. tabularcolumns:: |p{8.8cm}|p{4.4cm}|p{4.3cm}|
28
29 .. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
32 :widths: 2 1 1
33
34
35 - .. row 1
36
37 - start + 0:
38
39 - I'\ :sub:`0[7:0]`
40
41 - I'\ :sub:`0[15:8]`
42
43 - .. row 2
44
45 - start + 2:
46
47 - Q'\ :sub:`0[7:0]`
48
49 - Q'\ :sub:`0[15:8]`
This page took 0.038263 seconds and 5 git commands to generate.