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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_wrapper.h 179 int WebRtc_set_allowed_offset(void* handle, int allowed_offset);
delay_estimator_unittest.cc 294 // WebRtc_set_allowed_offset() should return -1 if we have:
297 EXPECT_EQ(-1, WebRtc_set_allowed_offset(NULL, 0));
298 EXPECT_EQ(-1, WebRtc_set_allowed_offset(handle_, -1));
364 EXPECT_EQ(0, WebRtc_set_allowed_offset(handle_, i));
delay_estimator_wrapper.c 372 int WebRtc_set_allowed_offset(void* handle, int allowed_offset) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core.c     [all...]

Completed in 331 milliseconds