diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-01 15:01:45 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-05-01 12:13:56 +0200 |
commit | 394b4755f7951c7c598b3162a98772677ee9dace (patch) | |
tree | f76679f6efa5268285815f4fd24b82f252fcbe27 /isp/omap3isp.h | |
parent | eb895a988d1531c7ede0f7b983db61f38770d929 (diff) |
stats: Add support for the AEWB statistics engine
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r-- | isp/omap3isp.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdbool.h> #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); |