diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 16:32:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-17 22:41:13 -0300 |
commit | 00748947f92e9b8cd64a934ec8b4d0fe1eb1cd2c (patch) | |
tree | bd847935791906490047192c08b82bf0ce65cf50 | |
parent | 70c95242c45d7e6af4c0b4aba4119280eb3aa5de (diff) | |
download | op-kernel-dev-00748947f92e9b8cd64a934ec8b4d0fe1eb1cd2c.zip op-kernel-dev-00748947f92e9b8cd64a934ec8b4d0fe1eb1cd2c.tar.gz |
[media] doc-rst: convert fourcc to rst format
Fix fourcc for it to be correcly parsed by Sphinx.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/media/v4l-drivers/fourcc.rst | 20 | ||||
-rw-r--r-- | Documentation/media/v4l-drivers/index.rst | 1 |
2 files changed, 10 insertions, 11 deletions
diff --git a/Documentation/media/v4l-drivers/fourcc.rst b/Documentation/media/v4l-drivers/fourcc.rst index 41241af..f7c8cef 100644 --- a/Documentation/media/v4l-drivers/fourcc.rst +++ b/Documentation/media/v4l-drivers/fourcc.rst @@ -8,24 +8,22 @@ other three characters depends on the first one. Existing 4CCs may not obey these guidelines. -Formats -======= - Raw bayer --------- The following first characters are used by raw bayer formats: - B: raw bayer, uncompressed - b: raw bayer, DPCM compressed - a: A-law compressed - u: u-law compressed +- B: raw bayer, uncompressed +- b: raw bayer, DPCM compressed +- a: A-law compressed +- u: u-law compressed 2nd character: pixel order - B: BGGR - G: GBRG - g: GRBG - R: RGGB + +- B: BGGR +- G: GBRG +- g: GRBG +- R: RGGB 3rd character: uncompressed bits-per-pixel 0--9, A-- diff --git a/Documentation/media/v4l-drivers/index.rst b/Documentation/media/v4l-drivers/index.rst index b18c024..6391f16 100644 --- a/Documentation/media/v4l-drivers/index.rst +++ b/Documentation/media/v4l-drivers/index.rst @@ -18,4 +18,5 @@ License". .. toctree:: :maxdepth: 5 + fourcc cardlist |