Home
last modified time | relevance | path

Searched refs:clipstore (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcallbacks.c11358 mainw->clipstore[i][0] = -1;
11363 if (!IS_VALID_CLIP(mainw->clipstore[clip][0])) {
11364 mainw->clipstore[clip][0] = mainw->current_file;
11366 mainw->clipstore[clip][1] = mainw->actual_frame;
11369 if (frame <= cfile->frames) mainw->clipstore[clip][1] = frame;
11370 else mainw->clipstore[clip][1] = 1;
11373 lives_clip_t *sfile = mainw->files[mainw->clipstore[clip][0]];
11375 sfile->frameno = sfile->last_frameno = mainw->clipstore[clip][1];
11378 if ((LIVES_IS_PLAYING && mainw->clipstore[clip][0] != mainw->playing_file)
11380 switch_clip(0, mainw->clipstore[clip][0], TRUE);
[all …]
H A Dmainwindow.h986 int clipstore[FN_KEYS - 1][2]; member
H A Dmain.c1213 mainw->clipstore[i][0] = -1; in lives_init()
9435 if (mainw->clipstore[i][0] == mainw->current_file) mainw->clipstore[i][0] = -1;
H A Dmultitrack.c2919 if (mainw->clipstore[j][0] == i) mainw->clipstore[j][0] = cclip; in renumber_clips()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dhud.cpp283 VAR(IDF_PERSIST, clipstore, 0, 1, 1);
982 if(clipstore && ammo < maxammo && store > 0) in drawclip()