1 .. SPDX-License-Identifier: GFDL-1.1-no-invari !! 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/userspace-api/media/fdl-appendix.rst. >> 7 .. >> 8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections 2 9 3 .. _V4L2-SDR-FMT-RU12LE: 10 .. _V4L2-SDR-FMT-RU12LE: 4 11 5 **************************** 12 **************************** 6 V4L2_SDR_FMT_RU12LE ('RU12') 13 V4L2_SDR_FMT_RU12LE ('RU12') 7 **************************** 14 **************************** 8 15 9 16 10 Real unsigned 12-bit little endian sample 17 Real unsigned 12-bit little endian sample 11 18 12 19 13 Description 20 Description 14 =========== 21 =========== 15 22 16 This format contains sequence of real number s 23 This format contains sequence of real number samples. Each sample is 17 represented as a 12 bit unsigned little endian 24 represented as a 12 bit unsigned little endian number. Sample is stored 18 in 16 bit space with unused high bits padded w 25 in 16 bit space with unused high bits padded with 0. 19 26 20 **Byte Order.** 27 **Byte Order.** 21 Each cell is one byte. 28 Each cell is one byte. 22 29 23 30 24 31 25 32 26 .. flat-table:: 33 .. flat-table:: 27 :header-rows: 0 34 :header-rows: 0 28 :stub-columns: 0 35 :stub-columns: 0 29 36 30 * - start + 0: 37 * - start + 0: 31 - I'\ :sub:`0[7:0]` 38 - I'\ :sub:`0[7:0]` 32 - I'\ :sub:`0[11:8]` 39 - I'\ :sub:`0[11:8]`
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.