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

  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 36 extern WebRtc_CPUInfo WebRtc_GetCPUInfo;
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 73 WebRtc_CPUInfo WebRtc_GetCPUInfo = GetCPUInfo;
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 579 if (WebRtc_GetCPUInfo(kSSE2)) {
aec_core.c 519 if (WebRtc_GetCPUInfo(kSSE2)) {
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 348 WebRtc_GetCPUInfo = WebRtc_GetCPUInfoNoASM;
    [all...]

Completed in 2382 milliseconds