Home
last modified time | relevance | path

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

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dframebuffer.c63 static pthread_cond_t video_import_cond = PTHREAD_COND_INITIALIZER; variable
74 pthread_cond_signal(&video_import_cond); in tc_framebuffer_interrupt_import()
88 pthread_cond_signal(&video_import_cond); in tc_framebuffer_interrupt()
665 pthread_cond_wait(&video_import_cond, &vframe_list_lock); in vframe_register()
757 pthread_cond_wait(&video_import_cond, &vframe_list_lock); in vframe_dup()
825 pthread_cond_signal(&video_import_cond); in vframe_remove()