Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 19 of 19) sorted by relevance
45 #define V4L2_SEL_FLAG_LE (1 << 1) macro67 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
33 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the37 * - ``V4L2_SEL_FLAG_LE``
52 sel.flags = V4L2_SEL_FLAG_LE;
79 - ``V4L2_SEL_FLAG_LE`` - The driver is not allowed to enlarge the82 - ``V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE`` - The driver must choose the
383 ``V4L2_SEL_FLAG_GE`` and ``V4L2_SEL_FLAG_LE`` flags may be used to round
885 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()
216 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_start()226 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_end()
1618 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()
365 if (s->flags & V4L2_SEL_FLAG_LE) in ipu_csc_scaler_s_selection()
586 : ((flags) & V4L2_SEL_FLAG_LE \965 if (flags & V4L2_SEL_FLAG_LE) { in imx274_binning_goodness()
997 case V4L2_SEL_FLAG_LE: in dw100_s_selection()1000 case V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE: in dw100_s_selection()
496 if (s->flags & V4L2_SEL_FLAG_LE && in gsc_m2m_s_selection()
978 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
913 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
1319 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
2019 if (s->flags & V4L2_SEL_FLAG_LE && !v4l2_rect_enclosed(&r, &s->r)) in vpfe_s_selection()
1085 if (s->flags & V4L2_SEL_FLAG_LE) { in coda_s_selection()
2295 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()
61735 + sel.flags = V4L2_SEL_FLAG_LE;