Lines Matching refs:vppw

409   _vppaw *vppw = (_vppaw *)user_data;  in on_vppa_cancel_clicked()  local
410 _vid_playback_plugin *vpp = vppw->plugin; in on_vppa_cancel_clicked()
412 lives_widget_destroy(vppw->dialog); in on_vppa_cancel_clicked()
419 if (vppw->rfx) { in on_vppa_cancel_clicked()
420 if (!vppw->keep_rfx) { in on_vppa_cancel_clicked()
421 rfx_free(vppw->rfx); in on_vppa_cancel_clicked()
422 lives_free(vppw->rfx); in on_vppa_cancel_clicked()
426 lives_free(vppw); in on_vppa_cancel_clicked()
436 _vppaw *vppw = (_vppaw *)user_data; in on_vppa_ok_clicked() local
448 _vid_playback_plugin *vpp = vppw->plugin; in on_vppa_ok_clicked()
450 if (vppw->rfx && mainw->textwidget_focus) { in on_vppa_ok_clicked()
454 after_param_text_changed(textwidget, vppw->rfx); in on_vppa_ok_clicked()
468 if (vppw->spinbuttonw) mainw->vpp->fwidth in on_vppa_ok_clicked()
469 = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonw)); in on_vppa_ok_clicked()
470 if (vppw->spinbuttonh) mainw->vpp->fheight in on_vppa_ok_clicked()
471 = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonh)); in on_vppa_ok_clicked()
472 …if (vppw->apply_fx) mainw->fx1_bool = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(vppw->app… in on_vppa_ok_clicked()
473 if (vppw->fps_entry) fixed_fps = lives_entry_get_text(LIVES_ENTRY(vppw->fps_entry)); in on_vppa_ok_clicked()
474 if (vppw->pal_entry) { in on_vppa_ok_clicked()
475 cur_pal = lives_strdup(lives_entry_get_text(LIVES_ENTRY(vppw->pal_entry))); in on_vppa_ok_clicked()
496 if (vppw->fps_entry) { in on_vppa_ok_clicked()
526 if (vppw->pal_entry) { in on_vppa_ok_clicked()
554 lives_dialog_response(LIVES_DIALOG(vppw->dialog), LIVES_RESPONSE_CANCEL); in on_vppa_ok_clicked()
614 if (vppw->rfx) { in on_vppa_ok_clicked()
615 vpp->extra_argv = param_marshall_to_argv(vppw->rfx); in on_vppa_ok_clicked()
620 if (vppw->spinbuttonw) in on_vppa_ok_clicked()
621 …future_prefs->vpp_fwidth = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonw)… in on_vppa_ok_clicked()
623 if (vppw->spinbuttonh) in on_vppa_ok_clicked()
624 …future_prefs->vpp_fheight = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(vppw->spinbuttonh… in on_vppa_ok_clicked()
626 if (vppw->fps_entry) fixed_fps = lives_entry_get_text(LIVES_ENTRY(vppw->fps_entry)); in on_vppa_ok_clicked()
627 if (vppw->pal_entry) { in on_vppa_ok_clicked()
628 cur_pal = lives_strdup(lives_entry_get_text(LIVES_ENTRY(vppw->pal_entry))); in on_vppa_ok_clicked()
684 if (vppw->rfx) { in on_vppa_ok_clicked()
685 future_prefs->vpp_argv = param_marshall_to_argv(vppw->rfx); in on_vppa_ok_clicked()
696 else lives_dialog_response(LIVES_DIALOG(vppw->dialog), LIVES_RESPONSE_OK); in on_vppa_ok_clicked()
702 _vppaw *vppw = (_vppaw *)user_data; in on_vppa_save_clicked() local
703 _vid_playback_plugin *vpp = vppw->plugin; in on_vppa_save_clicked()