OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_GetCPUFeaturesARM
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_features_android.c
13
uint64_t
WebRtc_GetCPUFeaturesARM
(void) {
/external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h
43
extern uint64_t
WebRtc_GetCPUFeaturesARM
(void);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
isacfix_unittest.cc
64
if ((
WebRtc_GetCPUFeaturesARM
() & kCPUFeatureNEON) != 0) {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
273
if ((
WebRtc_GetCPUFeaturesARM
() & kCPUFeatureNEON) != 0) {
[
all
...]
/external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c
674
uint64_t features =
WebRtc_GetCPUFeaturesARM
();
[
all
...]
/external/webrtc/src/modules/audio_processing/ns/
nsx_core.c
[
all
...]
Completed in 124 milliseconds