Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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 …]
A Dvidioc-cropcap.rst7 ioctl VIDIOC_CROPCAP
13 VIDIOC_CROPCAP - Information about the video cropping and scaling abilities
18 .. c:macro:: VIDIOC_CROPCAP
20 ``int ioctl(int fd, VIDIOC_CROPCAP, struct v4l2_cropcap *argp)``
37 type and call the :ref:`VIDIOC_CROPCAP` ioctl with a pointer to this
A Dcapture.c.rst470 if (0 == xioctl(fd, VIDIOC_CROPCAP, &cropcap)) {
A Ddiff-v4l.rst466 :ref:`VIDIOC_CROPCAP` ioctl. This is a rather
A Dhist-v4l2.rst681 1. The :ref:`VIDIOC_CROPCAP` ioctl was incorrectly
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dev.c646 __set_bit(_IOC_NR(VIDIOC_CROPCAP), valid_ioctls); in determine_valid_ioctls()
A Dv4l2-ioctl.c2864 IOCTL_INFO(VIDIOC_CROPCAP, v4l_cropcap, v4l_print_cropcap, INFO_FL_CLEAR(v4l2_cropcap, type)),
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h2638 #define VIDIOC_CROPCAP _IOWR('V', 58, struct v4l2_cropcap) macro
/linux-6.3-rc2/drivers/media/platform/chips-media/
A Dcoda-common.c2904 v4l2_disable_ioctl(vfd, VIDIOC_CROPCAP); in coda_register_device()

Completed in 31 milliseconds