diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-28 14:39:18 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-05-01 12:13:56 +0200 |
commit | d9ae982816edb51d4def8e58d2bbdade900acf33 (patch) | |
tree | 1f01dc3e60715d0c20a633bd80140a2fb48bc586 /iq.h | |
parent | 97036161f78b336d9778460335d8fedb42259e5f (diff) |
iq: Add manual saturation setting
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
@@ -40,6 +40,7 @@ struct omap3_isp_aewb_stats; * @gain_min: Minimum gain value * @gain_max: Maximum gain value * @black_level: Black level offset + * @saturation: Color saturation */ struct iq_params { struct { @@ -63,6 +64,7 @@ struct iq_params { unsigned int gain_max; unsigned int black_level; + float saturation; }; void iq_aewb_process(struct iq_tuning *iq, |