Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e42c4754 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

[media] doc-rst: 16-bit BGGR is always 16 bits



The V4L2_PIX_FMT_SBGGR16 format is documented to contain samples of fewer
than 16 bits. However, we do have specific definitions for smaller sample
sizes. Therefore, this note is redundant from the API point of view.

Currently only two drivers, am437x and davinci, use the
V4L2_PIX_FMT_SBGGR16 pixelformat currently. The sampling precision is
understood to be 16 bits in all current cases.

Remove the note on sampling precision.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 96c59bfb
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -17,11 +17,6 @@ This format is similar to
has a depth of 16 bits. The least significant byte is stored at lower
memory addresses (little-endian).

.. note::

    The actual sampling precision may be lower than 16 bits,
    for example 10 bits per pixel with values in tange 0 to 1023.

**Byte Order.**
Each cell is one byte.