Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c301 num = g_get_num_processors () * 6; in GST_START_TEST()
348 num = g_get_num_processors () * 6; in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgst-cpu-throttling-clock.c100 g_get_num_processors (); in gst_transcoder_adjust_wait_time()
/third_party/glib/glib/tests/
Dspawn-multithreaded.c39 n_threads = MIN (g_get_num_processors () * 2, 64); in multithreaded_test_run()
/third_party/glib/glib/
Dgthread.c1066 g_get_num_processors (void) in g_get_num_processors() function
Dgthread.h277 guint g_get_num_processors (void);
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c1086 n_threads = g_get_num_processors (); in gst_parallelized_task_runner_new()
1194 n_threads = g_get_num_processors (); in _negotiated_caps()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c627 cfg.threads = g_get_num_processors (); in gst_vpx_dec_open_codec()
/third_party/gstreamer/gstplugins_bad/ext/libde265/
Dlibde265-dec.c376 threads = g_get_num_processors (); in gst_libde265_dec_start()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c708 av1enc->aom_cfg.g_threads = g_get_num_processors (); in gst_av1_enc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c206 self->num_procs = g_get_num_processors (); in gst_openjpeg_dec_init()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1047 g_get_num_processors
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c3122 priv->task_pool), g_get_num_processors ()); in gst_video_aggregator_init()
Dvideo-converter.c202 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()
/third_party/glib/
DNEWS3680 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback
6313 - New API: g_get_num_processors
6325 614930 add g_get_num_processors (), return the max concurrent...
/third_party/gstreamer/gstplugins_bad/
DChangeLog95201 de265dec: use g_get_num_processors() if available
95357 This code is imported from GLib g_get_num_processors(). This function