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

Unified Diff: media/audio/audio_input_controller.cc

Issue 551763003: Reduce amount of power measurements for input audio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: media/audio/audio_input_controller.cc
diff --git a/media/audio/audio_input_controller.cc b/media/audio/audio_input_controller.cc
index 6308ead59d10ed71de1c6f50587980bfcc20adbf..029b99540150b5d10d648557c13c1cfc5f3afb9e 100644
--- a/media/audio/audio_input_controller.cc
+++ b/media/audio/audio_input_controller.cc
@@ -45,7 +45,7 @@ const int kTimerInitialIntervalSeconds = 5;
const int kPowerMeasurementTimeConstantMilliseconds = 10;
// Time in seconds between two successive measurements of audio power levels.
-const int kPowerMonitorLogIntervalSeconds = 5;
+const int kPowerMonitorLogIntervalSeconds = 15;
Henrik Grunell 2014/09/08 10:57:24 Would it make sense to have 15 seconds to the firs
#endif
}
« 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