MCPcopy 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
304const char* hb_get_cpu_name()
305{
306 init_cpu_info();
307 return hb_cpu_info.name;
308}
309
310const char* hb_get_cpu_platform_name()
311{

Callers 2

hb_scanFunction · 0.85
print_system_informationFunction · 0.85

Calls 1

init_cpu_infoFunction · 0.85

Tested by

no test coverage detected