Home | History | Annotate | Download | only in base

Lines Matching refs:Settable

67 class Settable {
69 Settable() : set_(false), val_() {}
70 explicit Settable(T val) : set_(true), val_(val) {}
95 void SetFrom(const Settable<T>& o) {
108 bool operator==(const Settable<T>& o) const {
113 bool operator!=(const Settable<T>& o) const {
127 class SettablePercent : public Settable<float> {
136 Settable<float>::Set(val);
141 static std::string ToStringIfSet(const char* key, const Settable<T>& val) {
205 Settable<bool> echo_cancellation;
207 Settable<bool> auto_gain_control;
209 Settable<bool> noise_suppression;
211 Settable<bool> highpass_filter;
213 Settable<bool> stereo_swapping;
215 Settable<bool> typing_detection;
216 Settable<bool> conference_mode;
217 Settable<int> adjust_agc_delta;
218 Settable<bool> experimental_agc;
219 Settable<bool> experimental_aec;
220 Settable<bool> aec_dump;
306 Settable<bool> adapt_input_to_encoder;
308 Settable<bool> adapt_input_to_cpu_usage;
310 Settable<bool> adapt_cpu_with_smoothing;
312 Settable<bool> adapt_view_switch;
314 Settable<bool> video_noise_reduction;
316 Settable<bool> video_three_layers;
318 Settable<bool> video_enable_camera_list;
320 Settable<bool> video_one_layer_screencast;
322 Settable<bool> video_high_bitrate;
324 Settable<bool> video_watermark;
326 Settable<bool> video_temporal_layer_screencast;
328 Settable<bool> video_leaky_bucket;
330 Settable<bool> conference_mode;
338 Settable<int> buffered_mode_latency;