Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst7 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP
13 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle
22 .. c:macro:: VIDIOC_S_CROP
24 ``int ioctl(int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp)``
46 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer
62 image parameters. :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` is a write-only ioctl, it does not
70 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` returns the ``EINVAL`` error code.
H A Dcrop.rst30 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP
49 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctls. Their size (and position
90 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>`
186 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop)
188 perror ("VIDIOC_S_CROP");
254 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop)
256 perror ("VIDIOC_S_CROP");
H A Dcapture.c.rst474 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) {
H A Ddiff-v4l.rst123 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and
464 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
H A Dhist-v4l2.rst743 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c654 __set_bit(_IOC_NR(VIDIOC_S_CROP), valid_ioctls); in determine_valid_ioctls()
H A Dv4l2-ioctl.c2946 IOCTL_INFO(VIDIOC_S_CROP, v4l_s_crop, v4l_print_crop, INFO_FL_PRIO),
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions582 replace ioctl VIDIOC_S_CROP vidioc_g_crop
/linux/include/uapi/linux/
H A Dvideodev2.h2740 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro