Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dudp.c107 pthread_t circular_buffer_thread; member
949 …ret = pthread_create(&s->circular_buffer_thread, NULL, is_output?circular_buffer_task_tx:circular_… in udp_open()
1127 pthread_cancel(s->circular_buffer_thread); in udp_close()
1130 ret = pthread_join(s->circular_buffer_thread, NULL); in udp_close()