Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h120 int thread_queue_size; member
434 int thread_queue_size; /* maximum number of queued packets */ member
Dffmpeg.c3675 f->thread_queue_size); in input_thread()
3720 if (f->thread_queue_size < 0) in init_input_thread()
3721 f->thread_queue_size = (nb_input_files > 1 ? 8 : 0); in init_input_thread()
3722 if (!f->thread_queue_size) in init_input_thread()
3729 f->thread_queue_size, sizeof(f->pkt)); in init_input_thread()
3784 if (f->thread_queue_size) in get_input_packet()
4175 if (ifile->thread_queue_size) in process_input()
Dffmpeg_opt.c237 o->thread_queue_size = -1; in init_options()
1388 f->thread_queue_size = o->thread_queue_size; in open_input_file()
3836 … { .off = OFFSET(thread_queue_size) },
/third_party/ffmpeg/doc/
Dffmpeg.texi1902 @item -thread_queue_size @var{size} (@emph{input})