Home
last modified time | relevance | path

Searched refs:CANCEL_NO_MORE_PREVIEW (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h716 CANCEL_NO_MORE_PREVIEW, enumerator
H A Ddialogs.c1207 …ent_file > -1 && cfile->clip_type == CLIP_TYPE_DISK && ((mainw->cancelled != CANCEL_NO_MORE_PREVIEW in cancel_process()
2783 …if (cfile->clip_type == CLIP_TYPE_DISK && (mainw->cancelled != CANCEL_NO_MORE_PREVIEW || !cfile->o… in do_progress_dialog()
H A Dmain.c8501 if (!cfile->opening) mainw->cancelled = CANCEL_NO_MORE_PREVIEW;
8564 } else mainw->cancelled = CANCEL_NO_MORE_PREVIEW;
H A Dmultitrack.c17291 mainw->cancelled == CANCEL_NO_MORE_PREVIEW) && mt->is_paused)) { in mt_post_playback()