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()
2722 int minfps, maxfps, best_fps, fps; in ov5640_try_frame_interval() local2738 best_fps = minfps; in ov5640_try_frame_interval()2742 if (abs(curr_fps - fps) < abs(best_fps - fps)) { in ov5640_try_frame_interval()2743 best_fps = curr_fps; in ov5640_try_frame_interval()2749 fi->denominator = best_fps; in ov5640_try_frame_interval()