diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-01-18 15:58:04 +0100 | 
|---|---|---|
| committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-10-14 13:10:43 +0200 | 
| commit | a3480b99fe448d85581d7455a1d2346582a2b0c7 (patch) | |
| tree | d1599adc63522535c311e6da3da2d65001b95e52 /isp/omap3isp.h | |
| parent | d5e0f9b31e8a5da5b25a01bb1955314859c62760 (diff) | |
omap3isp: CCDC black level compensation control
Add a function to modify the black level DC offset for the OMAP3 ISP
CCDC.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
| -rw-r--r-- | isp/omap3isp.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/isp/omap3isp.h b/isp/omap3isp.h index 368fd72..6635437 100644 --- a/isp/omap3isp.h +++ b/isp/omap3isp.h @@ -74,6 +74,8 @@ int omap3_isp_snapshot_capture(struct omap3_isp_device *isp);  int omap3_isp_snapshot_put_buffer(struct omap3_isp_device *isp,  				  struct v4l2_video_buffer *buffer); +int omap3_isp_ccdc_set_black_level(struct omap3_isp_device *isp, unsigned int value); +  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); | 
