MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_get_cpu_count

Function hb_get_cpu_count

libhb/ports.c:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290} hb_cpu_info;
291
292int hb_get_cpu_count()
293{
294 init_cpu_info();
295 return hb_cpu_info.count;
296}
297
298int hb_get_cpu_platform()
299{

Callers 9

hb_avcodec_openFunction · 0.85
hb_scanFunction · 0.85
comb_detect_initFunction · 0.85
hb_decomb_initFunction · 0.85
nlmeans_initFunction · 0.85
mt_frame_initFunction · 0.85
encavcodecInitFunction · 0.85
mainFunction · 0.85
print_system_informationFunction · 0.85

Calls 1

init_cpu_infoFunction · 0.85

Tested by 1

mainFunction · 0.68