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-priv.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-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 18fbf76..2f3dbb9 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -27,6 +27,7 @@ #include <linux/v4l2-mediabus.h> #include "omap3isp.h" +#include "stats-priv.h" #include "tools.h" struct omap3_isp_device; @@ -146,6 +147,7 @@ struct omap3_isp_device { struct media_entity *entity; struct omap3isp_prev_wbal wbal; } preview; + struct omap3_isp_aewb aewb; struct v4l2_mbus_framefmt sensor_format; |