diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-28 14:36:38 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-04-16 23:50:06 +0200 |
commit | 58bf4d40bfbfb156588a95ead469b32ea133f070 (patch) | |
tree | 174a3652332dead9b1bcbd97531c4dff8dd4f157 /isp/omap3isp-priv.h | |
parent | 86d964456fd999b65744084141e87a9a57fab5a0 (diff) |
omap3isp: Support cropping for snapshot capture
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index e1ee179..b6484de 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -34,10 +34,12 @@ struct omap3_isp_device; /* * struct omap3_isp_pad - OMAP3 entity pad * @link: Link connected to the pad + * @crop: Crop rectangle * @format: Format on the pad */ struct omap3_isp_pad { struct media_entity_link *link; + struct v4l2_rect crop; struct v4l2_mbus_framefmt format; }; |