Home
last modified time | relevance | path

Searched refs:v4l2_crop (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-crop.rst20 ``int ioctl(int fd, VIDIOC_G_CROP, struct v4l2_crop *argp)``
24 ``int ioctl(int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp)``
33 Pointer to struct :c:type:`v4l2_crop`.
39 ``type`` field of a struct :c:type:`v4l2_crop` structure to the
46 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer
72 .. c:type:: v4l2_crop
76 .. flat-table:: struct v4l2_crop
95 this API was messed up with regards to how the :c:type:`v4l2_crop` ``type`` field
Dcrop.rst88 :c:type:`v4l2_crop` using the same coordinate system as
115 struct :c:type:`v4l2_crop` rectangle may have to be aligned,
118 struct :c:type:`v4l2_crop` may be smaller than the struct
170 struct v4l2_crop crop;
229 struct v4l2_crop crop;
268 struct v4l2_crop crop;
Ddev-osd.rst137 A struct :c:type:`v4l2_crop` defines the size and position
140 and struct :c:type:`v4l2_crop`. The cropping API applies to
Dselection-api-vs-crop-api.rst32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
Dcapture.c.rst423 struct v4l2_crop crop;
Ddiff-v4l.rst465 :c:type:`v4l2_crop`, and the related
471 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
Dhist-v4l2.rst563 struct v4l2_cropcap and struct v4l2_crop
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-video.c451 struct v4l2_rect v4l2_crop; in ipu6_isys_fw_pin_cfg() local
468 &v4l2_crop); in ipu6_isys_fw_pin_cfg()
485 input_pin->crop_first_and_last_lines = v4l2_crop.top & 1; in ipu6_isys_fw_pin_cfg()
/linux-6.12.1/include/uapi/linux/
Dvideodev2.h1348 struct v4l2_crop { struct
2733 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
2734 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ioctl.c603 const struct v4l2_crop *p = arg; in v4l_print_crop()
2505 struct v4l2_crop *p = arg; in v4l_g_crop()
2535 struct v4l2_crop *p = arg; in v4l_s_crop()
2942 IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),