Home
last modified time | relevance | path

Searched refs:STOP_ON_AUD_END (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Djack.c610 if ((mainw->loop_cont || mainw->whentostop != STOP_ON_AUD_END) && !mainw->preview) { in audio_process()
628 if (*jackd->whentostop == STOP_ON_AUD_END) { in audio_process()
660 if (*jackd->whentostop == STOP_ON_AUD_END) { in audio_process()
1917 if ((mainw->loop_cont || mainw->whentostop != STOP_ON_AUD_END) && !mainw->preview) { in jack_aud_pb_ready()
H A Dpulse.c643 if (*pulsed->whentostop == STOP_ON_AUD_END) *pulsed->cancelled = CANCEL_AUD_END; in pulse_audio_write_process()
703 if (*pulsed->whentostop == STOP_ON_AUD_END) *pulsed->cancelled = CANCEL_AUD_END; in pulse_audio_write_process()
2014 if ((mainw->loop_cont || mainw->whentostop != STOP_ON_AUD_END) && !mainw->preview) {
H A Ddialogs.c2561 while (!mainw->internal_messaging && ((!visible && (mainw->whentostop != STOP_ON_AUD_END || in do_progress_dialog()
2604 …if (!visible && (mainw->whentostop != STOP_ON_AUD_END || is_realtime_aplayer(prefs->audio_player))… in do_progress_dialog()
2701 mainw->whentostop != STOP_ON_AUD_END)))) { in do_progress_dialog()
H A Dmain.h695 STOP_ON_AUD_END enumerator
H A Dutils.c2148 if (mainw->whentostop == STOP_ON_AUD_END) { in calc_new_playback_position()
3738 } else if (cfile->opening_only_audio) mainw->whentostop = STOP_ON_AUD_END; in find_when_to_stop()
3745 mainw->whentostop = STOP_ON_AUD_END; in find_when_to_stop()
H A Daudio.c4038 if (mainw->whentostop == STOP_ON_AUD_END) {
4051 if (mainw->whentostop == STOP_ON_AUD_END) {
H A Deffects-weed.c6988 if (mainw->whentostop == STOP_ON_AUD_END) mainw->whentostop = STOP_ON_VID_END; in weed_init_effect()
7267 … < MAX(cfile->laudio_time, cfile->raudio_time)))) mainw->whentostop = STOP_ON_AUD_END; in weed_deinit_effect()