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

  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.h 160 int32_t WebRtcAec_Process(void* aecInst,
system_delay_unittest.cc 110 WebRtcAec_Process(handle_,
327 WebRtcAec_Process(handle_,
369 // WebRtcAec_Process() we will finally run out of data, but should
387 EXPECT_EQ(0, WebRtcAec_Process(handle_, &near_ptr_, 1, &out_ptr_,
echo_cancellation.c 338 int32_t WebRtcAec_Process(void* aecInst,
  /external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.cc 187 err = WebRtcAec_Process(my_handle, audio->split_bands_const_f(i),

Completed in 48 milliseconds