Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 16 of 16) sorted by relevance
84 #define V4L2_SEL_FLAG_LE (1 << 1) macro106 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
27 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the31 * - ``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
379 ``V4L2_SEL_FLAG_GE`` and ``V4L2_SEL_FLAG_LE`` flags may be used to round
870 if (!(flags & V4L2_SEL_FLAG_LE)) { in vivid_vid_adjust_sel()901 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()902 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
524 : ((flags) & V4L2_SEL_FLAG_LE \832 if (flags & V4L2_SEL_FLAG_LE) { in imx274_binning_goodness()
1620 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()1621 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()1627 (*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()
503 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()
912 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
1318 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
2015 if (s->flags & V4L2_SEL_FLAG_LE && !v4l2_rect_enclosed(&r, &s->r)) in vpfe_s_selection()
1876 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()
1062 if (s->flags & V4L2_SEL_FLAG_LE) { in coda_s_selection()