Lines Matching full:overuse
314 ost << ToStringIfSet("cpu overuse detection", cpu_overuse_detection);
316 ost << ToStringIfSet("cpu overuse threshold", cpu_overuse_threshold);
319 ost << ToStringIfSet("cpu overuse encode rsd threshold",
321 ost << ToStringIfSet("cpu overuse encode usage",
348 // Enable WebRTC Cpu Overuse Detection, which is a new version of the CPU
352 // Low threshold (t1) for cpu overuse adaptation. (Adapt up)
355 // High threshold (t1) for cpu overuse adaptation. (Adapt down)
356 // Metric: encode usage (m1). m1 > t1 => overuse.
358 // Low threshold (t2) for cpu overuse adaptation. (Adapt up)
363 // High threshold (t2) for cpu overuse adaptation. (Adapt down)
365 // Optional threshold. If set, (m1 > t1 || m2 > t2) => overuse.