From 58bf4d40bfbfb156588a95ead469b32ea133f070 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 28 Feb 2012 14:36:38 +0100 Subject: omap3isp: Support cropping for snapshot capture Signed-off-by: Laurent Pinchart --- isp/omap3isp-priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isp/omap3isp-priv.h') 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; }; -- cgit v1.2.3