Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dresample.h21 LiVESWidget *entry_achans; member
H A Dresample.c1169 achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in on_resaudio_ok_clicked()
1325 lives_widget_set_sensitive(resaudw->entry_achans, FALSE); in on_resaudw_achans_changed()
1340 lives_widget_set_sensitive(resaudw->entry_achans, TRUE); in on_resaudw_achans_changed()
1787 resaudw->entry_achans = lives_combo_get_entry(LIVES_COMBO(combo5)); in create_resaudw()
1788 lives_entry_set_width_chars(LIVES_ENTRY(resaudw->entry_achans), 8); in create_resaudw()
1796 lives_entry_set_text(LIVES_ENTRY(resaudw->entry_achans), tmp); in create_resaudw()
1800 lives_widget_set_sensitive(resaudw->entry_achans, FALSE); in create_resaudw()
H A Devents.c4670 xachans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in render_to_clip()
6226 lives_entry_set_text(LIVES_ENTRY(resaudw->entry_achans), achans); in rdet_use_current()
H A Dplugins.c1941 rdet->achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in check_encoder_restrictions()
H A Dcallbacks.c11457 mainw->rec_achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans)));
12477 cfile->achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans)));
12835 cfile->achans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans)));
H A Dpreferences.c1470 int mt_def_achans = atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in apply_prefs()
H A Dmultitrack.c11070 xachans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in on_multitrack_activate()
22370 xachans = (int)atoi(lives_entry_get_text(LIVES_ENTRY(resaudw->entry_achans))); in mt_change_vals_activate()