Home
last modified time | relevance | path

Searched refs:V4L2_SEL_TGT_COMPOSE (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/include/uapi/linux/
H A Dv4l2-common.h35 #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
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-examples.rst51 sel.target = V4L2_SEL_TGT_COMPOSE;
67 .target = V4L2_SEL_TGT_COMPOSE,
H A Dselection-api-configuration.rst56 controlled by the ``V4L2_SEL_TGT_COMPOSE`` target. The rectangle's
71 ``V4L2_SEL_TGT_COMPOSE`` plus all padding data modified by hardware
108 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE``
127 from the ``V4L2_SEL_TGT_COMPOSE`` target.
135 ``V4L2_SEL_TGT_COMPOSE`` targets. If these are not equal then the
H A Dv4l2-selection-targets.rst56 * - ``V4L2_SEL_TGT_COMPOSE``
H A Dvidioc-g-selection.rst44 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
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c224 case V4L2_SEL_TGT_COMPOSE: in isp_subdev_validate_rect()
244 case V4L2_SEL_TGT_COMPOSE: in atomisp_subdev_get_rect()
252 case V4L2_SEL_TGT_COMPOSE: in atomisp_subdev_get_rect()
286 V4L2_SEL_TGT_COMPOSE); in isp_get_fmt_rect()
362 (pad == ATOMISP_SUBDEV_PAD_SOURCE && target != V4L2_SEL_TGT_COMPOSE)) in atomisp_subdev_set_selection()
412 V4L2_SEL_TGT_COMPOSE, flags, &tmp); in atomisp_subdev_set_selection()
/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_histo.c241 case V4L2_SEL_TGT_COMPOSE: in histo_get_selection()
282 V4L2_SEL_TGT_COMPOSE); in histo_set_crop()
334 V4L2_SEL_TGT_COMPOSE); in histo_set_compose()
362 else if (sel->target == V4L2_SEL_TGT_COMPOSE) in histo_set_selection()
H A Dvsp1_brx.c202 case V4L2_SEL_TGT_COMPOSE: in brx_get_selection()
231 if (sel->target != V4L2_SEL_TGT_COMPOSE) in brx_set_selection()
H A Dvsp1_hgt.c146 V4L2_SEL_TGT_COMPOSE); in hgt_configure_stream()
H A Dvsp1_entity.c165 case V4L2_SEL_TGT_COMPOSE: in vsp1_entity_get_pad_selection()
419 V4L2_SEL_TGT_COMPOSE); in vsp1_subdev_set_pad_format()
H A Dvsp1_hgo.c147 V4L2_SEL_TGT_COMPOSE); in hgo_configure_stream()
H A Dvsp1_rpf.c163 V4L2_SEL_TGT_COMPOSE); in rpf_configure_stream()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dccs.rst29 that purpose, selection target ``V4L2_SEL_TGT_COMPOSE`` is supported on the
42 Scaling is configured using selection target ``V4L2_SEL_TGT_COMPOSE`` on the
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst29 that purpose, selection target ``V4L2_SEL_TGT_COMPOSE`` is supported on the
42 Scaling is configured using selection target ``V4L2_SEL_TGT_COMPOSE`` on the
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c394 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection()
406 case V4L2_SEL_TGT_COMPOSE: in fimc_m2m_g_selection()
442 if (s->target != V4L2_SEL_TGT_COMPOSE) in fimc_m2m_try_selection()
H A Dfimc-capture.c659 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection()
689 if (target == V4L2_SEL_TGT_COMPOSE) { in fimc_capture_try_selection()
1284 case V4L2_SEL_TGT_COMPOSE: in fimc_cap_g_selection()
1310 if (s->target == V4L2_SEL_TGT_COMPOSE) in fimc_cap_s_selection()
1609 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_get_selection()
1656 case V4L2_SEL_TGT_COMPOSE: in fimc_subdev_set_selection()
1671 if (sel->target == V4L2_SEL_TGT_COMPOSE) in fimc_subdev_set_selection()
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c417 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection()
429 case V4L2_SEL_TGT_COMPOSE: in vidioc_g_selection()
462 if (s->target != V4L2_SEL_TGT_COMPOSE) in vidioc_try_selection()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c310 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_g_selection()
322 s->target == V4L2_SEL_TGT_COMPOSE) { in ipu_csc_scaler_g_selection()
345 case V4L2_SEL_TGT_COMPOSE: in ipu_csc_scaler_s_selection()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h331 return (target == V4L2_SEL_TGT_COMPOSE) || in mdp_target_is_compose()
H A Dmtk-mdp3-m2m.c374 case V4L2_SEL_TGT_COMPOSE: in mdp_m2m_g_selection()
418 valid = (s->target == V4L2_SEL_TGT_COMPOSE); in mdp_m2m_s_selection()
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c588 case V4L2_SEL_TGT_COMPOSE: in mxc_isi_pipe_get_selection()
639 case V4L2_SEL_TGT_COMPOSE: in mxc_isi_pipe_set_selection()
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c467 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_g_selection()
509 case V4L2_SEL_TGT_COMPOSE: in gsc_m2m_s_selection()
/openbmc/linux/drivers/media/platform/renesas/
H A Dsh_vou.c903 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()
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c756 || target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_is_target_compose()
803 case V4L2_SEL_TGT_COMPOSE: in mtk_mdp_m2m_g_selection()
848 if (s->target == V4L2_SEL_TGT_COMPOSE) in mtk_mdp_m2m_s_selection()
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c1104 sel.target = V4L2_SEL_TGT_COMPOSE; in vfe_set_format()
1149 case V4L2_SEL_TGT_COMPOSE: in vfe_get_selection()
1204 if (sel->target == V4L2_SEL_TGT_COMPOSE && in vfe_set_selection()

123