From 395ead59b60b642ccabc7e3b4f89f0e2a93e36c6 Mon Sep 17 00:00:00 2001 From: Akshay Chandrashekhar Kalghatgi Date: Mon, 12 Jun 2017 21:34:16 -0700 Subject: msm: vidc: Addition of VIDIOC_QUERY_EXT_CTRL ioctl Adding vidc support for VIDIOC_QUERY_EXT_CTRL ioctl. This ioctl will return the details for the V4L2 control identified by the ID provided by the user or the next supported control based upon the flags provided by the user. Change-Id: I68161ceb000a46a8e54333ab39c0229f8fbdbf72 Signed-off-by: Akshay Chandrashekhar Kalghatgi --- include/media/msm_vidc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/media') diff --git a/include/media/msm_vidc.h b/include/media/msm_vidc.h index 8d13ca3cdd50..af5bce0054af 100644 --- a/include/media/msm_vidc.h +++ b/include/media/msm_vidc.h @@ -111,6 +111,7 @@ int msm_vidc_qbuf(void *instance, struct v4l2_buffer *b); int msm_vidc_dqbuf(void *instance, struct v4l2_buffer *b); int msm_vidc_streamon(void *instance, enum v4l2_buf_type i); int msm_vidc_query_ctrl(void *instance, struct v4l2_queryctrl *ctrl); +int msm_vidc_query_ext_ctrl(void *instance, struct v4l2_query_ext_ctrl *ctrl); int msm_vidc_streamoff(void *instance, enum v4l2_buf_type i); int msm_vidc_comm_cmd(void *instance, union msm_v4l2_cmd *cmd); int msm_vidc_poll(void *instance, struct file *filp, -- cgit v1.2.3