diff options
| author | Sakari Ailus <sakari.ailus@iki.fi> | 2012-06-13 15:01:10 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-06 19:17:46 -0400 |
| commit | 563df3d0bc2ca103e5ddb76c8b7b3386ed2da0d6 (patch) | |
| tree | bda561c54a3dd03a52bd8d714c8c354b146e8dc6 /include/linux/videodev2.h | |
| parent | 64b9ce83a446277d3ffdb5e25e9aeb66442da2a9 (diff) | |
[media] v4l: Unify selection flags
Unify flags on the selection interfaces on V4L2 and V4L2 subdev. Flags are
very similar to targets in this case: there are more similarities than
differences between the two interfaces.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/videodev2.h')
| -rw-r--r-- | include/linux/videodev2.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 7fdb8710c831..5d78910f926c 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
| @@ -761,16 +761,12 @@ struct v4l2_crop { | |||
| 761 | struct v4l2_rect c; | 761 | struct v4l2_rect c; |
| 762 | }; | 762 | }; |
| 763 | 763 | ||
| 764 | /* Hints for adjustments of selection rectangle */ | ||
| 765 | #define V4L2_SEL_FLAG_GE 0x00000001 | ||
| 766 | #define V4L2_SEL_FLAG_LE 0x00000002 | ||
| 767 | |||
| 768 | /** | 764 | /** |
| 769 | * struct v4l2_selection - selection info | 765 | * struct v4l2_selection - selection info |
| 770 | * @type: buffer type (do not use *_MPLANE types) | 766 | * @type: buffer type (do not use *_MPLANE types) |
| 771 | * @target: Selection target, used to choose one of possible rectangles; | 767 | * @target: Selection target, used to choose one of possible rectangles; |
| 772 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . | 768 | * defined in v4l2-common.h; V4L2_SEL_TGT_* . |
| 773 | * @flags: constraints flags | 769 | * @flags: constraints flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*. |
| 774 | * @r: coordinates of selection window | 770 | * @r: coordinates of selection window |
| 775 | * @reserved: for future use, rounds structure size to 64 bytes, set to zero | 771 | * @reserved: for future use, rounds structure size to 64 bytes, set to zero |
| 776 | * | 772 | * |
