Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dresample.c1154 resaudw = create_resaudw(1, NULL, NULL); in on_resample_audio_activate()
1155 lives_widget_show(resaudw->dialog); in on_resample_audio_activate()
1178 lives_widget_destroy(resaudw->dialog); in on_resaudio_ok_clicked()
1180 lives_free(resaudw); in on_resaudio_ok_clicked()
1315 _resaudw *resaudw = (_resaudw *)user_data; in on_resaudw_achans_changed() local
1720 resaudw->aud_checkbutton = NULL; in create_resaudw()
1738 lives_box_pack_start(LIVES_BOX(resaudw->vbox), resaudw->aud_hbox, FALSE, FALSE, 0); in create_resaudw()
1998 lives_widget_show_all(resaudw->dialog); in create_resaudw()
2000 if (resaudw->aud_checkbutton) { in create_resaudw()
2003 on_resaudw_achans_changed(resaudw->aud_checkbutton, (livespointer)resaudw); in create_resaudw()
[all …]
H A Dresample.h38 _resaudw *resaudw; variable
H A Dplugins.c1664 if (((mainw->save_with_sound || rdet) && (!resaudw || resaudw->aud_checkbutton || in check_encoder_restrictions()
1665 lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->aud_checkbutton)))) in check_encoder_restrictions()
1797 ((mainw->save_with_sound || rdet) && (!resaudw || in check_encoder_restrictions()
1798 !resaudw->aud_checkbutton || in check_encoder_restrictions()
1800 (LIVES_TOGGLE_BUTTON(resaudw->aud_checkbutton)))) && in check_encoder_restrictions()
1823 !resaudw->aud_checkbutton || in check_encoder_restrictions()
1826 (resaudw->aud_checkbutton)))) && in check_encoder_restrictions()
1940 rdet->arate = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_arate))); in check_encoder_restrictions()
1941 rdet->achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in check_encoder_restrictions()
1942 rdet->asamps = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_asamps))); in check_encoder_restrictions()
[all …]
H A Devents.c4658 lives_widget_set_sensitive(resaudw->aud_checkbutton, FALSE); in render_to_clip()
4669 xarate = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_arate))); in render_to_clip()
4670 xachans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in render_to_clip()
4709 lives_freep((void **)&resaudw); in render_to_clip()
4729 lives_freep((void **)&resaudw); in render_to_clip()
4755 lives_freep((void **)&resaudw); in render_to_clip()
6222 lives_entry_set_text(LIVES_ENTRY(resaudw->entry_arate), arate); in rdet_use_current()
6226 lives_entry_set_text(LIVES_ENTRY(resaudw->entry_achans), achans); in rdet_use_current()
6230 lives_entry_set_text(LIVES_ENTRY(resaudw->entry_asamps), asamps); in rdet_use_current()
6445 resaudw = NULL; in create_render_details()
[all …]
H A Dcallbacks.c11445 lives_widget_destroy(resaudw->dialog);
11479 lives_widget_destroy(resaudw->dialog);
11482 lives_freep((void **)&resaudw);
12380 if (!resaudw) return;
12404 resaudw = create_resaudw(5, NULL, NULL);
12405 lives_widget_show(resaudw->dialog);
12442 lives_widget_show_all(resaudw->dialog);
12502 lives_widget_destroy(resaudw->dialog);
12505 lives_freep((void **)&resaudw);
12844 lives_widget_destroy(resaudw->dialog);
[all …]
H A Deffects.c741 resaudw = create_resaudw(2, NULL, NULL); in on_realfx_activate_inner()
745 if (lives_dialog_run(LIVES_DIALOG(resaudw->dialog)) != LIVES_RESPONSE_OK) return FALSE; in on_realfx_activate_inner()
H A Dpreferences.c1469 int mt_def_arate = atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_arate))); in apply_prefs()
1470 int mt_def_achans = atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in apply_prefs()
1471 int mt_def_asamps = atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_asamps))); in apply_prefs()
1472 …int mt_def_signed_endian = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->rb_unsigned… in apply_prefs()
1473 … AFORM_UNSIGNED + lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->rb_bigend)) in apply_prefs()
1478 …boolean mt_enable_audio = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->aud_checkbut… in apply_prefs()
3432 resaudw = create_resaudw(4, NULL, prefsw->vbox_right_multitrack); in create_prefs_dialog()
3438 … lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->aud_checkbutton))); in create_prefs_dialog()
3441 … lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(resaudw->aud_checkbutton))); in create_prefs_dialog()
5815 lives_freep((void **)&resaudw); in on_prefs_close_clicked()
H A Dmultitrack.c6738 lives_freep((void **)&resaudw); in multitrack()
11062 lives_freep((void **)&resaudw); in on_multitrack_activate()
11068 if (resaudw) { in on_multitrack_activate()
11069 xarate = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_arate))); in on_multitrack_activate()
11142 lives_freep((void **)&resaudw); in on_multitrack_activate()
11171 lives_freep((void **)&resaudw); in on_multitrack_activate()
22368 if (resaudw) { in mt_change_vals_activate()
22369 xarate = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_arate))); in mt_change_vals_activate()
22388 lives_freep((void **)&resaudw); in mt_change_vals_activate()
22400 lives_freep((void **)&resaudw); in mt_change_vals_activate()
[all …]
H A Dsaveplay.c1332 lives_freep((void **)&resaudw);
1420 lives_freep((void **)&resaudw);
1435 lives_freep((void **)&resaudw);
1445 lives_freep((void **)&resaudw);
H A Dmain.c1319 resaudw = NULL; in lives_init()