From 857d32bce873cc0a467e60f7f462c84594330730 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 8 Mar 2015 14:35:31 +0200 Subject: isp: Add histogram support Support enabling the histogram statistics engine and retrieving histogram data. Histogram data is currently ignored in the image quality tuning implementation. Signed-off-by: Laurent Pinchart --- isp/omap3isp-priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isp/omap3isp-priv.h') diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index a31f943..3a3eee7 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -177,6 +177,7 @@ struct omap3_isp_device { struct media_entity *entity; } resizer; struct omap3_isp_aewb aewb; + struct omap3_isp_histogram hist; struct omap3_isp_pipeline viewfinder; struct omap3_isp_pipeline snapshot; -- cgit v1.2.3