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

  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 24 } CPUFeature;
34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 24 int GetCPUInfoNoASM(CPUFeature feature) {
54 static int GetCPUInfo(CPUFeature feature) {
67 static int GetCPUInfo(CPUFeature feature) {
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 50 static int x86CPUInfo(CPUFeature feature) {
63 static int AndroidCPUInfo(CPUFeature feature) {
76 static int armCPUInfo(CPUFeature feature) {
dsp.h 46 } CPUFeature;
48 typedef int (*VP8CPUInfo)(CPUFeature feature);
  /external/webp/src/dsp/
cpu.c 50 static int x86CPUInfo(CPUFeature feature) {
63 static int AndroidCPUInfo(CPUFeature feature) {
76 static int armCPUInfo(CPUFeature feature) {
dsp.h 46 } CPUFeature;
48 typedef int (*VP8CPUInfo)(CPUFeature feature);

Completed in 268 milliseconds