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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1769593002: Add 4 VP9 profiles to the media::VideoCodecProfile enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hevc-codec-7
Patch Set: Added some comments and dchecks Created 4 years, 8 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:
Download patch
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('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 d90322757fd9a3f32f4bff35372c620d43202740..d8bf00d5ae60dae2087bbd7bc64d4c0b40a5026b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84174,7 +84174,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="9" label="H.264 StereoHigh"/>
<int value="10" label="H.264 MultiviewHigh"/>
<int value="11" label="VP8"/>
- <int value="12" label="VP9"/>
+ <int value="12" label="VP9 Profile0"/>
+ <int value="13" label="VP9 Profile1"/>
+ <int value="14" label="VP9 Profile2"/>
+ <int value="15" label="VP9 Profile3"/>
</enum>
<enum name="VideoFormat" type="int">
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698