summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2014-02-04 23:55:25 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:55:02 +0900
commit98f8d186178cdb42d5119bc9da94f71c5dd1b822 (patch)
tree96b43400cd2beb80223f796dcdd78a8a22230591 /include/uapi
parente263faba45938a8e453d80133aaf11bee3ea7408 (diff)
downloadlinux-3.10-98f8d186178cdb42d5119bc9da94f71c5dd1b822.tar.gz
linux-3.10-98f8d186178cdb42d5119bc9da94f71c5dd1b822.tar.bz2
linux-3.10-98f8d186178cdb42d5119bc9da94f71c5dd1b822.zip
upstream: [media] v4l: uapi: add SDR formats CU8 and CU16LE
V4L2_SDR_FMT_CU8 — Complex unsigned 8-bit IQ sample V4L2_SDR_FMT_CU16LE — Complex unsigned 16-bit little endian IQ sample Cc: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/videodev2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 87801db6e06..e2f210700c3 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -431,6 +431,10 @@ struct v4l2_pix_format {
#define V4L2_PIX_FMT_SE401 v4l2_fourcc('S', '4', '0', '1') /* se401 janggu compressed rgb */
#define V4L2_PIX_FMT_S5C_UYVY_JPG v4l2_fourcc('S', '5', 'C', 'I') /* S5C73M3 interleaved UYVY/JPEG */
+/* SDR formats - used only for Software Defined Radio devices */
+#define V4L2_SDR_FMT_CU8 v4l2_fourcc('C', 'U', '0', '8') /* IQ u8 */
+#define V4L2_SDR_FMT_CU16LE v4l2_fourcc('C', 'U', '1', '6') /* IQ u16le */
+
/*
* F O R M A T E N U M E R A T I O N
*/