Searched refs:VIDIOC_CROPCAP (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | crop.rst | 21 implemented by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` and has no 36 Despite their name, the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>`, 62 API will also support the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` 84 by the :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` ioctl. To support a wide 148 reported by :ref:`VIDIOC_CROPCAP <VIDIOC_CROPCAP>` the application can 182 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) { 183 perror ("VIDIOC_CROPCAP"); 241 if (-1 == ioctl (fd, VIDIOC_CROPCAP;, &cropcap)) { 242 perror ("VIDIOC_CROPCAP"); 284 if (-1 == ioctl (fd, VIDIOC_CROPCAP, &cropcap)) { [all …]
|
| D | vidioc-cropcap.rst | 13 ioctl VIDIOC_CROPCAP 19 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities 25 .. c:function:: int ioctl( int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp ) 26 :name: VIDIOC_CROPCAP 45 type and call the :ref:`VIDIOC_CROPCAP` ioctl with a pointer to this
|
| D | capture.c.rst | 477 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) {
|
| D | diff-v4l.rst | 483 :ref:`VIDIOC_CROPCAP` ioctl. This is a rather
|
| D | hist-v4l2.rst | 721 1. The :ref:`VIDIOC_CROPCAP` ioctl was incorrectly
|
| /Linux-v5.4/Documentation/media/v4l-drivers/ |
| D | soc-camera.rst | 144 V4L2 API all capture drivers must support the VIDIOC_CROPCAP ioctl, hence we
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-dev.c | 638 set_bit(_IOC_NR(VIDIOC_CROPCAP), valid_ioctls); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2731 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2453 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
|
| /Linux-v5.4/drivers/media/platform/coda/ |
| D | coda-common.c | 2703 v4l2_disable_ioctl(vfd, VIDIOC_CROPCAP); in coda_register_device()
|