Home
last modified time | relevance | path

Searched refs:v4l2_cropcap (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-cropcap.rst20 ``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
A Dcrop.rst76 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;
A Dselection-api-vs-crop-api.rst33 :c:type:`v4l2_cropcap` have no reserved fields. Therefore there is no
A Dvidioc-g-crop.rst90 :c:type:`v4l2_cropcap` ``bounds`` is used.
A Dcapture.c.rst422 struct v4l2_cropcap cropcap;
A Dhist-v4l2.rst563 struct v4l2_cropcap and struct v4l2_crop
/linux-6.3-rc2/drivers/media/usb/pvrusb2/
A Dpvrusb2-hdw.c441 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 …]
A Dpvrusb2-hdw.h178 int pvr2_hdw_get_cropcap(struct pvr2_hdw *, struct v4l2_cropcap *);
A Dpvrusb2-hdw-internal.h298 struct v4l2_cropcap cropcap_info;
A Dpvrusb2-v4l2.c686 struct v4l2_cropcap cap = { .type = type }; in pvr2_g_pixelaspect()
702 struct v4l2_cropcap cap; in pvr2_g_selection()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttvp.h97 struct v4l2_cropcap cropcap;
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h1285 struct v4l2_cropcap { struct
2638 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ioctl.c585 const struct v4l2_cropcap *p = arg; in v4l_print_cropcap()
2482 struct v4l2_cropcap *p = arg; in v4l_cropcap()
2864 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),

Completed in 41 milliseconds