Lines Matching refs:SetFrom
103 SetFrom(&echo_cancellation, change.echo_cancellation); in SetAll()
104 SetFrom(&auto_gain_control, change.auto_gain_control); in SetAll()
105 SetFrom(&noise_suppression, change.noise_suppression); in SetAll()
106 SetFrom(&highpass_filter, change.highpass_filter); in SetAll()
107 SetFrom(&stereo_swapping, change.stereo_swapping); in SetAll()
108 SetFrom(&audio_jitter_buffer_max_packets, in SetAll()
110 SetFrom(&audio_jitter_buffer_fast_accelerate, in SetAll()
112 SetFrom(&typing_detection, change.typing_detection); in SetAll()
113 SetFrom(&aecm_generate_comfort_noise, change.aecm_generate_comfort_noise); in SetAll()
114 SetFrom(&conference_mode, change.conference_mode); in SetAll()
115 SetFrom(&adjust_agc_delta, change.adjust_agc_delta); in SetAll()
116 SetFrom(&experimental_agc, change.experimental_agc); in SetAll()
117 SetFrom(&extended_filter_aec, change.extended_filter_aec); in SetAll()
118 SetFrom(&delay_agnostic_aec, change.delay_agnostic_aec); in SetAll()
119 SetFrom(&experimental_ns, change.experimental_ns); in SetAll()
120 SetFrom(&aec_dump, change.aec_dump); in SetAll()
121 SetFrom(&tx_agc_target_dbov, change.tx_agc_target_dbov); in SetAll()
122 SetFrom(&tx_agc_digital_compression_gain, in SetAll()
124 SetFrom(&tx_agc_limiter, change.tx_agc_limiter); in SetAll()
125 SetFrom(&recording_sample_rate, change.recording_sample_rate); in SetAll()
126 SetFrom(&playout_sample_rate, change.playout_sample_rate); in SetAll()
127 SetFrom(&dscp, change.dscp); in SetAll()
128 SetFrom(&combined_audio_video_bwe, change.combined_audio_video_bwe); in SetAll()
229 static void SetFrom(rtc::Optional<T>* s, const rtc::Optional<T>& o) { in SetFrom() function
248 SetFrom(&adapt_input_to_cpu_usage, change.adapt_input_to_cpu_usage); in SetAll()
249 SetFrom(&adapt_cpu_with_smoothing, change.adapt_cpu_with_smoothing); in SetAll()
250 SetFrom(&video_adapt_third, change.video_adapt_third); in SetAll()
251 SetFrom(&video_noise_reduction, change.video_noise_reduction); in SetAll()
252 SetFrom(&video_start_bitrate, change.video_start_bitrate); in SetAll()
253 SetFrom(&cpu_overuse_detection, change.cpu_overuse_detection); in SetAll()
254 SetFrom(&cpu_underuse_threshold, change.cpu_underuse_threshold); in SetAll()
255 SetFrom(&cpu_overuse_threshold, change.cpu_overuse_threshold); in SetAll()
256 SetFrom(&cpu_underuse_encode_rsd_threshold, in SetAll()
258 SetFrom(&cpu_overuse_encode_rsd_threshold, in SetAll()
260 SetFrom(&cpu_overuse_encode_usage, change.cpu_overuse_encode_usage); in SetAll()
261 SetFrom(&conference_mode, change.conference_mode); in SetAll()
262 SetFrom(&process_adaptation_threshhold, in SetAll()
264 SetFrom(&system_low_adaptation_threshhold, in SetAll()
266 SetFrom(&system_high_adaptation_threshhold, in SetAll()
268 SetFrom(&dscp, change.dscp); in SetAll()
269 SetFrom(&suspend_below_min_bitrate, change.suspend_below_min_bitrate); in SetAll()
270 SetFrom(&unsignalled_recv_stream_limit, in SetAll()
272 SetFrom(&use_simulcast_adapter, change.use_simulcast_adapter); in SetAll()
273 SetFrom(&screencast_min_bitrate, change.screencast_min_bitrate); in SetAll()
274 SetFrom(&disable_prerenderer_smoothing, in SetAll()
399 static void SetFrom(rtc::Optional<T>* s, const rtc::Optional<T>& o) { in SetFrom() function