Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 18 of 18) sorted by relevance
84 #define V4L2_SEL_FLAG_LE (1 << 1) macro106 #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
381 ``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()
455 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_start()465 if (flags & V4L2_SEL_FLAG_LE) in mdp_clamp_end()
1631 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()1632 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()1638 (*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()
910 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
1315 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
2017 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()
2289 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()