Searched refs:new_exp (Results 1 – 1 of 1) sorted by relevance
2098 s16 new_exp; in do_autoexposure() local2109 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()2110 if (new_exp > max) in do_autoexposure()2111 new_exp = max; in do_autoexposure()2112 if (new_exp < min) in do_autoexposure()2113 new_exp = min; in do_autoexposure()2114 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()2127 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()2128 if (new_exp > max) in do_autoexposure()2129 new_exp = max; in do_autoexposure()[all …]