V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device
Switch to using struct v4l2_rect in struct soc_camera_device for uniformity and simplicity. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
4a6110bc50
commit
a0705b07f1
@@ -22,16 +22,10 @@ struct soc_camera_device {
|
||||
struct list_head list;
|
||||
struct device dev;
|
||||
struct device *pdev; /* Platform device */
|
||||
unsigned short width; /* Current window */
|
||||
unsigned short height; /* sizes */
|
||||
unsigned short x_min; /* Camera capabilities */
|
||||
unsigned short y_min;
|
||||
unsigned short x_current; /* Current window location */
|
||||
unsigned short y_current;
|
||||
struct v4l2_rect rect_current; /* Current window */
|
||||
struct v4l2_rect rect_max; /* Maximum window */
|
||||
unsigned short width_min;
|
||||
unsigned short width_max;
|
||||
unsigned short height_min;
|
||||
unsigned short height_max;
|
||||
unsigned short y_skip_top; /* Lines to skip at the top */
|
||||
unsigned short gain;
|
||||
unsigned short exposure;
|
||||
|
Reference in New Issue
Block a user