Searched refs:controls (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3069 struct v4l2_ext_controls controls; local
3080 controls.count = 4;
3081 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
3082 controls.controls = ctrl;
3085 controls.controls[0].id, controls.controls[0].value,
3086 controls
4334 struct v4l2_ext_controls controls; local
4493 struct v4l2_ext_controls controls; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp3847 struct v4l2_ext_controls controls; local
3858 controls.count = 4;
3859 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
3860 controls.controls = ctrl;
3863 controls.controls[0].id, controls.controls[0].value,
3864 controls
5078 struct v4l2_ext_controls controls; local
5234 struct v4l2_ext_controls controls; local
5386 struct v4l2_ext_controls controls; local
5596 struct v4l2_ext_controls controls; local
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h27 #include <linux/v4l2-controls.h>
864 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h66 #include <linux/v4l2-controls.h>
1267 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
1286 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
1325 /* IDs reserved for driver specific controls */
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h27 #include <linux/v4l2-controls.h>
915 struct v4l2_ext_control * controls; member in struct:v4l2_ext_controls
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h66 #include <linux/v4l2-controls.h>
1338 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
1364 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
1377 /* Used in the VIDIOC_QUERY_EXT_CTRL ioctl for querying extended controls */
1422 /* IDs reserved for driver specific controls */
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h27 #include <linux/v4l2-controls.h>
862 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h66 #include <linux/v4l2-controls.h>
1264 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
1283 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
1322 /* IDs reserved for driver specific controls */
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp934 struct v4l2_ext_controls controls; local
956 controls.count = 2;
957 controls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
958 controls.controls = ctrl;
960 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_S_EXT_CTRLS, &controls);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h835 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h1170 struct v4l2_ext_control *controls; member in struct:v4l2_ext_controls
1174 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
1175 #define V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
1176 #define V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
1178 #define V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */
1179 #define V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
1196 /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */
1234 /* IDs reserved for driver specific controls */
1338 /* MPEG audio controls specific to multiplexed streams */
1464 /* MPEG video controls specifi
[all...]

Completed in 331 milliseconds