Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: trunk/src/remoting/host/capture_scheduler.cc

Issue 171963002: Revert 251937 "Increase framerate limit in remoting host to 30fps" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/remoting/host/capture_scheduler.cc
===================================================================
--- trunk/src/remoting/host/capture_scheduler.cc (revision 251943)
+++ trunk/src/remoting/host/capture_scheduler.cc (working copy)
@@ -16,8 +16,8 @@
// over.
const int kStatisticsWindow = 3;
-// The hard limit is 30fps or 33ms per recording cycle.
-const int64 kMinimumRecordingDelay = 33;
+// The hard limit is 20fps or 50ms per recording cycle.
+const int64 kMinimumRecordingDelay = 50;
// Controls how much CPU time we can use for encode and capture.
// Range of this value is between 0 to 1. 0 means using 0% of of all CPUs
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698