V4L2_SEL_FLAG_LE
if (flags & V4L2_SEL_FLAG_LE) {
: ((flags) & V4L2_SEL_FLAG_LE \
if (flags & V4L2_SEL_FLAG_LE) {
if (s->flags & V4L2_SEL_FLAG_LE) {
case V4L2_SEL_FLAG_LE:
case V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE:
if (flags & V4L2_SEL_FLAG_LE)
if (flags & V4L2_SEL_FLAG_LE)
case V4L2_SEL_FLAG_LE:
case V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE:
if (s->flags & V4L2_SEL_FLAG_LE &&
if (s->flags & V4L2_SEL_FLAG_LE &&
if ((sel->flags & V4L2_SEL_FLAG_LE) &&
if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in))
if (s->flags & V4L2_SEL_FLAG_LE && !v4l2_rect_enclosed(&r, &s->r))
if (s->flags & V4L2_SEL_FLAG_LE && !enclosed_rectangle(&r, &s->r))
if (!(flags & V4L2_SEL_FLAG_LE)) {
if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) ==
(V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) &&
if (s->flags & V4L2_SEL_FLAG_LE)
if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) ==
(V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) &&
(*compose < crop && (flags & V4L2_SEL_FLAG_LE)))
#define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE