Searched refs:new_exp (Results 1 – 1 of 1) sorted by relevance
2078 s16 new_exp; in do_autoexposure() local2089 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()2090 if (new_exp > max) in do_autoexposure()2091 new_exp = max; in do_autoexposure()2092 if (new_exp < min) in do_autoexposure()2093 new_exp = min; in do_autoexposure()2094 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()2107 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()2108 if (new_exp > max) in do_autoexposure()2109 new_exp = max; in do_autoexposure()[all …]