summaryrefslogtreecommitdiff
path: root/isp/omap3isp-priv.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-03-08 14:35:31 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-03-08 23:26:42 +0200
commit857d32bce873cc0a467e60f7f462c84594330730 (patch)
tree6126114f5549cd72d9b5e042a428552c6f9905d8 /isp/omap3isp-priv.h
parentcbd64859e6c1509b0f2ee7728cb66b120d52c45e (diff)
isp: Add histogram supporthistogram
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r--isp/omap3isp-priv.h1
1 files changed, 1 insertions, 0 deletions
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;