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

  /external/webrtc/webrtc/system_wrappers/include/
cpu_features_wrapper.h 24 } CPUFeature;
34 typedef int (*WebRtc_CPUInfo)(CPUFeature feature);
  /external/webrtc/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/opencv3/3rdparty/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 93 static int x86CPUInfo(CPUFeature feature) {
131 static int AndroidCPUInfo(CPUFeature feature) {
144 static int armCPUInfo(CPUFeature feature) {
150 static int mipsCPUInfo(CPUFeature feature) {
dsp.h 113 } CPUFeature;
115 typedef int (*VP8CPUInfo)(CPUFeature feature);

Completed in 951 milliseconds