Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dasync.c176 static void *async_buffer_task(void *arg) in async_buffer_task() function
284 ret = pthread_create(&c->async_buffer_thread, NULL, async_buffer_task, h); in async_open()