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

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: Comments. 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
« no previous file with comments | « media/audio/sample_rates.h ('k') | media/base/channel_layout.h » ('j') | 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..a082a938ab8ad7d5739bb16146d85f8e674bd2d0 100644
--- a/media/audio/sample_rates.cc
+++ b/media/audio/sample_rates.cc
@@ -16,6 +16,9 @@ AudioSampleRate AsAudioSampleRate(int sample_rate) {
case 11025: return k11025Hz;
case 22050: return k22050Hz;
case 44100: return k44100Hz;
+ case 88200: return k88200Hz;
+ case 176400: return k176400Hz;
+ case 192000: return k192000Hz;
}
return kUnexpectedAudioSampleRate;
}
« no previous file with comments | « media/audio/sample_rates.h ('k') | media/base/channel_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698