Searched refs:v4l2_cropcap (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-cropcap.rst | 20 ``int ioctl(int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp)`` 29 Pointer to struct :c:type:`v4l2_cropcap`. 36 field of a v4l2_cropcap structure to the respective buffer (stream) 46 .. c:type:: v4l2_cropcap 50 .. flat-table:: struct v4l2_cropcap 89 this API was messed up with regards to how the :c:type:`v4l2_cropcap` ``type`` field 129 The struct :c:type:`v4l2_cropcap` ``type`` is
|
| H A D | crop.rst | 76 substructure of the struct :c:type:`v4l2_cropcap` returned 89 struct :c:type:`v4l2_cropcap`. Applications can use the 97 :c:type:`v4l2_cropcap`. The center of this rectangle 119 :c:type:`v4l2_cropcap`. ``bounds`` area. Therefore, as 169 struct v4l2_cropcap cropcap; 198 struct v4l2_cropcap cropcap; 228 struct v4l2_cropcap cropcap; 267 struct v4l2_cropcap cropcap;
|
| H A D | selection-api-vs-crop-api.rst | 33 :c:type:`v4l2_cropcap` have no reserved fields. Therefore there is no
|
| H A D | vidioc-g-crop.rst | 90 :c:type:`v4l2_cropcap` ``bounds`` is used.
|
| H A D | capture.c.rst | 422 struct v4l2_cropcap cropcap;
|
| H A D | hist-v4l2.rst | 563 struct v4l2_cropcap and struct v4l2_crop
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw.c | 441 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropl_min_get() 452 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropl_max_get() 466 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropt_min_get() 477 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropt_max_get() 491 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_cropw_max_get() 507 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_croph_max_get() 523 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbl() 534 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbt() 545 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbw() 556 struct v4l2_cropcap *cap = &cptr->hdw->cropcap_info; in ctrl_get_cropcapbh() [all …]
|
| H A D | pvrusb2-hdw.h | 178 int pvr2_hdw_get_cropcap(struct pvr2_hdw *, struct v4l2_cropcap *);
|
| H A D | pvrusb2-hdw-internal.h | 298 struct v4l2_cropcap cropcap_info;
|
| H A D | pvrusb2-v4l2.c | 690 struct v4l2_cropcap cap = { .type = type }; in pvr2_g_pixelaspect() 706 struct v4l2_cropcap cap; in pvr2_g_selection()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 112 struct v4l2_cropcap cropcap; in deviceInit()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttvp.h | 97 struct v4l2_cropcap cropcap;
|
| /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 | 1112 struct v4l2_cropcap { struct 2390 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
| /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 | 1112 struct v4l2_cropcap { struct 2390 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | videodev2.h | 1226 struct v4l2_cropcap { struct 2530 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | videodev2.h | 1225 struct v4l2_cropcap { struct 2513 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 626 const struct v4l2_cropcap *p = arg; in v4l_print_cropcap() 2468 struct v4l2_cropcap *p = arg; in v4l_cropcap() 2850 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | capture.c | 6908 struct v4l2_cropcap *cap) in rkcif_cropcap()
|