public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 7/16] OMAP3 camera driver RAW 10 dpcm
@ 2008-07-01  4:05 Mohit Jalori
  0 siblings, 0 replies; only message in thread
From: Mohit Jalori @ 2008-07-01  4:05 UTC (permalink / raw)
  To: video4linux-list

From: Sakari Ailus [sakari.ailus@nokia.com]

V4L2: Add V4L2_PIX_FMT_SGRBG10DPCM8 to videodev2.h

Adding definition for 10-bit RAW bayer compressed to 8 bits.

Signed-off-by: Tuukka Toivonen <tuukka.o.toivonen@nokia.com>
---
 include/linux/videodev2.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 15c0f2b..7a6131c 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -310,6 +310,7 @@ struct v4l2_pix_format
 /* 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_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 */
-- 
1.5.5.1

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-01  4:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01  4:05 [Patch 7/16] OMAP3 camera driver RAW 10 dpcm Mohit Jalori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox