Home
last modified time | relevance | path

Searched refs:scrap_file (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dsaveplay.c3115 if (IS_VALID_CLIP(mainw->scrap_file) && mainw->files[mainw->scrap_file]->ext_src) {
3117 mainw->files[mainw->scrap_file]->ext_src = NULL;
5254 mainw->scrap_file = mainw->current_file;
5372 if (!IS_VALID_CLIP(mainw->scrap_file)) return FALSE;
5431 if (IS_VALID_CLIP(mainw->scrap_file)) {
5572 if (!IS_VALID_CLIP(mainw->scrap_file)) return -1;
5586 if (!IS_VALID_CLIP(mainw->scrap_file)) return;
5593 mainw->current_file = mainw->scrap_file;
5608 mainw->scrap_file = -1;
6225 mainw->scrap_file = mainw->current_file;
[all …]
H A Devents.c3207 if (mainw->scrap_file != -1) { in process_events()
3210 if (mainw->clip_index[i] == mainw->scrap_file) { in process_events()
3212 if (!mainw->files[mainw->scrap_file]->ext_src) load_from_scrap_file(NULL, -1); in process_events()
3288 if (new_file != mainw->scrap_file) { in process_events()
3819 if (mainw->scrap_file != -1) { in render_events()
3821 if (mainw->clip_index[i] != mainw->scrap_file) { in render_events()
3843 if (!mainw->files[mainw->scrap_file]->ext_src) load_from_scrap_file(NULL, -1); in render_events()
5184 if (mainw->scrap_file != -1) in deal_with_render_choice()
5185 mainw->current_file = mainw->scrap_file; in deal_with_render_choice()
5359 if (IS_VALID_CLIP(mainw->scrap_file)) { in deal_with_render_choice()
[all …]
H A Dmain.c1302 mainw->scrap_file = -1; in lives_init()
3973 if (mainw->scrap_file != -1) { in lives_startup2()
7222 } else if (clip == mainw->scrap_file) { in pull_frame_at_size()
8100 if (mainw->scrap_file == -1) open_scrap_file();
8101 fg_file = mainw->scrap_file;
8102 fg_frame = mainw->files[mainw->scrap_file]->frames + 1;
8103 scrap_file_size = mainw->files[mainw->scrap_file]->f_size;
8338 …if (mainw->scrap_file != -1 && mainw->clip_index[0] == mainw->scrap_file && mainw->num_tracks == 1…
8620 && (mainw->current_file != mainw->scrap_file || mainw->multitrack)) {
8633 …f (mainw->record && !mainw->record_paused && mainw->scrap_file != -1 && fg_file == mainw->scrap_fi…
[all …]
H A Dresample.c805 …if (mainw->scrap_file != -1 && (nclips[0] == mainw->scrap_file || clips[0] == mainw->scrap_file)) { in quantise_events()
H A Dce_thumbs.c367 if (i == mainw->scrap_file || i == mainw->ascrap_file || in start_ce_thumb_mode()
H A Dosc.c933 if (mainw->scrap_file != -1 && clip >= mainw->scrap_file) clip++; in lives_osc_cb_fgclip_select()
967 if (mainw->scrap_file != -1 && clip >= mainw->scrap_file) clip++; in lives_osc_cb_bgclip_select()
2130 if (!IS_VALID_CLIP(clip) || clip == mainw->current_file || clip == mainw->scrap_file || in lives_osc_cb_blockinsert()
2673 clip != mainw->scrap_file) in lives_osc_cb_clip_isvalid()
H A Dmainwindow.h874 …int scrap_file; ///< we throw odd sized frames here when recording in real time; used if a source … member
H A Dutils.c721 if (IS_VALID_CLIP(mainw->scrap_file) && mainw->files[mainw->scrap_file]->ext_src && in lives_close_buffered()
722 fd == LIVES_POINTER_TO_INT(mainw->files[mainw->scrap_file]->ext_src)) in lives_close_buffered()
5187 if (which == 0 || which == mainw->scrap_file) return FALSE; in save_clip_value()
H A Dmultitrack.c1289 … if (IS_VALID_CLIP(filenum) && filenum != mainw->scrap_file && framenum != last_framenum) { in draw_block()
2934 if (mainw->scrap_file == i) mainw->scrap_file = cclip; in renumber_clips()
2949 if (mainw->files[cclip] && (cclip == mainw->scrap_file || cclip == mainw->ascrap_file || in renumber_clips()
5932 if (((mt && (mt->changed || mainw->scrap_file != -1 || mainw->ascrap_file != -1)) || in check_for_layout_del()
5935 int type = ((mainw->scrap_file == -1 && mainw->ascrap_file == -1) || !mt) ? 3 * (!exiting) : 4; in check_for_layout_del()
9227 if (save_layout || mainw->scrap_file != -1 || mainw->ascrap_file != -1) { in multitrack_delete()
9923 || renumbered_clips[clip_index[j]] == mainw->scrap_file)) { in mt_init_tracks()
10894 if (i != mainw->scrap_file && i != mainw->ascrap_file) { in mt_init_clips()
14031 if (filenum != mainw->scrap_file && filenum != mainw->ascrap_file) { in on_track_click()
16249 if (mainw->scrap_file != -1 || mainw->ascrap_file != -1) mt->changed = FALSE; in on_render_activate()
[all …]
H A Dcallbacks.c362 || (i == mainw->scrap_file && (mainw->only_close || in lives_exit()
5188 …nw->files[i] || mainw->files[i]->opening || mainw->files[i]->restoring || i == mainw->scrap_file ||
5234 …nw->files[i] || mainw->files[i]->opening || mainw->files[i]->restoring || i == mainw->scrap_file ||
5286 if (IS_NORMAL_CLIP(i) && i != mainw->scrap_file && i != mainw->ascrap_file) {
5494 if (mainw->scrap_file > -1) close_scrap_file(TRUE);
H A Dmachinestate.c982 if (!sfile->opening && fileno != mainw->ascrap_file && fileno != mainw->scrap_file) { in reget_afilesize()
H A Deffects-weed.c1924 if (clip == mainw->scrap_file && num_in_tracks <= 1 && num_out_tracks <= 1) { in weed_apply_instance()