Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Daudio.c908 pthread_mutex_lock(&mainw->abuf_mutex); in sample_move_abuf_float()
915 pthread_mutex_unlock(&mainw->abuf_mutex); in sample_move_abuf_float()
919 pthread_mutex_lock(&mainw->abuf_mutex); in sample_move_abuf_float()
1012 pthread_mutex_lock(&mainw->abuf_mutex); in sample_move_abuf_int16()
1020 pthread_mutex_unlock(&mainw->abuf_mutex); in sample_move_abuf_int16()
1024 pthread_mutex_lock(&mainw->abuf_mutex); in sample_move_abuf_int16()
1868 pthread_mutex_lock(&mainw->abuf_mutex); in preview_audio()
1908 pthread_mutex_lock(&mainw->abuf_mutex); in preview_audio()
1917 pthread_mutex_lock(&mainw->abuf_mutex); in preview_audio()
2700 pthread_mutex_lock(&mainw->abuf_mutex); in fill_abuffer_from()
[all …]
H A Dsaveplay.c2761 pthread_mutex_lock(&mainw->abuf_mutex);
2764 pthread_mutex_unlock(&mainw->abuf_mutex);
2792 pthread_mutex_lock(&mainw->abuf_mutex);
2816 pthread_mutex_lock(&mainw->abuf_mutex);
2819 pthread_mutex_unlock(&mainw->abuf_mutex);
2825 pthread_mutex_lock(&mainw->abuf_mutex);
2828 pthread_mutex_unlock(&mainw->abuf_mutex);
2848 pthread_mutex_lock(&mainw->abuf_mutex);
2851 pthread_mutex_unlock(&mainw->abuf_mutex);
2857 pthread_mutex_lock(&mainw->abuf_mutex);
[all …]
H A Dmainwindow.h1495 …pthread_mutex_t abuf_mutex; ///< used to synch audio buffer request count - shared between audio … member
H A Dmain.c813 pthread_mutex_init(&mainw->abuf_mutex, &mattr); in pre_init()
H A Dcallbacks.c162 while (!pthread_mutex_unlock(&mainw->abuf_mutex)); in lives_exit()