1 .. -*- coding: utf-8; mode: rst -*-
3 .. _v4l2-selection-flags:
10 .. _v4l2-selection-flags-table:
12 .. flat-table:: Selection flag definitions
27 - Valid for V4L2 subdev
31 - ``V4L2_SEL_FLAG_GE``
35 - Suggest the driver it should choose greater or equal rectangle (in
36 size) than was requested. Albeit the driver may choose a lesser
37 size, it will only do so due to hardware limitations. Without this
38 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the
39 closest possible rectangle.
47 - ``V4L2_SEL_FLAG_LE``
51 - Suggest the driver it should choose lesser or equal rectangle (in
52 size) than was requested. Albeit the driver may choose a greater
53 size, it will only do so due to hardware limitations.
61 - ``V4L2_SEL_FLAG_KEEP_CONFIG``
65 - The configuration must not be propagated to any further processing
66 steps. If this flag is not given, the configuration is propagated
67 inside the subdevice to all further processing steps.
76 .. ------------------------------------------------------------------------------
77 .. This file was automatically converted from DocBook-XML with the dbxml
78 .. library (https://github.com/return42/sphkerneldoc). The origin XML comes
79 .. from the linux kernel, refer to:
81 .. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
82 .. ------------------------------------------------------------------------------