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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 45053003: Add UMA metrics for ffmpeg color ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge, correctly this time? Created 7 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 | « media/ffmpeg/ffmpeg_common.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 85787bf4a2f36ad8a1f6fae45961c9ed54f53c96..a41e4c6d00caebd67966d4b82fb0957e47d876b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6354,6 +6354,12 @@ other types of suffix sets.
<summary>Coded width of HTML5 video.</summary>
</histogram>
+<histogram name="Media.VideoColorRange" enum="FFmpegColorRanges">
+ <summary>
+ Pixel format color range of HTML5 video. Emitted on video load.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoVisibleAspectRatio">
<summary>Visible aspect ratio of HTML5 video.</summary>
</histogram>
@@ -23162,6 +23168,12 @@ other types of suffix sets.
<int value="1950507339" label="TAK"/>
</enum>
+<enum name="FFmpegColorRanges" type="int">
+ <int value="0" label="UNSPECIFIED"/>
+ <int value="1" label="MPEG"/>
+ <int value="2" label="JPEG"/>
+</enum>
+
<enum name="FileDialogType" type="int">
<int value="0" label="Select folder"/>
<int value="1" label="Save as file"/>
« no previous file with comments | « media/ffmpeg/ffmpeg_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698