projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1e70b
)
[media] v4l: uapi: add SDR format CS14
author
Antti Palosaari
<crope@iki.fi>
Fri, 11 Jul 2014 19:35:47 +0000
(16:35 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 21 Jul 2014 23:23:20 +0000
(20:23 -0300)
V4L2_SDR_FMT_CS14LE - Complex signed 14-bit IQ sample
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
include/uapi/linux/videodev2.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/videodev2.h
b/include/uapi/linux/videodev2.h
index e943e4cc8df63170a736a5dc5361b108b822f871..6da302d46145e37e974ec1ecacbce9796f64d59c 100644
(file)
--- a/
include/uapi/linux/videodev2.h
+++ b/
include/uapi/linux/videodev2.h
@@
-454,6
+454,7
@@
struct v4l2_pix_format {
#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 */
#define V4L2_SDR_FMT_CS8 v4l2_fourcc('C', 'S', '0', '8') /* complex s8 */
+#define V4L2_SDR_FMT_CS14LE v4l2_fourcc('C', 'S', '1', '4') /* complex s14le */
#define V4L2_SDR_FMT_RU12LE v4l2_fourcc('R', 'U', '1', '2') /* real u12le */
/* priv field value to indicates that subsequent fields are valid. */