| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-selection.rst | 20 ``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 D | selection-api-examples.rst | 16 struct v4l2_selection sel = { 36 struct v4l2_selection sel = { 65 struct v4l2_selection compose = { 69 struct v4l2_selection crop = {
|
| H A D | selection-api-vs-crop-api.rst | 35 :c:type:`v4l2_selection` provides a lot of place for future
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-out.h | 24 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 D | vivid-vid-cap.h | 29 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 D | gsc-m2m.c | 448 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 D | gsc-core.h | 391 int gsc_try_selection(struct gsc_ctx *ctx, struct v4l2_selection *s);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/ |
| H A D | g2d.c | 401 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 D | fimc-m2m.c | 378 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 D | v4l2-ioctl.h | 500 struct v4l2_selection *s); 502 struct v4l2_selection *s);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | v4l2_device.h | 107 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 D | videodev2.h | 1137 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 D | videodev2.h | 1137 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 D | v4l2-ioctl.c | 649 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 D | videodev2.h | 1251 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 D | videodev2.h | 1250 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 D | rcar-v4l2.c | 427 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 D | rga.c | 562 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 D | imx-media-csc-scaler.c | 297 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 D | mtk_jpeg_core.c | 516 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 D | rkvi_demo_isp.c_part | 128 struct v4l2_selection selection;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | vpe.c | 1806 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 D | zoran_driver.c | 664 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 D | pvrusb2-v4l2.c | 702 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 D | venc.c | 330 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()
|