Searched refs:v4l2_cropcap (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
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
|
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;
|
D | selection-api-vs-crop-api.rst | 33 :c:type:`v4l2_cropcap` have no reserved fields. Therefore there is no
|
D | vidioc-g-crop.rst | 90 :c:type:`v4l2_cropcap` ``bounds`` is used.
|
D | capture.c.rst | 422 struct v4l2_cropcap cropcap;
|
D | hist-v4l2.rst | 563 struct v4l2_cropcap and struct v4l2_crop
|
/Linux-v6.6/drivers/media/usb/pvrusb2/ |
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 …]
|
D | pvrusb2-hdw.h | 178 int pvr2_hdw_get_cropcap(struct pvr2_hdw *, struct v4l2_cropcap *);
|
D | pvrusb2-hdw-internal.h | 298 struct v4l2_cropcap cropcap_info;
|
D | pvrusb2-v4l2.c | 686 struct v4l2_cropcap cap = { .type = type }; in pvr2_g_pixelaspect() 702 struct v4l2_cropcap cap; in pvr2_g_selection()
|
/Linux-v6.6/drivers/media/pci/bt8xx/ |
D | bttvp.h | 96 struct v4l2_cropcap cropcap;
|
/Linux-v6.6/include/uapi/linux/ |
D | videodev2.h | 1302 struct v4l2_cropcap { struct 2664 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 581 const struct v4l2_cropcap *p = arg; in v4l_print_cropcap() 2490 struct v4l2_cropcap *p = arg; in v4l_cropcap() 2871 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
|