Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ hb_get_cpu_name
Function
hb_get_cpu_name
libhb/ports.c:304–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
const char* hb_get_cpu_name()
305
{
306
init_cpu_info();
307
return hb_cpu_info.name;
308
}
309
310
const char* hb_get_cpu_platform_name()
311
{
Callers
2
hb_scan
Function · 0.85
print_system_information
Function · 0.85
Calls
1
init_cpu_info
Function · 0.85
Tested by
no test coverage detected