diff options
author | Aviv Greenberg <aviv.d.greenberg@intel.com> | 2014-12-03 08:14:09 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 10:57:09 -0200 |
commit | 4353e36ee84d936859eb6d65ecd9d3076edd11bc (patch) | |
tree | c7c0696d86a32a397c6a3fc906fe34a1ef9e0658 /Documentation/DocBook/media/v4l/pixfmt.xml | |
parent | cbb77bc281d697764dbb035157b643a8cbc9df30 (diff) | |
download | op-kernel-dev-4353e36ee84d936859eb6d65ecd9d3076edd11bc.zip op-kernel-dev-4353e36ee84d936859eb6d65ecd9d3076edd11bc.tar.gz |
[media] v4l: Add packed Bayer raw10 pixel formats
These formats are just like 10-bit raw bayer formats that exist already, but
the pixels are not padded to byte boundaries. Instead, the eight high order
bits of four consecutive pixels are stored in four bytes, followed by a byte
of two low order bits of each of the four pixels.
Signed-off-by: Aviv Greenberg <aviv.d.greenberg@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/pixfmt.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/pixfmt.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml b/Documentation/DocBook/media/v4l/pixfmt.xml index d5eca4b..5e0352c 100644 --- a/Documentation/DocBook/media/v4l/pixfmt.xml +++ b/Documentation/DocBook/media/v4l/pixfmt.xml @@ -1405,6 +1405,7 @@ access the palette, this must be done with ioctls of the Linux framebuffer API.< &sub-srggb8; &sub-sbggr16; &sub-srggb10; + &sub-srggb10p; &sub-srggb10alaw8; &sub-srggb10dpcm8; &sub-srggb12; |