From 394b4755f7951c7c598b3162a98772677ee9dace Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 1 Feb 2012 15:01:45 +0100 Subject: stats: Add support for the AEWB statistics engine Signed-off-by: Laurent Pinchart --- isp/omap3isp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'isp/omap3isp.h') diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 4e0588f..1e9489f 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -28,6 +28,7 @@ #include #include "media.h" +#include "stats.h" #include "v4l2.h" struct omap3_isp_device; @@ -49,6 +50,8 @@ struct omap3_isp_operations { struct v4l2_video_buffer *buffer); bool (*snapshot_ready)(struct omap3_isp_device *isp, struct v4l2_video_buffer *buffer); + void (*aewb_ready)(struct omap3_isp_device *isp, + const struct omap3_isp_aewb_stats *stats); void (*watch_fd)(int fd, enum omap3_isp_event_type type, void(*callback)(void *priv), void *priv); void (*unwatch_fd)(int fd); -- cgit v1.2.3