| /Linux-v5.4/include/uapi/linux/ |
| D | v4l2-common.h | 74 #define V4L2_SEL_TGT_COMPOSE 0x0100 macro 98 #define V4L2_SEL_TGT_COMPOSE_ACTIVE V4L2_SEL_TGT_COMPOSE 100 #define V4L2_SUBDEV_SEL_TGT_COMPOSE_ACTUAL V4L2_SEL_TGT_COMPOSE
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | selection-api-configuration.rst | 63 controlled by the ``V4L2_SEL_TGT_COMPOSE`` target. The rectangle's 78 ``V4L2_SEL_TGT_COMPOSE`` plus all padding data modified by hardware 115 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE`` 134 from the ``V4L2_SEL_TGT_COMPOSE`` target. 142 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
|
| D | selection-api-examples.rst | 58 sel.target = V4L2_SEL_TGT_COMPOSE; 74 .target = V4L2_SEL_TGT_COMPOSE,
|
| D | v4l2-selection-targets.rst | 55 * - ``V4L2_SEL_TGT_COMPOSE``
|
| D | vidioc-g-selection.rst | 51 field to ``V4L2_SEL_TGT_CROP`` (``V4L2_SEL_TGT_COMPOSE``). Please refer 69 ``V4L2_SEL_TGT_CROP`` (``V4L2_SEL_TGT_COMPOSE``). Please refer to table
|
| /Linux-v5.4/drivers/media/platform/vsp1/ |
| D | vsp1_histo.c | 242 case V4L2_SEL_TGT_COMPOSE: in histo_get_selection() 283 V4L2_SEL_TGT_COMPOSE); in histo_set_crop() 334 V4L2_SEL_TGT_COMPOSE); in histo_set_compose() 361 else if (sel->target == V4L2_SEL_TGT_COMPOSE) in histo_set_selection()
|
| D | vsp1_brx.c | 201 case V4L2_SEL_TGT_COMPOSE: in brx_get_selection() 230 if (sel->target != V4L2_SEL_TGT_COMPOSE) in brx_set_selection()
|
| D | vsp1_hgt.c | 146 V4L2_SEL_TGT_COMPOSE); in hgt_configure_stream()
|
| D | vsp1_entity.c | 165 case V4L2_SEL_TGT_COMPOSE: in vsp1_entity_get_pad_selection() 417 V4L2_SEL_TGT_COMPOSE); in vsp1_subdev_set_pad_format()
|
| D | vsp1_hgo.c | 147 V4L2_SEL_TGT_COMPOSE); in hgo_configure_stream()
|
| D | vsp1_rpf.c | 119 V4L2_SEL_TGT_COMPOSE); in rpf_configure_stream()
|
| /Linux-v5.4/drivers/media/platform/exynos4-is/ |
| D | fimc-capture.c | 669 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection() 699 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection() 1288 case V4L2_SEL_TGT_COMPOSE: in fimc_cap_g_selection() 1327 if (s->target == V4L2_SEL_TGT_COMPOSE) in fimc_cap_s_selection() 1626 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_get_selection() 1673 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_set_selection() 1688 if (sel->target == V4L2_SEL_TGT_COMPOSE) in fimc_subdev_set_selection()
|
| D | fimc-m2m.c | 397 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection() 409 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection() 445 if (s->target != V4L2_SEL_TGT_COMPOSE) in fimc_m2m_try_selection()
|
| /Linux-v5.4/drivers/media/platform/s5p-g2d/ |
| D | g2d.c | 414 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 426 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 459 if (s->target != V4L2_SEL_TGT_COMPOSE) in vidioc_try_selection()
|
| /Linux-v5.4/drivers/staging/media/imx/ |
| D | imx-media-csc-scaler.c | 307 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_g_selection() 319 s->target == V4L2_SEL_TGT_COMPOSE) { in ipu_csc_scaler_g_selection() 342 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_s_selection()
|
| /Linux-v5.4/drivers/media/platform/exynos-gsc/ |
| D | gsc-m2m.c | 474 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_g_selection() 516 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_s_selection()
|
| /Linux-v5.4/drivers/media/platform/ |
| D | sh_vou.c | 903 case V4L2_SEL_TGT_COMPOSE: in sh_vou_g_selection() 930 .target = V4L2_SEL_TGT_COMPOSE, in sh_vou_s_selection() 945 sel->target != V4L2_SEL_TGT_COMPOSE) in sh_vou_s_selection()
|
| /Linux-v5.4/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_m2m.c | 787 || target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_is_target_compose() 834 case V4L2_SEL_TGT_COMPOSE: in mtk_mdp_m2m_g_selection() 879 if (s->target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_m2m_s_selection()
|
| /Linux-v5.4/drivers/media/platform/rockchip/rga/ |
| D | rga.c | 583 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection() 622 case V4L2_SEL_TGT_COMPOSE: in vidioc_s_selection()
|
| /Linux-v5.4/drivers/media/platform/rcar-vin/ |
| D | rcar-v4l2.c | 337 case V4L2_SEL_TGT_COMPOSE: in rvin_g_selection() 384 case V4L2_SEL_TGT_COMPOSE: in rvin_s_selection()
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-ioctl.c | 2302 s.target = V4L2_SEL_TGT_COMPOSE; in v4l_g_crop() 2307 s.target = s.target == V4L2_SEL_TGT_COMPOSE ? in v4l_g_crop() 2308 V4L2_SEL_TGT_CROP : V4L2_SEL_TGT_COMPOSE; in v4l_g_crop() 2332 s.target = V4L2_SEL_TGT_COMPOSE; in v4l_s_crop() 2337 s.target = s.target == V4L2_SEL_TGT_COMPOSE ? in v4l_s_crop() 2338 V4L2_SEL_TGT_CROP : V4L2_SEL_TGT_COMPOSE; in v4l_s_crop()
|
| /Linux-v5.4/drivers/media/i2c/smiapp/ |
| D | smiapp-core.c | 1720 case V4L2_SEL_TGT_COMPOSE: in smiapp_propagate() 2073 smiapp_propagate(subdev, cfg, sel->which, V4L2_SEL_TGT_COMPOSE); in smiapp_set_compose() 2108 case V4L2_SEL_TGT_COMPOSE: in __smiapp_sel_supported() 2226 case V4L2_SEL_TGT_COMPOSE: in __smiapp_get_selection() 2276 case V4L2_SEL_TGT_COMPOSE: in smiapp_set_selection()
|
| /Linux-v5.4/drivers/staging/media/omap4iss/ |
| D | iss_video.c | 664 case V4L2_SEL_TGT_COMPOSE: in iss_video_get_selection() 721 case V4L2_SEL_TGT_COMPOSE: in iss_video_set_selection()
|
| /Linux-v5.4/drivers/media/i2c/ |
| D | imx274.c | 1030 case V4L2_SEL_TGT_COMPOSE: in imx274_get_selection() 1118 if (sel->target == V4L2_SEL_TGT_COMPOSE) { in imx274_set_selection()
|
| /Linux-v5.4/drivers/staging/media/soc_camera/ |
| D | soc_camera.c | 982 (s->target != V4L2_SEL_TGT_COMPOSE && in soc_camera_s_selection() 986 if (s->target == V4L2_SEL_TGT_COMPOSE) { in soc_camera_s_selection() 1008 s->target == V4L2_SEL_TGT_COMPOSE) { in soc_camera_s_selection()
|