diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-03-08 14:35:31 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-03-08 23:26:42 +0200 |
commit | 857d32bce873cc0a467e60f7f462c84594330730 (patch) | |
tree | 6126114f5549cd72d9b5e042a428552c6f9905d8 /iq.h | |
parent | cbd64859e6c1509b0f2ee7728cb66b120d52c45e (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 'iq.h')
-rw-r--r-- | iq.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |