Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 8 of 8) 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
926 if (!(flags & V4L2_SEL_FLAG_LE)) { in vivid_vid_adjust_sel()957 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()958 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
1632 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()1633 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()1639 (*compose < crop && (flags & V4L2_SEL_FLAG_LE))) in csi_set_scale()
586 : ((flags) & V4L2_SEL_FLAG_LE \965 if (flags & V4L2_SEL_FLAG_LE) { in imx274_binning_goodness()
2255 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()