Home
last modified time | relevance | path

Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dv4l2-common.h45 #define V4L2_SEL_FLAG_LE (1 << 1) macro
67 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-flags.rst33 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the
37 * - ``V4L2_SEL_FLAG_LE``
H A Dselection-api-examples.rst52 sel.flags = V4L2_SEL_FLAG_LE;
H A Dvidioc-g-selection.rst79 - ``V4L2_SEL_FLAG_LE`` - The driver is not allowed to enlarge the
82 - ``V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE`` - The driver must choose the
H A Ddev-subdev.rst383 ``V4L2_SEL_FLAG_GE`` and ``V4L2_SEL_FLAG_LE`` flags may be used to round
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c885 if (!(flags & V4L2_SEL_FLAG_LE)) { in vivid_vid_adjust_sel()
916 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()
917 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c216 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_start()
226 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_end()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c1618 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()
1619 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()
1625 (*compose < crop && (flags & V4L2_SEL_FLAG_LE))) in csi_set_scale()
H A Dimx-media-csc-scaler.c365 if (s->flags & V4L2_SEL_FLAG_LE) in ipu_csc_scaler_s_selection()
/openbmc/linux/drivers/media/i2c/
H A Dimx274.c586 : ((flags) & V4L2_SEL_FLAG_LE \
965 if (flags & V4L2_SEL_FLAG_LE) { in imx274_binning_goodness()
/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c997 case V4L2_SEL_FLAG_LE: in dw100_s_selection()
1000 case V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE: in dw100_s_selection()
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-m2m.c496 if (s->flags & V4L2_SEL_FLAG_LE && in gsc_m2m_s_selection()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c978 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite.c913 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
H A Dfimc-capture.c1319 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
/openbmc/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c2019 if (s->flags & V4L2_SEL_FLAG_LE && !v4l2_rect_enclosed(&r, &s->r)) in vpfe_s_selection()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-common.c1085 if (s->flags & V4L2_SEL_FLAG_LE) { in coda_s_selection()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-core.c2295 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch61735 + sel.flags = V4L2_SEL_FLAG_LE;