Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-crop.rst6 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP
12 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle
21 .. c:function:: int ioctl( int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp )
22 :name: VIDIOC_S_CROP
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.
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");
Dcapture.c.rst474 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) {
Ddiff-v4l.rst122 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and
474 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
Dhist-v4l2.rst781 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst114 VIDIOC_S_CROP and VIDIOC_S_FMT behaviour
119 VIDIOC_S_CROP: sets location and sizes of the sensor window. Unit is one sensor
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-dev.c627 set_bit(_IOC_NR(VIDIOC_S_CROP), valid_ioctls); in determine_valid_ioctls()
Dv4l2-ioctl.c2631 IOCTL_INFO(VIDIOC_S_CROP, v4l_s_crop, v4l_print_crop, INFO_FL_PRIO),
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h2362 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
/Linux-v4.19/Documentation/media/
Dvideodev2.h.rst.exceptions526 replace ioctl VIDIOC_S_CROP vidioc_g_crop
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-common.c2423 v4l2_disable_ioctl(vfd, VIDIOC_S_CROP); in coda_register_device()