From: Sergio Aguirre <[EMAIL PROTECTED]>
Subject: OMAP: CAMERA: Add 10-bit RAW Bayer format

Adding 10-bit RAW Bayer format, and also compressed to 8 bits version.

Signed-off-by: Sergio Aguirre <[EMAIL PROTECTED]>
---
 include/linux/videodev2.h |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-omap-2.6/include/linux/videodev2.h
===================================================================
--- linux-omap-2.6.orig/include/linux/videodev2.h       2008-08-22 
09:56:56.000000000 -0500
+++ linux-omap-2.6/include/linux/videodev2.h    2008-08-22 09:59:09.000000000 
-0500
@@ -315,6 +315,8 @@
 /* see http://www.siliconimaging.com/RGB%20Bayer.htm */
 #define V4L2_PIX_FMT_SBGGR8  v4l2_fourcc('B', 'A', '8', '1') /*  8  BGBG.. 
GRGR.. */
 #define V4L2_PIX_FMT_SGBRG8  v4l2_fourcc('G', 'B', 'R', 'G') /*  8  GBGB.. 
RGRG.. */
+#define V4L2_PIX_FMT_SGRBG10 v4l2_fourcc('B', 'A', '1', '0') /* 10bit raw 
bayer  */
+#define V4L2_PIX_FMT_SGRBG10DPCM8 v4l2_fourcc('B', 'D', '1', '0') /* 10bit raw 
bayer DPCM compressed to 8 bits */
 #define V4L2_PIX_FMT_SBGGR16 v4l2_fourcc('B', 'Y', 'R', '2') /* 16  BGBG.. 
GRGR.. */
 
 /* compressed formats */
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to