Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
Dsystemdependent.c48 SYSTEM_INFO sysinfo; in get_cpu_count() local
56 pGNSI(&sysinfo); in get_cpu_count()
58 GetSystemInfo(&sysinfo); in get_cpu_count()
60 core_count = sysinfo.dwNumberOfProcessors; in get_cpu_count()