diff options
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); |