Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
int hb_get_cpu_count()
293
{
294
init_cpu_info();
295
return hb_cpu_info.count;
296
}
297
298
int hb_get_cpu_platform()
299
{
Callers
9
hb_avcodec_open
Function · 0.85
hb_scan
Function · 0.85
comb_detect_init
Function · 0.85
hb_decomb_init
Function · 0.85
nlmeans_init
Function · 0.85
mt_frame_init
Function · 0.85
encavcodecInit
Function · 0.85
main
Function · 0.85
print_system_information
Function · 0.85
Calls
1
init_cpu_info
Function · 0.85
Tested by
1
main
Function · 0.68