diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2016-11-16 00:49:43 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-24 01:05:25 +0300 |
commit | 5bbced125ac50f181a2a88728c540b97b4c3af7a (patch) | |
tree | 215847412f7d71465abe770c56f0b72bcdb05694 /Documentation/media/uapi/v4l/pixfmt-srggb12.rst | |
parent | 5b382290ffe1561b6eba7b0e8d4b7abbf63f0c1a (diff) | |
download | linux-5bbced125ac50f181a2a88728c540b97b4c3af7a.tar.xz |
[media] doc-rst: Specify raw bayer format variant used in the examples
The documentation simply mentioned that one of the four pixel orders was
used in the example. Now specify the exact pixelformat instead.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-srggb12.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-srggb12.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-srggb12.rst b/Documentation/media/uapi/v4l/pixfmt-srggb12.rst index a50ee143cb08..15041e568a0a 100644 --- a/Documentation/media/uapi/v4l/pixfmt-srggb12.rst +++ b/Documentation/media/uapi/v4l/pixfmt-srggb12.rst @@ -26,7 +26,7 @@ high bits filled with zeros. Each n-pixel row contains n/2 green samples and n/2 blue or red samples, with alternating red and blue rows. Bytes are stored in memory in little endian order. They are conventionally described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example -of one of these formats: +of a small V4L2_PIX_FMT_SBGGR12 image: **Byte Order.** Each cell is one byte, the 4 most significant bits in the high bytes are |