Lines Matching defs:InternalAPMConfig
27 struct InternalAPMConfig { struct
32 InternalAPMConfig& operator=(const InternalAPMConfig&); argument
33 InternalAPMConfig& operator=(InternalAPMConfig&&) = delete; argument
37 bool aec_enabled = false;
38 bool aec_delay_agnostic_enabled = false;
39 bool aec_drift_compensation_enabled = false;
40 bool aec_extended_filter_enabled = false;
41 int aec_suppression_level = 0;
42 bool aecm_enabled = false;
43 bool aecm_comfort_noise_enabled = false;
44 int aecm_routing_mode = 0;
45 bool agc_enabled = false;
46 int agc_mode = 0;
47 bool agc_limiter_enabled = false;
48 bool hpf_enabled = false;
49 bool ns_enabled = false;
50 int ns_level = 0;
51 bool transient_suppression_enabled = false;
52 bool noise_robust_agc_enabled = false;
53 bool pre_amplifier_enabled = false;
54 float pre_amplifier_fixed_gain_factor = 1.f;
55 std::string experiments_description = "";