OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_DelayEstimatorProcessFloat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h
219
int
WebRtc_DelayEstimatorProcessFloat
(void* handle,
delay_estimator_unittest.cc
313
//
WebRtc_DelayEstimatorProcessFloat
() should return -1 if we have:
319
EXPECT_EQ(-1,
WebRtc_DelayEstimatorProcessFloat
(NULL, near_f_,
322
EXPECT_EQ(-1,
WebRtc_DelayEstimatorProcessFloat
(handle_, NULL,
324
EXPECT_EQ(-1,
WebRtc_DelayEstimatorProcessFloat
(handle_, near_f_,
327
EXPECT_EQ(-1,
WebRtc_DelayEstimatorProcessFloat
(tmp_handle,
400
EXPECT_EQ(-2,
WebRtc_DelayEstimatorProcessFloat
(handle_, kZerosFloat,
403
EXPECT_EQ(-2,
WebRtc_DelayEstimatorProcessFloat
(handle_, near_f_,
437
last_delay =
WebRtc_DelayEstimatorProcessFloat
(handle_, near_f_,
delay_estimator_wrapper.c
446
int
WebRtc_DelayEstimatorProcessFloat
(void* handle,
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c
[
all
...]
Completed in 140 milliseconds