Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsysteminfo.cc61 static int DetectNumberOfCores() { in DetectNumberOfCores() function
100 logical_cpus_ = DetectNumberOfCores(); in GetMaxCpus()
/external/webrtc/webrtc/system_wrappers/source/
Dcpu_info.cc17 uint32_t CpuInfo::DetectNumberOfCores() { in DetectNumberOfCores() function in webrtc::CpuInfo
/external/webrtc/webrtc/system_wrappers/include/
Dcpu_info.h20 static uint32_t DetectNumberOfCores();
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc113 nbr_of_cores = CpuInfo::DetectNumberOfCores(); in Init()
/external/webrtc/webrtc/call/
Dcall.cc183 num_cpu_cores_(CpuInfo::DetectNumberOfCores()), in Call()
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc84 uint32_t num_cores = CpuInfo::DetectNumberOfCores(); in VideoAnalyzer()