Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.c1567 double best_fps_delta = 0.; in check_encoder_restrictions() local
1689 best_fps_delta = 1000000000.; in check_encoder_restrictions()
1709 if (allowed_fps - fps < best_fps_delta) { in check_encoder_restrictions()
1710 best_fps_delta = allowed_fps - fps; in check_encoder_restrictions()
1727 best_fps_delta = fps - allowed_fps; in check_encoder_restrictions()
1741 if (best_fps_delta <= prefs->fps_tolerance) { in check_encoder_restrictions()
1742 best_fps_delta = 0.; in check_encoder_restrictions()
1745 if (best_fps_delta == 0.) break; in check_encoder_restrictions()
1919 if (mainw->multitrack && mainw->multitrack->event_list) best_fps_delta = 0.; in check_encoder_restrictions()
1950 allow_aspect_override, (best_fps_delta == 0.))) { in check_encoder_restrictions()
[all …]