Searched refs:v4l2_crop (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | vidioc-g-crop.rst | 25 .. c:function:: int ioctl( int fd, VIDIOC_G_CROP, struct v4l2_crop *argp ) 28 .. c:function:: int ioctl( int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp ) 39 Pointer to struct :c:type:`v4l2_crop`. 46 ``type`` field of a struct :c:type:`v4l2_crop` structure to the 53 v4l2_crop structure and call the :ref:`VIDIOC_S_CROP <VIDIOC_G_CROP>` ioctl with a pointer 80 .. c:type:: v4l2_crop 84 .. flat-table:: struct v4l2_crop 103 this API was messed up with regards to how the :c:type:`v4l2_crop` ``type`` field
|
| D | crop.rst | 95 :c:type:`v4l2_crop` using the same coordinate system as 122 struct :c:type:`v4l2_crop` rectangle may have to be aligned, 125 struct :c:type:`v4l2_crop` may be smaller than the struct 177 struct v4l2_crop crop; 236 struct v4l2_crop crop; 275 struct v4l2_crop crop;
|
| D | dev-osd.rst | 144 A struct :c:type:`v4l2_crop` defines the size and position 147 and struct :c:type:`v4l2_crop`. The cropping API applies to
|
| D | selection-api-vs-crop-api.rst | 39 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
|
| D | capture.c.rst | 430 struct v4l2_crop crop;
|
| D | diff-v4l.rst | 482 :c:type:`v4l2_crop`, and the related 488 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
|
| D | hist-v4l2.rst | 597 struct :c:type:`v4l2_cropcap` and struct :c:type:`v4l2_crop`
|
| /Linux-v5.4/include/uapi/linux/ |
| D | videodev2.h | 1178 struct v4l2_crop { struct 2454 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2455 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-ioctl.c | 621 const struct v4l2_crop *p = arg; in v4l_print_crop() 2292 struct v4l2_crop *p = arg; in v4l_g_crop() 2322 struct v4l2_crop *p = arg; in v4l_s_crop() 2732 IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),
|