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 --- iq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iq.h') diff --git a/iq.h b/iq.h index be13a9f..5b5217a 100644 --- a/iq.h +++ b/iq.h @@ -69,6 +69,8 @@ struct iq_params { void iq_aewb_process(struct iq_tuning *iq, const struct omap3_isp_aewb_stats *stats); +void iq_histogram_process(struct iq_tuning *iq, + const struct omap3_isp_histogram_stats *stats); void iq_params_init(struct iq_params *params); int iq_params_parse(struct iq_params *params, const char *arg); -- cgit v1.2.3