summaryrefslogtreecommitdiff
path: root/isp/omap3isp.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-09-04 15:05:30 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-09-04 15:40:09 +0200
commit5a31825953e74c5ff0831b7322d65805248455b2 (patch)
tree9cee0de6bff9e19efbe3f74c444d813dc5f0dcea /isp/omap3isp.h
parent9cdb623c6ee2d4937729def042b433648d964315 (diff)
controls: Add sensor exposure time and gains controls
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/omap3isp.h')
-rw-r--r--isp/omap3isp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/isp/omap3isp.h b/isp/omap3isp.h
index 6427efc..368fd72 100644
--- a/isp/omap3isp.h
+++ b/isp/omap3isp.h
@@ -77,4 +77,11 @@ int omap3_isp_snapshot_put_buffer(struct omap3_isp_device *isp,
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_sensor_get_exposure(struct omap3_isp_device *isp,
+ unsigned int *exposure);
+int omap3_isp_sensor_set_exposure(struct omap3_isp_device *isp,
+ unsigned int exposure);
+int omap3_isp_sensor_set_gains(struct omap3_isp_device *isp, unsigned int red,
+ unsigned int green, unsigned int blue);
+
#endif