Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-cropcap.rst25 .. 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
Dcrop.rst83 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;
Dselection-api-vs-crop-api.rst40 :c:type:`v4l2_cropcap` have no reserved fields. Therefore there is no
Dvidioc-g-crop.rst98 :c:type:`v4l2_cropcap` ``bounds`` is used.
Dcapture.c.rst429 struct v4l2_cropcap cropcap;
Dhist-v4l2.rst597 struct :c:type:`v4l2_cropcap` and struct :c:type:`v4l2_crop`
/Linux-v5.4/drivers/media/usb/pvrusb2/
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 …]
Dpvrusb2-hdw.h178 int pvr2_hdw_get_cropcap(struct pvr2_hdw *, struct v4l2_cropcap *);
Dpvrusb2-hdw-internal.h298 struct v4l2_cropcap cropcap_info;
Dpvrusb2-v4l2.c690 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/
Dbttvp.h97 struct v4l2_cropcap cropcap;
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1171 struct v4l2_cropcap { struct
2453 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap)
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ioctl.c608 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)),