Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcallbacks.c5021 lives_signal_handler_block(mainw->spinbutton_pb_fps, mainw->pb_fps_func);
5022 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), -cfile->pb_fps);
5023 lives_signal_handler_unblock(mainw->spinbutton_pb_fps, mainw->pb_fps_func);
5026 changed_fps_during_pb(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), NULL);
5138 lives_signal_handler_block(mainw->spinbutton_pb_fps, mainw->pb_fps_func);
5140 else lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), -cfile->fps);
5141 lives_signal_handler_unblock(mainw->spinbutton_pb_fps, mainw->pb_fps_func);
5144 changed_fps_during_pb(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), NULL);
11011 …if (sfile == cfile) lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), new_f…
11182 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->pb_fps);
[all …]
H A Dmainwindow.h1391 LiVESWidget *spinbutton_pb_fps; member
H A Dresample.c2068 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->pb_fps); in on_change_speed_ok_clicked()
2293 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->fps); in resample_clipboard()
H A Dgui.c1964 mainw->spinbutton_pb_fps = lives_standard_spin_button_new(NULL, 0., -FPS_MAX, FPS_MAX, 0.1, 1., 3, in create_LiVES()
1968 lives_widget_set_sensitive(mainw->spinbutton_pb_fps, FALSE); in create_LiVES()
2597 mainw->pb_fps_func = lives_signal_sync_connect_after(LIVES_GUI_OBJECT(mainw->spinbutton_pb_fps), in create_LiVES()
H A Dsaveplay.c2448 lives_widget_set_sensitive(mainw->spinbutton_pb_fps, TRUE);
2602 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->pb_fps);
3443 lives_widget_set_sensitive(mainw->spinbutton_pb_fps, FALSE);
H A Devents.c3195 lives_signal_handler_block(mainw->spinbutton_pb_fps, mainw->pb_fps_func); in process_events()
3196 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->pb_fps); in process_events()
3197 lives_signal_handler_unblock(mainw->spinbutton_pb_fps, mainw->pb_fps_func); in process_events()
H A Dlbindings.c927 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), idata->stime); in call_set_current_fps()
H A Dinterface.c275 lives_signal_handler_block(mainw->spinbutton_pb_fps, mainw->pb_fps_func); in lives_ce_update_timeline()
276 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->pb_fps); in lives_ce_update_timeline()
277 lives_signal_handler_unblock(mainw->spinbutton_pb_fps, mainw->pb_fps_func); in lives_ce_update_timeline()
H A Dosc.c679 …if (LIVES_IS_PLAYING) lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), (do… in lives_osc_cb_set_fps()
718 if (LIVES_IS_PLAYING) lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), in lives_osc_cb_set_fps_ratio()
H A Dmain.c10135 …lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), mainw->files[new_file]->p…
10136 changed_fps_during_pb(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), LIVES_INT_TO_POINTER(1));
H A Deffects-weed.c8430 lives_spin_button_set_value(LIVES_SPIN_BUTTON(mainw->spinbutton_pb_fps), cfile->fps); in weed_playback_gen_start()