summaryrefslogtreecommitdiffstats
path: root/Documentation/media/uapi/v4l/pixfmt-srggb8.rst
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2016-11-15 19:49:43 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-23 20:05:25 -0200
commit5bbced125ac50f181a2a88728c540b97b4c3af7a (patch)
tree215847412f7d71465abe770c56f0b72bcdb05694 /Documentation/media/uapi/v4l/pixfmt-srggb8.rst
parent5b382290ffe1561b6eba7b0e8d4b7abbf63f0c1a (diff)
downloadlinux-0-day-5bbced125ac50f181a2a88728c540b97b4c3af7a.tar.gz
linux-0-day-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-srggb8.rst')
-rw-r--r--Documentation/media/uapi/v4l/pixfmt-srggb8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-srggb8.rst b/Documentation/media/uapi/v4l/pixfmt-srggb8.rst
index a3987d2e97fd3..5ac25a634d300 100644
--- a/Documentation/media/uapi/v4l/pixfmt-srggb8.rst
+++ b/Documentation/media/uapi/v4l/pixfmt-srggb8.rst
@@ -20,7 +20,7 @@ These four pixel formats are raw sRGB / Bayer formats with 8 bits per
sample. Each sample is stored in a byte. Each n-pixel row contains n/2
green samples and n/2 blue or red samples, with alternating red and
blue rows. They are conventionally described as GRGR... BGBG...,
-RGRG... GBGB..., etc. Below is an example of one of these formats:
+RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
**Byte Order.**
Each cell is one byte.