Searched refs:cpuCoreCount (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp33 int cpuCoreCount = 1; local
35 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN);
38 cpuCoreCount = sysconf(_SC_NPROC_ONLN);
40 if (cpuCoreCount < 1) {
42 cpuCoreCount = 1;
44 LOGV("Number of CPU cores: %d", cpuCoreCount);
45 return cpuCoreCount;

Completed in 43 milliseconds