Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dasync.c77 pthread_t async_buffer_thread; member
292 ret = pthread_create(&c->async_buffer_thread, NULL, async_buffer_task, h); in async_open()
325 ret = pthread_join(c->async_buffer_thread, NULL); in async_close()