Searched refs:g_get_num_processors (Results 1 – 15 of 15) sorted by relevance
301 num = g_get_num_processors () * 6; in GST_START_TEST()348 num = g_get_num_processors () * 6; in GST_START_TEST()
100 g_get_num_processors (); in gst_transcoder_adjust_wait_time()
39 n_threads = MIN (g_get_num_processors () * 2, 64); in multithreaded_test_run()
1066 g_get_num_processors (void) in g_get_num_processors() function
277 guint g_get_num_processors (void);
1086 n_threads = g_get_num_processors (); in gst_parallelized_task_runner_new()1194 n_threads = g_get_num_processors (); in _negotiated_caps()
627 cfg.threads = g_get_num_processors (); in gst_vpx_dec_open_codec()
376 threads = g_get_num_processors (); in gst_libde265_dec_start()
708 av1enc->aom_cfg.g_threads = g_get_num_processors (); in gst_av1_enc_set_format()
206 self->num_procs = g_get_num_processors (); in gst_openjpeg_dec_init()
1047 g_get_num_processors
3122 priv->task_pool), g_get_num_processors ()); in gst_video_aggregator_init()
202 n_threads = g_get_num_processors (); in gst_parallelized_task_runner_new()2447 if (n_threads == 0 || n_threads > g_get_num_processors ()) in gst_video_converter_new_with_pool()2448 n_threads = g_get_num_processors (); in gst_video_converter_new_with_pool()
3680 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback6313 - New API: g_get_num_processors6325 614930 add g_get_num_processors (), return the max concurrent...
95201 de265dec: use g_get_num_processors() if available95357 This code is imported from GLib g_get_num_processors(). This function