Home | History | Annotate | Download | only in base

Lines Matching full:adaptation

42 // specified input and output formats. The adaptation includes dropping frames
118 // Enable or disable video adaptation due to the change of the CPU load.
121 // Enable or disable smoothing when doing CPU adaptation. When smoothing is
126 // Enable or disable video adaptation due to the change of the GD
129 // Enable or disable video adaptation due to the change of the View
132 // Enable or disable video adaptation to fast switch View
140 // When the video is decreased, set the waiting time for CPU adaptation to
177 bool cpu_adaptation_; // True if cpu adaptation is enabled.
178 bool cpu_smoothing_; // True if cpu smoothing is enabled (with adaptation).
179 bool gd_adaptation_; // True if gd adaptation is enabled.
180 bool view_adaptation_; // True if view adaptation is enabled.
201 // adaptation is on), but only used if cpu_smoothing_ is set.