Searched refs:v4l2_cropcap (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-cropcap.rst | 25 .. c:function:: int ioctl( int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp ) 36 Pointer to struct :c:type:`v4l2_cropcap`. 44 field of a v4l2_cropcap structure to the respective buffer (stream) 54 .. c:type:: v4l2_cropcap 58 .. flat-table:: struct v4l2_cropcap 97 this API was messed up with regards to how the :c:type:`v4l2_cropcap` ``type`` field 139 The struct :c:type:`v4l2_cropcap` ``type`` is
|
| D | crop.rst | 83 substructure of the struct :c:type:`v4l2_cropcap` returned 96 struct :c:type:`v4l2_cropcap`. Applications can use the 104 :c:type:`v4l2_cropcap`. The center of this rectangle 126 :c:type:`v4l2_cropcap`. ``bounds`` area. Therefore, as 176 struct v4l2_cropcap cropcap; 205 struct v4l2_cropcap cropcap; 235 struct v4l2_cropcap cropcap; 274 struct v4l2_cropcap cropcap;
|
| D | selection-api-vs-crop-api.rst | 40 :c:type:`v4l2_cropcap` have no reserved fields. Therefore there is no
|
| D | vidioc-g-crop.rst | 98 :c:type:`v4l2_cropcap` ``bounds`` is used.
|
| D | capture.c.rst | 429 struct v4l2_cropcap cropcap;
|
| D | hist-v4l2.rst | 597 struct :c:type:`v4l2_cropcap` and struct :c:type:`v4l2_crop`
|
| /Linux-v5.4/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 | 690 struct v4l2_cropcap cap = { .type = type }; in pvr2_g_pixelaspect() 706 struct v4l2_cropcap cap; in pvr2_g_selection()
|
| /Linux-v5.4/drivers/media/pci/bt8xx/ |
| D | bttvp.h | 97 struct v4l2_cropcap cropcap;
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 1171 struct v4l2_cropcap { struct 2453 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-ioctl.c | 608 const struct v4l2_cropcap *p = arg; in v4l_print_cropcap() 2347 struct v4l2_cropcap *p = arg; in v4l_cropcap() 2731 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
|