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

/external/webp/src/dsp/
H A Dcpu-features.c146 count_cpuinfo_field(char* buffer, int buflen, const char* field) function
241 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c146 count_cpuinfo_field(char* buffer, int buflen, const char* field) function
241 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");

Completed in 46 milliseconds