OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtc_is_robust_validation_enabled
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h
193
int
WebRtc_is_robust_validation_enabled
(const void* handle);
delay_estimator_unittest.cc
309
//
WebRtc_is_robust_validation_enabled
() should return -1 if we have NULL
311
EXPECT_EQ(-1,
WebRtc_is_robust_validation_enabled
(NULL));
374
EXPECT_EQ(0,
WebRtc_is_robust_validation_enabled
(handle_));
377
EXPECT_EQ(kEnable[i],
WebRtc_is_robust_validation_enabled
(handle_));
380
EXPECT_EQ(kEnable[i],
WebRtc_is_robust_validation_enabled
(handle_));
441
if (!
WebRtc_is_robust_validation_enabled
(handle_)) {
461
if (!
WebRtc_is_robust_validation_enabled
(handle_)) {
delay_estimator_wrapper.c
405
int
WebRtc_is_robust_validation_enabled
(const void* handle) {
Completed in 36 milliseconds