Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dframebuffer.c57 static pthread_cond_t audio_filter_cond = PTHREAD_COND_INITIALIZER; variable
82 pthread_cond_broadcast(&audio_filter_cond); in tc_framebuffer_interrupt()
1048 pthread_cond_wait(&audio_filter_cond, &aframe_list_lock); in aframe_reserve()
1114 pthread_cond_signal(&audio_filter_cond); in aframe_push_next()