Searched refs:VIDIOC_G_CROP (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-crop.rst | 13 ioctl VIDIOC_G_CROP, VIDIOC_S_CROP 19 VIDIOC_G_CROP - VIDIOC_S_CROP - Get or set the current cropping rectangle 25 .. c:function:: int ioctl( int fd, VIDIOC_G_CROP, struct v4l2_crop *argp ) 26 :name: VIDIOC_G_CROP 47 respective buffer (stream) type and call the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` ioctl 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 71 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_G_FMT`. When the 77 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` returns the ``EINVAL`` error code.
|
| D | crop.rst | 37 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and :ref:`VIDIOC_S_CROP 38 <VIDIOC_G_CROP>` ioctls apply to input as well as output devices. 55 support scaling or the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and 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>` 292 if (-1 == ioctl (fd, VIDIOC_G_CROP, &crop)) { 294 perror ("VIDIOC_G_CROP");
|
| D | diff-v4l.rst | 129 image size with the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` and 141 - Applications can call the :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` 480 :ref:`VIDIOC_G_CROP <VIDIOC_G_CROP>` and 481 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` using struct
|
| D | hist-v4l2.rst | 788 :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl without checking if
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-dev.c | 637 set_bit(_IOC_NR(VIDIOC_G_CROP), valid_ioctls); in determine_valid_ioctls()
|
| D | v4l2-ioctl.c | 2732 IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 2454 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) macro
|
| /Linux-v5.4/drivers/media/platform/coda/ |
| D | coda-common.c | 2704 v4l2_disable_ioctl(vfd, VIDIOC_G_CROP); in coda_register_device()
|