Home
last modified time | relevance | path

Searched refs:best_fps (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/
H A Dmt9v111.c455 unsigned int best_fps; in mt9v111_calc_frame_rate() local
490 best_fps = vb = hb = 0; in mt9v111_calc_frame_rate()
507 best_fps = t_fps; in mt9v111_calc_frame_rate()
527 tpf->denominator = best_fps; in mt9v111_calc_frame_rate()
H A Dov5640.c2753 int minfps, maxfps, best_fps, fps; in ov5640_try_frame_interval() local
2769 best_fps = minfps; in ov5640_try_frame_interval()
2773 if (abs(curr_fps - fps) < abs(best_fps - fps)) { in ov5640_try_frame_interval()
2774 best_fps = curr_fps; in ov5640_try_frame_interval()
2780 fi->denominator = best_fps; in ov5640_try_frame_interval()