Home
last modified time | relevance | path

Searched refs:LIVES_LOOP_MODE_CONTINUOUS (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dliblives.hpp191 LIVES_LOOP_MODE_CONTINUOUS = 1, ///< both video and audio loop continuously enumerator
H A Dliblives.cpp928 if (mainw->loop_cont) lmode |= LIVES_LOOP_MODE_CONTINUOUS; in loopMode()
H A Dlbindings.c1157 if (lmode & LIVES_LOOP_MODE_CONTINUOUS) { in call_set_loop_mode()