Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.c4094 static void *input_thread(void *arg) in input_thread() function
4184 if ((ret = pthread_create(&f->thread, NULL, input_thread, f))) { in init_input_thread()