Home
last modified time | relevance | path

Searched refs:pre_src_file (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c151 if (rfx->num_in_channels == 0 && !is_preview) current_file = mainw->pre_src_file; in do_effect()
348 mainw->pre_src_file = -1; in do_effect()
577 mainw->pre_src_file = -1; in do_effect()
1191 else mainw->swapped_clip = mainw->pre_src_file; in swap_fg_bg_callback()
H A Deffects-weed.c8017 close_current_file(mainw->pre_src_file); in weed_generator_start()
8026 close_current_file(mainw->pre_src_file); in weed_generator_start()
8185 int current_file = mainw->current_file, pre_src_file = mainw->pre_src_file; in weed_generator_end() local
8235 pre_src_file = mainw->pre_src_file; in weed_generator_end()
8236 mainw->pre_src_file = mainw->current_file; in weed_generator_end()
8274 mainw->pre_src_file = mainw->current_file; in weed_generator_end()
8282 mainw->current_file = mainw->pre_src_file; in weed_generator_end()
8286 close_current_file(mainw->pre_src_file); in weed_generator_end()
8298 close_current_file(mainw->pre_src_file); in weed_generator_end()
8300 mainw->new_clip = mainw->pre_src_file; in weed_generator_end()
[all …]
H A Dmainwindow.h971 int pre_src_file; ///< video file we were playing before any ext input started member
H A Dparamwindow.c156 close_current_file(mainw->pre_src_file); in on_paramwindow_button_clicked()
158 if (mainw->multitrack) mainw->pre_src_file = -1; in on_paramwindow_button_clicked()
720 mainw->pre_src_file = mainw->current_file; in on_fx_pre_activate()
H A Dsaveplay.c2277 if (mainw->pre_src_file == -2) mainw->pre_src_file = mainw->current_file;
H A Devents.c4946 …mainw->pre_src_file = mainw->current_file; // if a generator started playback, we will switch back… in render_to_clip()
H A Dmain.c1235 mainw->pre_src_file = -2; in lives_init()
H A Dmultitrack.c10895 if (i == orig_file || (mt->clip_selected == -1 && i == mainw->pre_src_file)) { in mt_init_clips()