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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1357013006: Add detection for repeated audio in capturing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « content/renderer/media/media_stream_audio_processor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5e9d7a12dd7cae0f0b5436c37f8eac486e36d6e8..359e403d943161dbb1dabc1b116c7b324fa6cb15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17636,6 +17636,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.AudioCapturerRepetition" units="milliseconds">
+ <owner>minyue@chromium.org</owner>
+ <summary>
+ Captures bit-exact audio repetitions with pre-defined look back time. As
+ soon as a repetition is detected, its look back time is reported. Ideally,
+ no reports should be generated.
+ </summary>
+</histogram>
+
<histogram name="Media.AudioChannelLayout" enum="ChannelLayout">
<owner>dalecurtis@chromium.org</owner>
<summary>Audio channel layout in HTML5 media.</summary>
« no previous file with comments | « content/renderer/media/media_stream_audio_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698