| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-ext-ctrls.rst | 20 ``int ioctl(int fd, VIDIOC_G_EXT_CTRLS, struct v4l2_ext_controls *argp)`` 24 ``int ioctl(int fd, VIDIOC_S_EXT_CTRLS, struct v4l2_ext_controls *argp)`` 28 ``int ioctl(int fd, VIDIOC_TRY_EXT_CTRLS, struct v4l2_ext_controls *argp)`` 37 Pointer to struct :c:type:`v4l2_ext_controls`. 49 :c:type:`v4l2_ext_controls`, and initialize the 206 .. c:type:: v4l2_ext_controls 210 .. flat-table:: struct v4l2_ext_controls 383 invalid, or the struct :c:type:`v4l2_ext_controls`
|
| H A D | extended-controls.rst | 52 :c:type:`v4l2_ext_controls`. This structure
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ctrls.h | 1401 struct media_device *mdev, struct v4l2_ext_controls *c); 1417 struct v4l2_ext_controls *c); 1434 struct v4l2_ext_controls *c);
|
| H A D | v4l2-ioctl.h | 469 struct v4l2_ext_controls *a); 471 struct v4l2_ext_controls *a); 473 struct v4l2_ext_controls *a);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | videodev2.h | 1623 struct v4l2_ext_controls { struct 2403 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) 2404 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls) 2405 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | videodev2.h | 1623 struct v4l2_ext_controls { struct 2403 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) 2404 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls) 2405 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
|
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | cx2341x.h | 88 struct v4l2_ext_controls *ctrls, unsigned int cmd);
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1743 struct v4l2_ext_controls { struct 2543 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) 2544 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls) 2545 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1725 struct v4l2_ext_controls { struct 2526 #define VIDIOC_G_EXT_CTRLS _IOWR('V', 71, struct v4l2_ext_controls) 2527 #define VIDIOC_S_EXT_CTRLS _IOWR('V', 72, struct v4l2_ext_controls) 2528 #define VIDIOC_TRY_EXT_CTRLS _IOWR('V', 73, struct v4l2_ext_controls)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_v4l2.c | 1057 struct v4l2_ext_controls *ctrls) in uvc_ioctl_g_ext_ctrls() 1100 struct v4l2_ext_controls *ctrls, in uvc_ioctl_s_try_ext_ctrls() 1134 struct v4l2_ext_controls *ctrls) in uvc_ioctl_s_ext_ctrls() 1142 struct v4l2_ext_controls *ctrls) in uvc_ioctl_try_ext_ctrls()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-compat-ioctl32.c | 1151 struct v4l2_ext_controls __user *p64, in get_v4l2_ext_controls32() 1210 struct v4l2_ext_controls __user *p64, in put_v4l2_ext_controls32() 1644 err = alloc_userspace(sizeof(struct v4l2_ext_controls), in do_video_ioctl() 1647 aux_buf = new_p64 + sizeof(struct v4l2_ext_controls); in do_video_ioctl()
|
| H A D | v4l2-ioctl.c | 605 const struct v4l2_ext_controls *p = arg; in v4l_print_ext_controls() 921 static bool check_ext_ctrls(struct v4l2_ext_controls *c, unsigned long ioctl) in check_ext_ctrls() 2246 struct v4l2_ext_controls ctrls; in v4l_g_ctrl() 2280 struct v4l2_ext_controls ctrls; in v4l_s_ctrl() 2309 struct v4l2_ext_controls *p = arg; in v4l_g_ext_ctrls() 2330 struct v4l2_ext_controls *p = arg; in v4l_s_ext_ctrls() 2351 struct v4l2_ext_controls *p = arg; in v4l_try_ext_ctrls() 3108 struct v4l2_ext_controls *ctrls = parg; in check_array_args()
|
| H A D | v4l2-ctrls.c | 3650 struct v4l2_ext_controls *cs, in prepare_ext_ctrls() 3781 struct v4l2_ext_controls *cs, in v4l2_g_ext_ctrls_common() 3918 struct media_device *mdev, struct v4l2_ext_controls *cs) in v4l2_g_ext_ctrls() 4098 static int validate_ctrls(struct v4l2_ext_controls *cs, in validate_ctrls() 4165 struct v4l2_ext_controls *cs, in try_set_ext_ctrls_common() 4289 struct v4l2_ext_controls *cs, bool set) in try_set_ext_ctrls() 4355 struct v4l2_ext_controls *cs) in v4l2_try_ext_ctrls() 4365 struct v4l2_ext_controls *cs) in v4l2_s_ext_ctrls()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-v4l2.c | 600 struct v4l2_ext_controls *ctls) in pvr2_g_ext_ctrls() 635 struct v4l2_ext_controls *ctls) in pvr2_s_ext_ctrls() 664 struct v4l2_ext_controls *ctls) in pvr2_try_ext_ctrls()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 145 struct v4l2_ext_controls ctrls; 228 struct v4l2_ext_controls ctrls;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | videocapture.cpp | 50 struct v4l2_ext_controls ext_ctrls; in Init()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 2495 struct v4l2_ext_controls *c) in atomisp_camera_g_ext_ctrls() 2585 struct v4l2_ext_controls *c) in atomisp_g_ext_ctrls() 2612 struct v4l2_ext_controls *c) in atomisp_camera_s_ext_ctrls() 2717 struct v4l2_ext_controls *c) in atomisp_s_ext_ctrls()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0001-Add-support-for-V4L2VDA-on-Linux.patch | 341 @@ -2348,10 +2394,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/ |
| H A D | 0001-Add-support-for-V4L2VDA-on-Linux.patch | 342 @@ -2346,10 +2392,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0002-Add-support-for-V4L2VDA-on-Linux.patch | 343 @@ -2334,10 +2380,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/ |
| H A D | 0001-media-gpu-v4l2-Support-V4L2-VDA-with-libv4l2-on-Linu.patch | 336 @@ -2469,10 +2519,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/ |
| H A D | 0001-media-gpu-v4l2-Support-V4L2-VDA-with-libv4l2-on-Linu.patch | 336 @@ -2493,10 +2543,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0001-Add-support-for-V4L2-VDA-and-VEA-on-Linux.patch | 328 @@ -2403,10 +2453,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/ |
| H A D | 0001-Add-support-for-V4L2VDA-on-Linux.patch | 341 @@ -2346,10 +2392,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/ |
| H A D | 0001-Add-support-for-V4L2VDA-on-Linux.patch | 352 @@ -2334,10 +2380,14 @@ bool V4L2Request::ApplyCtrls(struct v4l2_ext_controls* ctrls) {
|