diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-03 00:33:55 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-20 21:21:35 +0200 |
commit | 23b31323e49efd89d1ef40ceb9488579069929e6 (patch) | |
tree | 0ea73235cd49cb010b83c2d45bfd7b3da8d678f9 /isp/omap3isp.h | |
parent | c8ca837395028751f79a6b6a690c37acc58f2f8c (diff) |
isp: Add live zoom support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r-- | isp/omap3isp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 545c82c..16c96bd 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -71,6 +71,8 @@ int omap3_isp_viewfinder_start(struct omap3_isp_device *isp); int omap3_isp_viewfinder_stop(struct omap3_isp_device *isp); int omap3_isp_viewfinder_put_buffer(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); +int omap3_isp_viewfinder_pan_zoom(struct omap3_isp_device *isp, + float x, float y, float zoom); int omap3_isp_snapshot_setup(struct omap3_isp_device *isp, struct v4l2_rect *crop, |