HomeSort by relevance Sort by last modified time
    Searched full:echo_path_ptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 581 const int16_t* echo_path_ptr = echo_path; local
602 WebRtcAecm_InitEchoPathCore(aecm->aecmCore, echo_path_ptr);
612 int16_t* echo_path_ptr = echo_path; local
633 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 648 const WebRtc_Word16* echo_path_ptr = echo_path; local
667 WebRtcAecm_InitEchoPathCore(aecm->aecmCore, echo_path_ptr);
677 WebRtc_Word16* echo_path_ptr = echo_path; local
696 memcpy(echo_path_ptr, aecm->aecmCore->channelStored, size_bytes);

Completed in 109 milliseconds