Searched refs:new_exp (Results 1 – 2 of 2) sorted by relevance
2075 s16 new_exp; in do_autoexposure() local2086 new_exp = cur_exp + sd->exposure_step; in do_autoexposure()2087 if (new_exp > max) in do_autoexposure()2088 new_exp = max; in do_autoexposure()2089 if (new_exp < min) in do_autoexposure()2090 new_exp = min; in do_autoexposure()2091 v4l2_ctrl_s_ctrl(sd->exposure, new_exp); in do_autoexposure()2104 new_exp = cur_exp - sd->exposure_step; in do_autoexposure()2105 if (new_exp > max) in do_autoexposure()2106 new_exp = max; in do_autoexposure()[all …]
441 static inline int expires_gt(u64 expires, u64 new_exp) in expires_gt() argument443 return expires == 0 || expires > new_exp; in expires_gt()