diff options
author | Xiaolin Zhang <xiaolin.zhang@intel.com> | 2010-04-18 22:06:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:58:03 -0400 |
commit | 35e6aa9fc38fb7f47f39711e52cb0f58fbf4441c (patch) | |
tree | ba420ac455a5a3937f631db24aac429dcbe9fa22 /include/linux/videodev2.h | |
parent | aec11e5d495a6c9b10ded81dde5b0e42b0875541 (diff) |
V4L/DVB: core: add support for more color effects
Add support for more color effects (negative, sketch, emboss, etc) by
extending the v4l2_colorfx enum items.
Signed-off-by: Xiaolin Zhang <xiaolin.zhang@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 65d13ec13c1f..e878056952c7 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1026,6 +1026,13 @@ enum v4l2_colorfx { | |||
1026 | V4L2_COLORFX_NONE = 0, | 1026 | V4L2_COLORFX_NONE = 0, |
1027 | V4L2_COLORFX_BW = 1, | 1027 | V4L2_COLORFX_BW = 1, |
1028 | V4L2_COLORFX_SEPIA = 2, | 1028 | V4L2_COLORFX_SEPIA = 2, |
1029 | V4L2_COLORFX_NEGATIVE = 3, | ||
1030 | V4L2_COLORFX_EMBOSS = 4, | ||
1031 | V4L2_COLORFX_SKETCH = 5, | ||
1032 | V4L2_COLORFX_SKY_BLUE = 6, | ||
1033 | V4L2_COLORFX_GRASS_GREEN = 7, | ||
1034 | V4L2_COLORFX_SKIN_WHITEN = 8, | ||
1035 | V4L2_COLORFX_VIVID = 9, | ||
1029 | }; | 1036 | }; |
1030 | #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) | 1037 | #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) |
1031 | #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) | 1038 | #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33) |