Home
last modified time | relevance | path

Searched refs:v4l2_selection (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-selection.rst20 ``int ioctl(int fd, VIDIOC_G_SELECTION, struct v4l2_selection *argp)``
24 ``int ioctl(int fd, VIDIOC_S_SELECTION, struct v4l2_selection *argp)``
33 Pointer to struct :c:type:`v4l2_selection`.
41 :c:type:`v4l2_selection` ``type`` field to the
43 value of struct :c:type:`v4l2_selection` ``target``
47 :c:type:`v4l2_selection` are ignored and they must be
59 :c:type:`v4l2_selection` ``type`` field to the
61 value of struct :c:type:`v4l2_selection` ``target`` to
66 :c:type:`v4l2_selection` ``reserved`` is ignored and
69 rounding behaviour. The struct :c:type:`v4l2_selection`
[all …]
H A Dselection-api-examples.rst16 struct v4l2_selection sel = {
36 struct v4l2_selection sel = {
65 struct v4l2_selection compose = {
69 struct v4l2_selection crop = {
H A Dselection-api-vs-crop-api.rst35 :c:type:`v4l2_selection` provides a lot of place for future
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.h24 int vivid_vid_out_g_selection(struct file *file, void *priv, struct v4l2_selection *sel);
25 int vivid_vid_out_s_selection(struct file *file, void *fh, struct v4l2_selection *s);
H A Dvivid-vid-cap.h29 int vivid_vid_cap_g_selection(struct file *file, void *priv, struct v4l2_selection *sel);
30 int vivid_vid_cap_s_selection(struct file *file, void *fh, struct v4l2_selection *s);
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c448 struct v4l2_selection *s) in gsc_m2m_g_selection()
485 struct v4l2_selection *s) in gsc_m2m_s_selection()
490 struct v4l2_selection sel = *s; in gsc_m2m_s_selection()
H A Dgsc-core.h391 int gsc_try_selection(struct gsc_ctx *ctx, struct v4l2_selection *s);
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d.c401 struct v4l2_selection *s) in vidioc_g_selection()
451 const struct v4l2_selection *s) in vidioc_try_selection()
479 struct v4l2_selection *s) in vidioc_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c378 struct v4l2_selection *s) in fimc_m2m_g_selection()
428 struct v4l2_selection *s) in fimc_m2m_try_selection()
486 struct v4l2_selection *s) in fimc_m2m_s_selection()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ioctl.h500 struct v4l2_selection *s);
502 struct v4l2_selection *s);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dv4l2_device.h107 XCamReturn set_selection (struct v4l2_selection &select);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1137 struct v4l2_selection { struct
2428 #define VIDIOC_G_SELECTION _IOWR('V', 94, struct v4l2_selection)
2429 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1137 struct v4l2_selection { struct
2428 #define VIDIOC_G_SELECTION _IOWR('V', 94, struct v4l2_selection)
2429 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection)
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c649 const struct v4l2_selection *p = arg; in v4l_print_selection()
2380 struct v4l2_selection *p = arg; in v4l_g_selection()
2396 struct v4l2_selection *p = arg; in v4l_s_selection()
2414 struct v4l2_selection s = { in v4l_g_crop()
2444 struct v4l2_selection s = { in v4l_s_crop()
2469 struct v4l2_selection s = { .type = p->type }; in v4l_cropcap()
2853 …IOCTL_INFO(VIDIOC_G_SELECTION, v4l_g_selection, v4l_print_selection, INFO_FL_CLEAR(v4l2_selection,…
2854 …_SELECTION, v4l_s_selection, v4l_print_selection, INFO_FL_PRIO | INFO_FL_CLEAR(v4l2_selection, r)),
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1251 struct v4l2_selection { struct
2568 #define VIDIOC_G_SELECTION _IOWR('V', 94, struct v4l2_selection)
2569 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1250 struct v4l2_selection { struct
2555 #define VIDIOC_G_SELECTION _IOWR('V', 94, struct v4l2_selection)
2556 #define VIDIOC_S_SELECTION _IOWR('V', 95, struct v4l2_selection)
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c427 struct v4l2_selection *s) in rvin_g_selection()
461 struct v4l2_selection *s) in rvin_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga.c562 struct v4l2_selection *s) in vidioc_g_selection()
610 struct v4l2_selection *s) in vidioc_s_selection()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c297 struct v4l2_selection *s) in ipu_csc_scaler_g_selection()
335 struct v4l2_selection *s) in ipu_csc_scaler_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/
H A Dmtk_jpeg_core.c516 struct v4l2_selection *s) in mtk_jpeg_enc_g_selection()
541 struct v4l2_selection *s) in mtk_jpeg_dec_g_selection()
570 struct v4l2_selection *s) in mtk_jpeg_enc_s_selection()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/
H A Drkvi_demo_isp.c_part128 struct v4l2_selection selection;
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dvpe.c1806 static int __vpe_try_selection(struct vpe_ctx *ctx, struct v4l2_selection *s) in __vpe_try_selection()
1874 struct v4l2_selection *s) in vpe_g_selection()
1938 struct v4l2_selection *s) in vpe_s_selection()
1942 struct v4l2_selection sel = *s; in vpe_s_selection()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_driver.c664 static int zoran_g_selection(struct file *file, void *__fh, struct v4l2_selection *sel) in zoran_g_selection()
697 static int zoran_s_selection(struct file *file, void *__fh, struct v4l2_selection *sel) in zoran_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c702 struct v4l2_selection *sel) in pvr2_g_selection()
753 struct v4l2_selection *sel) in pvr2_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dvenc.c330 venc_g_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_g_selection()
358 venc_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_s_selection()

123