Searched refs:VIDIOC_S_CROP (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-crop.rst | 6 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.
|
D | crop.rst | 30 :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");
|
D | capture.c.rst | 474 if (-1 == xioctl(fd, VIDIOC_S_CROP, &crop)) {
|
D | diff-v4l.rst | 122 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and 474 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
|
D | hist-v4l2.rst | 781 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | soc-camera.rst | 114 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/ |
D | v4l2-dev.c | 627 set_bit(_IOC_NR(VIDIOC_S_CROP), valid_ioctls); in determine_valid_ioctls()
|
D | v4l2-ioctl.c | 2631 IOCTL_INFO(VIDIOC_S_CROP, v4l_s_crop, v4l_print_crop, INFO_FL_PRIO),
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 2362 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop) macro
|
/Linux-v4.19/Documentation/media/ |
D | videodev2.h.rst.exceptions | 526 replace ioctl VIDIOC_S_CROP vidioc_g_crop
|
/Linux-v4.19/drivers/media/platform/coda/ |
D | coda-common.c | 2423 v4l2_disable_ioctl(vfd, VIDIOC_S_CROP); in coda_register_device()
|