From: Andreas Weber Date: Mon, 7 Jul 2014 14:00:05 +0000 (-0300) Subject: [media] DocBook media: fix number of bits filled with zeros for SRGBB12 X-Git-Tag: firefly_0821_release~176^2~2474^2~1241 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3ffd7166e41de75faf6fd908c63feffa45596ea4;p=firefly-linux-kernel-4.4.55.git [media] DocBook media: fix number of bits filled with zeros for SRGBB12 The total number of bits is 16 (12+4). Fix it. Signed-off-by: Andreas Weber Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml index 9ba4fb690bc0..96947f17fca1 100644 --- a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml +++ b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml @@ -18,7 +18,7 @@ Description The following four pixel formats are raw sRGB / Bayer formats with -12 bits per colour. Each colour component is stored in a 16-bit word, with 6 +12 bits per colour. Each colour component is stored in a 16-bit word, with 4 unused 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