summaryrefslogtreecommitdiff
path: root/isp/omap3isp.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-10-24 01:47:31 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-02-11 00:21:25 +0100
commit0048b16618a94c3c002bb620e5d5503039853a43 (patch)
treeb14380c93f2c52eca9b3bb593be7c50a6bd55d06 /isp/omap3isp.h
parentb2da4996582313c07f63922f634c9f4fdc3bd342 (diff)
isp: Add crop support for the viewfinder
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r--isp/omap3isp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h
index 491dcdb..26e5062 100644
--- a/isp/omap3isp.h
+++ b/isp/omap3isp.h
@@ -65,6 +65,7 @@ void omap3_isp_close(struct omap3_isp_device *isp);
/* Viewfinder */
int omap3_isp_viewfinder_setup(struct omap3_isp_device *isp,
+ struct v4l2_rect *crop,
struct v4l2_mbus_framefmt *ofmt);
int omap3_isp_viewfinder_set_pool(struct omap3_isp_device *isp,
struct v4l2_buffers_pool *pool);