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

  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 233 int WebRtc_last_delay(void* handle);
delay_estimator_unittest.cc 122 EXPECT_EQ(-2, WebRtc_last_delay(handle_)); // Delay in initial state.
353 // WebRtc_last_delay() should return -1 if we have a NULL pointer as |handle|.
354 EXPECT_EQ(-1, WebRtc_last_delay(NULL));
440 EXPECT_EQ(last_delay, WebRtc_last_delay(handle_));
449 EXPECT_NE(-2, WebRtc_last_delay(handle_));
460 EXPECT_EQ(last_delay, WebRtc_last_delay(handle_));
469 EXPECT_NE(-2, WebRtc_last_delay(handle_));
delay_estimator_wrapper.c 471 int WebRtc_last_delay(void* handle) {
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 875 last_delay = WebRtc_last_delay(self->delay_estimator);
    [all...]

Completed in 187 milliseconds