From 8c867710ea62e8f371246624621d2e8d84a773f6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 8 Feb 2012 00:48:21 +0100 Subject: controls: Add preview engine digital gain and white balance support Signed-off-by: Laurent Pinchart --- isp/omap3isp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'isp/omap3isp.h') diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 9da53fd..23a5577 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -79,6 +79,8 @@ int omap3_isp_ccdc_set_black_level(struct omap3_isp_device *isp, unsigned int va int omap3_isp_preview_set_contrast(struct omap3_isp_device *isp, unsigned int value); int omap3_isp_preview_set_saturation(struct omap3_isp_device *isp, float value); +int omap3_isp_preview_set_gain(struct omap3_isp_device *isp, float gain); +int omap3_isp_preview_set_white_balance(struct omap3_isp_device *isp, float gains[4]); int omap3_isp_sensor_get_exposure(struct omap3_isp_device *isp, unsigned int *exposure); -- cgit v1.2.3