Searched refs:thread_queue_size (Results 1 – 4 of 4) sorted by relevance
120 int thread_queue_size; member434 int thread_queue_size; /* maximum number of queued packets */ member
3675 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()
237 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) },
1902 @item -thread_queue_size @var{size} (@emph{input})