Lines Matching refs:EchoCanceller3Config
51 EchoCanceller3Config::EchoCanceller3Config() = default;
52 EchoCanceller3Config::EchoCanceller3Config(const EchoCanceller3Config& e) =
54 EchoCanceller3Config& EchoCanceller3Config::operator=(
55 const EchoCanceller3Config& e) = default;
56 EchoCanceller3Config::Delay::Delay() = default;
57 EchoCanceller3Config::Delay::Delay(const EchoCanceller3Config::Delay& e) =
59 EchoCanceller3Config::Delay& EchoCanceller3Config::Delay::operator=(
62 EchoCanceller3Config::EchoModel::EchoModel() = default;
63 EchoCanceller3Config::EchoModel::EchoModel(
64 const EchoCanceller3Config::EchoModel& e) = default;
65 EchoCanceller3Config::EchoModel& EchoCanceller3Config::EchoModel::operator=(
68 EchoCanceller3Config::Suppressor::Suppressor() = default;
69 EchoCanceller3Config::Suppressor::Suppressor(
70 const EchoCanceller3Config::Suppressor& e) = default;
71 EchoCanceller3Config::Suppressor& EchoCanceller3Config::Suppressor::operator=(
74 EchoCanceller3Config::Suppressor::MaskingThresholds::MaskingThresholds( in MaskingThresholds()
81 EchoCanceller3Config::Suppressor::MaskingThresholds::MaskingThresholds(
82 const EchoCanceller3Config::Suppressor::MaskingThresholds& e) = default;
83 EchoCanceller3Config::Suppressor::MaskingThresholds&
84 EchoCanceller3Config::Suppressor::MaskingThresholds::operator=(
87 EchoCanceller3Config::Suppressor::Tuning::Tuning(MaskingThresholds mask_lf, in Tuning()
95 EchoCanceller3Config::Suppressor::Tuning::Tuning(
96 const EchoCanceller3Config::Suppressor::Tuning& e) = default;
97 EchoCanceller3Config::Suppressor::Tuning&
98 EchoCanceller3Config::Suppressor::Tuning::operator=(const Tuning& e) = default;
100 bool EchoCanceller3Config::Validate(EchoCanceller3Config* config) { in Validate()
102 EchoCanceller3Config* c = config; in Validate()