HomeSort by relevance Sort by last modified time
    Searched refs:g_cpuCount (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dsp/
cpu-features.c 27 static int g_cpuCount;
232 g_cpuCount = 1;
243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
244 if (g_cpuCount == 0) {
245 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");
246 if (g_cpuCount == 0) {
247 g_cpuCount = 1;
251 D("found cpuCount = %d\n", g_cpuCount);
397 return g_cpuCount;
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c 27 static int g_cpuCount;
232 g_cpuCount = 1;
243 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "processor");
244 if (g_cpuCount == 0) {
245 g_cpuCount = count_cpuinfo_field(cpuinfo, cpuinfo_len, "Processor");
246 if (g_cpuCount == 0) {
247 g_cpuCount = 1;
251 D("found cpuCount = %d\n", g_cpuCount);
397 return g_cpuCount;
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 74 static int g_cpuCount;
549 g_cpuCount = 1;
572 g_cpuCount = get_cpu_count();
573 if (g_cpuCount == 0) {
574 g_cpuCount = 1;
577 D("found cpuCount = %d\n", g_cpuCount);
764 return g_cpuCount;
781 g_cpuCount = (cpu_count <= 0 ? 1 : cpu_count);
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 83 static int g_cpuCount;
673 g_cpuCount = 1;
696 g_cpuCount = get_cpu_count();
697 if (g_cpuCount == 0) {
698 g_cpuCount = 1;
701 D("found cpuCount = %d\n", g_cpuCount);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 78 static int g_cpuCount;
683 g_cpuCount = 1;
706 g_cpuCount = get_cpu_count();
707 if (g_cpuCount == 0) {
708 g_cpuCount = 1;
711 D("found cpuCount = %d\n", g_cpuCount);
    [all...]

Completed in 198 milliseconds