| /linux/include/uapi/linux/ |
| H A D | v4l2-common.h | 35 #define V4L2_SEL_TGT_COMPOSE 0x0100 macro 59 #define V4L2_SEL_TGT_COMPOSE_ACTIVE V4L2_SEL_TGT_COMPOSE 61 #define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL V4L2_SEL_TGT_COMPOSE
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-examples.rst | 52 sel.target = V4L2_SEL_TGT_COMPOSE; 68 .target = V4L2_SEL_TGT_COMPOSE,
|
| H A D | selection-api-configuration.rst | 57 controlled by the ``V4L2_SEL_TGT_COMPOSE`` target. The rectangle's 72 ``V4L2_SEL_TGT_COMPOSE`` plus all padding data modified by hardware 109 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE`` 128 from the ``V4L2_SEL_TGT_COMPOSE`` target. 136 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
|
| H A D | v4l2-selection-targets.rst | 57 * - ``V4L2_SEL_TGT_COMPOSE``
|
| H A D | vidioc-g-selection.rst | 44 field to ``V4L2_SEL_TGT_CROP`` (``V4L2_SEL_TGT_COMPOSE``). Please refer 62 ``V4L2_SEL_TGT_CROP`` (``V4L2_SEL_TGT_COMPOSE``). Please refer to table
|
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-byteproc.c | 319 (s->target == V4L2_SEL_TGT_COMPOSE || in dcmipp_byteproc_get_selection() 336 case V4L2_SEL_TGT_COMPOSE: in dcmipp_byteproc_get_selection() 371 if ((s->target == V4L2_SEL_TGT_COMPOSE || in dcmipp_byteproc_set_selection() 391 case V4L2_SEL_TGT_COMPOSE: in dcmipp_byteproc_set_selection()
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | ccs.rst | 33 that purpose, selection target ``V4L2_SEL_TGT_COMPOSE`` is supported on the 46 Scaling is configured using selection target ``V4L2_SEL_TGT_COMPOSE`` on the
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-capture.c | 657 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection() 687 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection() 1282 case V4L2_SEL_TGT_COMPOSE: in fimc_cap_g_selection() 1308 if (s->target == V4L2_SEL_TGT_COMPOSE) in fimc_cap_s_selection() 1607 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_get_selection() 1654 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_set_selection() 1669 if (sel->target == V4L2_SEL_TGT_COMPOSE) in fimc_subdev_set_selection()
|
| H A D | fimc-m2m.c | 393 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection() 405 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection() 441 if (s->target != V4L2_SEL_TGT_COMPOSE) in fimc_m2m_try_selection()
|
| /linux/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d.c | 413 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 425 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 458 if (s->target != V4L2_SEL_TGT_COMPOSE) in vidioc_try_selection()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 313 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_g_selection() 325 s->target == V4L2_SEL_TGT_COMPOSE) { in ipu_csc_scaler_g_selection() 348 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_s_selection()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-regs.h | 331 return (target == V4L2_SEL_TGT_COMPOSE) || in mdp_target_is_compose()
|
| H A D | mtk-mdp3-m2m.c | 387 case V4L2_SEL_TGT_COMPOSE: in mdp_m2m_g_selection() 431 valid = (s->target == V4L2_SEL_TGT_COMPOSE); in mdp_m2m_s_selection()
|
| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-m2m.c | 465 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_g_selection() 507 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_s_selection()
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_m2m.c | 754 || target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_is_target_compose() 801 case V4L2_SEL_TGT_COMPOSE: in mtk_mdp_m2m_g_selection() 846 if (s->target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_m2m_s_selection()
|
| /linux/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 579 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 618 case V4L2_SEL_TGT_COMPOSE: in vidioc_s_selection()
|
| /linux/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 481 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 522 case V4L2_SEL_TGT_COMPOSE: in vidioc_s_selection()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 2527 s.target = V4L2_SEL_TGT_COMPOSE; in v4l_g_crop() 2532 s.target = s.target == V4L2_SEL_TGT_COMPOSE ? in v4l_g_crop() 2533 V4L2_SEL_TGT_CROP : V4L2_SEL_TGT_COMPOSE; in v4l_g_crop() 2557 s.target = V4L2_SEL_TGT_COMPOSE; in v4l_s_crop() 2562 s.target = s.target == V4L2_SEL_TGT_COMPOSE ? in v4l_s_crop() 2563 V4L2_SEL_TGT_CROP : V4L2_SEL_TGT_COMPOSE; in v4l_s_crop()
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | ccs-core.c | 2177 case V4L2_SEL_TGT_COMPOSE: in ccs_propagate() 2492 ccs_propagate(subdev, sd_state, V4L2_SEL_TGT_COMPOSE); in ccs_set_compose() 2523 case V4L2_SEL_TGT_COMPOSE: in ccs_sel_supported() 2627 case V4L2_SEL_TGT_COMPOSE: in ccs_get_selection() 2660 case V4L2_SEL_TGT_COMPOSE: in ccs_set_selection()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-v4l2.c | 878 case V4L2_SEL_TGT_COMPOSE: in bdisp_g_selection() 934 (s->target == V4L2_SEL_TGT_COMPOSE)) in bdisp_s_selection()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 888 case V4L2_SEL_TGT_COMPOSE: in vivid_vid_cap_g_selection() 981 case V4L2_SEL_TGT_COMPOSE: in vivid_vid_cap_s_selection()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.c | 838 if (sel->target != V4L2_SEL_TGT_COMPOSE) in ivtv_s_selection() 895 case V4L2_SEL_TGT_COMPOSE: in ivtv_g_selection()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vpe.c | 1818 case V4L2_SEL_TGT_COMPOSE: in __vpe_try_selection() 1897 case V4L2_SEL_TGT_COMPOSE: in vpe_g_selection()
|
| /linux/drivers/media/platform/samsung/s5p-jpeg/ |
| H A D | jpeg-core.c | 1803 case V4L2_SEL_TGT_COMPOSE: in s5p_jpeg_g_selection() 1830 if (s->target == V4L2_SEL_TGT_COMPOSE) { in s5p_jpeg_s_selection()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-common.c | 1052 case V4L2_SEL_TGT_COMPOSE: in coda_g_selection() 1103 case V4L2_SEL_TGT_COMPOSE: in coda_s_selection()
|