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

Unified Diff: media/audio/sample_rates.cc

Issue 10914203: Add UMA reporting for audio hardware parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style! Created 8 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
« media/audio/sample_rates.h ('K') | « media/audio/sample_rates.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/sample_rates.cc
diff --git a/media/audio/sample_rates.cc b/media/audio/sample_rates.cc
index 4bb75a485e7495c4e4370c37825c7fbccef06074..3a40173c9829fa25b99d1af3c58a4730cf2858a6 100644
--- a/media/audio/sample_rates.cc
+++ b/media/audio/sample_rates.cc
@@ -16,6 +16,7 @@ AudioSampleRate AsAudioSampleRate(int sample_rate) {
case 11025: return k11025Hz;
case 22050: return k22050Hz;
case 44100: return k44100Hz;
+ case 192000: return k192000Hz;
}
return kUnexpectedAudioSampleRate;
}
« media/audio/sample_rates.h ('K') | « media/audio/sample_rates.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698