Searched refs:best_fps (Results 1 – 2 of 2) sorted by relevance
457 unsigned int best_fps; in mt9v111_calc_frame_rate() local492 best_fps = vb = hb = 0; in mt9v111_calc_frame_rate()509 best_fps = t_fps; in mt9v111_calc_frame_rate()529 tpf->denominator = best_fps; in mt9v111_calc_frame_rate()
2161 int minfps, maxfps, best_fps, fps; in ov5640_try_frame_interval() local2177 best_fps = minfps; in ov5640_try_frame_interval()2181 if (abs(curr_fps - fps) < abs(best_fps - fps)) { in ov5640_try_frame_interval()2182 best_fps = curr_fps; in ov5640_try_frame_interval()2188 fi->denominator = best_fps; in ov5640_try_frame_interval()