Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.c506 mainw->vpp->fixed_fpsd = get_ratio_fps((char *)fixed_fps); in on_vppa_ok_clicked()
655 future_prefs->vpp_fixed_fpsd = get_ratio_fps((char *)fixed_fps); in on_vppa_ok_clicked()
1312 vpp->fixed_fpsd = get_ratio_fps(array[0]); in open_vid_playback_plugin()
H A Dmain.h1765 double get_ratio_fps(const char *string);
H A Dutils.c5379 double get_ratio_fps(const char *string) { in get_ratio_fps() function