Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-g-crop.rst13 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP
19 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle
28 .. c:function:: int ioctl( int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp )
29 :name: VIDIOC_S_CROP
53 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer
69 image parameters. :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` is a write-only ioctl, it does not
77 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` returns the ``EINVAL`` error code.
Dcrop.rst37 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP
56 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctls. Their size (and position
97 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>`
193 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop)
195 perror ("VIDIOC_S_CROP");
261 if (-1 == ioctl (fd, VIDIOC_S_CROP, &crop)
263 perror ("VIDIOC_S_CROP");
Dcapture.c.rst481 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) {
Ddiff-v4l.rst129 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and
481 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
Dhist-v4l2.rst788 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsoc-camera.rst116 VIDIOC_S_CROP and VIDIOC_S_FMT behaviour
121 VIDIOC_S_CROP: sets location and sizes of the sensor window. Unit is one sensor
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-dev.c641 set_bit(_IOC_NR(VIDIOC_S_CROP), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c2733 IOCTL_INFO(VIDIOC_S_CROP, v4l_s_crop, v4l_print_crop, INFO_FL_PRIO),
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions543 replace ioctl VIDIOC_S_CROP vidioc_g_crop
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h2455 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
/Linux-v5.4/drivers/media/platform/coda/
Dcoda-common.c2705 v4l2_disable_ioctl(vfd, VIDIOC_S_CROP); in coda_register_device()