Searched refs:external_echo_path_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc71 external_echo_path_(NULL) {}
74 if (external_echo_path_ != NULL) {
75 delete [] external_echo_path_;
76 external_echo_path_ = NULL;
207 if (external_echo_path_ == NULL) {
208 external_echo_path_ = new unsigned char[size_bytes];
210 memcpy(external_echo_path_, echo_path, size_bytes);
281 if (external_echo_path_ != NULL) {
283 external_echo_path_,
H A Decho_control_mobile_impl.h58 unsigned char* external_echo_path_; member in class:webrtc::EchoControlMobileImpl

Completed in 186 milliseconds