Home
last modified time | relevance | path

Searched refs:VIDIOC_CROPCAP (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/Documentation/media/uapi/v4l/
Dcrop.rst14 implemented by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` and has no
29 Despite their name, the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>`,
55 API will also support the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>`
77 by the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` ioctl. To support a wide
141 reported by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` the application can
175 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) {
176 perror ("VIDIOC_CROPCAP");
234 if (-1 == ioctl (fd, VIDIOC_CROPCAP;, &cropcap)) {
235 perror ("VIDIOC_CROPCAP");
277 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) {
[all …]
Dvidioc-cropcap.rst6 ioctl VIDIOC_CROPCAP
12 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities
18 .. c:function:: int ioctl( int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp )
19 :name: VIDIOC_CROPCAP
38 type and call the :ref:`VIDIOC_CROPCAP` ioctl with a pointer to this
Dcapture.c.rst470 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) {
Ddiff-v4l.rst476 :ref:`VIDIOC_CROPCAP` ioctl. This is a rather
Dhist-v4l2.rst714 1. The :ref:`VIDIOC_CROPCAP` ioctl was incorrectly
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst142 V4L2 API all capture drivers must support the VIDIOC_CROPCAP ioctl, hence we
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dev.c631 set_bit(_IOC_NR(VIDIOC_CROPCAP), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c2629 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2360 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-common.c2421 v4l2_disable_ioctl(vfd, VIDIOC_CROPCAP); in coda_register_device()