summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorArun Menon <avmenon@codeaurora.org>2016-05-26 11:34:37 -0700
committerKyle Yan <kyan@codeaurora.org>2016-06-03 14:49:39 -0700
commit32fdbc07dd1dcf3bcf6d757ce2123795fa7bf023 (patch)
treeef3514959a79679456a6cbedbafa767c787809ee /include/uapi
parent3d5422c8736782e32ff63929737d1ee62679bb8e (diff)
msm: vidc: Enable blur support for encode
Add v4l2 control extensions to allow the video driver client to enable/disable blur feature in the firmware. CRs-Fixed: 975505 Change-Id: I1b340d13bfef3b71d049d53c9bb79e4effafc79a Signed-off-by: Arun Menon <avmenon@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/v4l2-controls.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h
index 696e80ee4571..0c5c83a84362 100644
--- a/include/uapi/linux/v4l2-controls.h
+++ b/include/uapi/linux/v4l2-controls.h
@@ -1149,6 +1149,12 @@ enum v4l2_mpeg_vidc_video_lowlatency_mode {
V4L2_CID_MPEG_VIDC_VIDEO_LOWLATENCY_ENABLE = 1,
};
+#define V4L2_CID_MPEG_VIDC_VIDEO_BLUR_WIDTH \
+ (V4L2_CID_MPEG_MSM_VIDC_BASE + 89)
+
+#define V4L2_CID_MPEG_VIDC_VIDEO_BLUR_HEIGHT \
+ (V4L2_CID_MPEG_MSM_VIDC_BASE + 90)
+
/* Camera class control IDs */
#define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)