HomeSort by relevance Sort by last modified time
    Searched refs:CPUFeature (Results 1 - 4 of 4) 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/webp/src/dsp/
cpu.c 81 static int x86CPUInfo(CPUFeature feature) {
107 static int AndroidCPUInfo(CPUFeature feature) {
120 static int armCPUInfo(CPUFeature feature) {
126 static int mipsCPUInfo(CPUFeature feature) {
dsp.h 90 } CPUFeature;
92 typedef int (*VP8CPUInfo)(CPUFeature feature);

Completed in 654 milliseconds