Home
last modified time | relevance | path

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

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc454 int n_physical_cores; in CpuOveruseOptions() local
457 n_physical_cores = 1; in CpuOveruseOptions()
461 n_physical_cores = hbi.physical_cpu; in CpuOveruseOptions()
462 RTC_LOG(LS_INFO) << "Number of physical cores:" << n_physical_cores; in CpuOveruseOptions()
471 if (n_physical_cores == 1) in CpuOveruseOptions()
473 else if (n_physical_cores == 2) in CpuOveruseOptions()