Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 15 of 15) sorted by relevance
92 #define V4L2_SEL_FLAG_LE (1 << 1) macro97 #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
334 ``V4L2_SEL_FLAG_GE`` and ``V4L2_SEL_FLAG_LE`` flags may be used to round
686 if (!(flags & V4L2_SEL_FLAG_LE)) { in vivid_vid_adjust_sel()717 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()718 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
1525 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()1526 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()1532 (*compose < crop && (flags & V4L2_SEL_FLAG_LE))) in csi_set_scale()
541 : ((flags) & V4L2_SEL_FLAG_LE \833 if (flags & V4L2_SEL_FLAG_LE) { in imx274_binning_goodness()
512 if (s->flags & V4L2_SEL_FLAG_LE && in gsc_m2m_s_selection()
984 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
938 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
1343 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
2167 if (s->flags & V4L2_SEL_FLAG_LE && !enclosed_rectangle(&r, &s->r)) in vpfe_s_selection()
954 if (s->flags & V4L2_SEL_FLAG_LE) { in coda_s_selection()
1881 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()