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

  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
cpu_features_wrapper.h 24 } CPUFeature;
34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_features.cc 22 int GetCPUInfoNoASM(CPUFeature feature) {
52 static int GetCPUInfo(CPUFeature feature) {
65 static int GetCPUInfo(CPUFeature feature) {
  /external/chromium_org/third_party/libwebp/dsp/
cpu.c 77 static int x86CPUInfo(CPUFeature feature) {
103 static int AndroidCPUInfo(CPUFeature feature) {
116 static int armCPUInfo(CPUFeature feature) {
122 static int mipsCPUInfo(CPUFeature feature) {
dsp.h 74 } CPUFeature;
76 typedef int (*VP8CPUInfo)(CPUFeature feature);

Completed in 573 milliseconds