Lines Matching refs:enable
65 void set_scale_third(bool enable);
118 // Enable or disable video adaptation due to the change of the CPU load.
119 void set_cpu_adaptation(bool enable) { cpu_adaptation_ = enable; }
121 // Enable or disable smoothing when doing CPU adaptation. When smoothing is
124 void set_cpu_smoothing(bool enable);
126 // Enable or disable video adaptation due to the change of the GD
127 void set_gd_adaptation(bool enable) { gd_adaptation_ = enable; }
129 // Enable or disable video adaptation due to the change of the View
130 void set_view_adaptation(bool enable) { view_adaptation_ = enable; }
132 // Enable or disable video adaptation to fast switch View
133 void set_view_switch(bool enable) { view_switch_ = enable; }