Searched refs:v4l2_crop (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-crop.rst | 18 .. c:function:: int ioctl( int fd, VIDIOC_G_CROP, struct v4l2_crop *argp ) 21 .. c:function:: int ioctl( int fd, VIDIOC_S_CROP, const struct v4l2_crop *argp ) 32 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 73 .. c:type:: v4l2_crop 77 .. flat-table:: struct v4l2_crop 96 this API was messed up with regards to how the :c:type:`v4l2_crop` ``type`` field
|
D | crop.rst | 88 :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;
|
D | dev-osd.rst | 137 A struct :c:type:`v4l2_crop` defines the size and position 140 and struct :c:type:`v4l2_crop`. The cropping API applies to
|
D | selection-api-vs-crop-api.rst | 32 flags are introduced. Finally, struct :c:type:`v4l2_crop` and struct
|
D | capture.c.rst | 423 struct v4l2_crop crop;
|
D | diff-v4l.rst | 475 :c:type:`v4l2_crop`, and the related 481 :c:type:`v4l2_crop`. The ``decimation`` field was dropped. In
|
D | hist-v4l2.rst | 590 struct :c:type:`v4l2_cropcap` and struct :c:type:`v4l2_crop`
|
/Linux-v4.19/drivers/media/platform/exynos-gsc/ |
D | gsc-core.h | 395 int gsc_g_crop(struct gsc_ctx *ctx, struct v4l2_crop *cr); 396 int gsc_try_crop(struct gsc_ctx *ctx, struct v4l2_crop *cr);
|
D | gsc-core.c | 544 int gsc_g_crop(struct gsc_ctx *ctx, struct v4l2_crop *cr) in gsc_g_crop() 557 int gsc_try_crop(struct gsc_ctx *ctx, struct v4l2_crop *cr) in gsc_try_crop()
|
D | gsc-m2m.c | 497 struct v4l2_crop cr; in gsc_m2m_s_selection()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-m2m.c | 405 static int fimc_m2m_g_crop(struct file *file, void *fh, struct v4l2_crop *cr) in fimc_m2m_g_crop() 422 static int fimc_m2m_try_crop(struct fimc_ctx *ctx, struct v4l2_crop *cr) in fimc_m2m_try_crop() 474 static int fimc_m2m_s_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in fimc_m2m_s_crop() 478 struct v4l2_crop cr = *crop; in fimc_m2m_s_crop()
|
/Linux-v4.19/include/media/ |
D | v4l2-ioctl.h | 497 struct v4l2_crop *a); 499 const struct v4l2_crop *a);
|
/Linux-v4.19/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 429 static int vidioc_g_crop(struct file *file, void *prv, struct v4l2_crop *cr) in vidioc_g_crop() 445 static int vidioc_try_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_try_crop() 464 static int vidioc_s_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_s_crop()
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1096 struct v4l2_crop { struct 2361 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop) 2362 #define VIDIOC_S_CROP _IOW('V', 60, struct v4l2_crop)
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 621 const struct v4l2_crop *p = arg; in v4l_print_crop() 2203 struct v4l2_crop *p = arg; in v4l_g_crop() 2230 struct v4l2_crop *p = arg; in v4l_s_crop() 2630 IOCTL_INFO(VIDIOC_G_CROP, v4l_g_crop, v4l_print_crop, INFO_FL_CLEAR(v4l2_crop, type)),
|
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 778 struct v4l2_crop *cr) in vidioc_g_crop()
|