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

  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 71 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_,
echo_control_mobile_impl.h 58 unsigned char* external_echo_path_; member in class:webrtc::EchoControlMobileImpl

Completed in 1712 milliseconds