Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 10 of 10) sorted by relevance
67 #define V4L2_SEL_FLAG_LE (1 << 1) macro72 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
121 flags &= V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE; in closest()127 if (flags == V4L2_SEL_FLAG_LE) in closest()167 if (flags & V4L2_SEL_FLAG_LE) { in mxr_graph_fix_geometry()
489 if ((s->flags & V4L2_SEL_FLAG_LE) && !mxr_is_rect_inside(&res, &s->r)) in mxr_s_selection()
726 if (!(flags & V4L2_SEL_FLAG_LE)) { in vivid_vid_adjust_sel()757 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()758 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
505 if (s->flags & V4L2_SEL_FLAG_LE && in gsc_m2m_s_selection()
985 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
946 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
1341 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
2166 if (s->flags & V4L2_SEL_FLAG_LE && !enclosed_rectangle(&r, &s->r)) in vpfe_s_selection()
1861 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()