Searched refs:use_threads (Results 1 – 17 of 17) sorted by relevance
72 static void run_yielder(int use_threads, int read_fd);90 int use_threads = FALSE; in main() local123 use_threads = TRUE; in main()211 run_yielder(use_threads, read_fd); in main()246 if (!use_threads) in main()268 if (use_threads) in main()308 static void run_yielder(int use_threads, int read_fd) in run_yielder() argument320 if (use_threads) { in run_yielder()
145 dec->use_threads = FALSE; in gst_webp_dec_init()182 dec->use_threads = g_value_get_boolean (value); in gst_webp_dec_set_property()207 g_value_set_boolean (value, dec->use_threads); in gst_webp_dec_get_property()462 webpdec->config.options.use_threads = webpdec->use_threads; in gst_webp_dec_handle_frame()
61 gboolean use_threads; member
50 dec_options->use_threads = 0; in DefaultDecoderOptions()80 config->options.use_threads = dec_options->use_threads; in ApplyDecoderOptions()
58 dec_options.use_threads = size & 1; in LLVMFuzzerTestOneInput()
38 config.options.use_threads = value & 8; in LLVMFuzzerTestOneInput()
255 int use_threads; // If true, use multi-threaded decoding. member
457 int use_threads; // if true, use multi-threaded decoding member
454 int use_threads; // if true, use multi-threaded decoding member
261 config.options.use_threads = 1; in main()
528 config->options.use_threads = 1; in main()
260 config.options.use_threads = 1; in main()
663 if (options == NULL || options->use_threads == 0) { in VP8GetThreadMethod()