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

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

Issue 1677133003: Implemented parsing of HEVC codec ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse-codec-id
Patch Set: Added vp9 reserved profiles to histograms.xml Created 4 years, 10 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
« media/mojo/interfaces/media_types.mojom ('K') | « ppapi/c/dev/pp_video_dev.h ('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 d3a375b4b8d0b3d90676c121ff92c2199bb1301f..0ce5d2c9622baae5c3dba584b5689a320fa4a8cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82804,6 +82804,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="10" label="H.264 MultiviewHigh"/>
<int value="11" label="VP8"/>
<int value="12" label="VP9"/>
+ <int value="13" label="VP9 Profile 1 (reserved)"/>
+ <int value="14" label="VP9 Profile 2 (reserved)"/>
+ <int value="15" label="VP9 Profile 3 (reserved)"/>
+ <int value="16" label="HEVC Main"/>
+ <int value="17" label="HEVC Main10"/>
+ <int value="18" label="HEVC Main Still-picture"/>
</enum>
<enum name="VideoFormat" type="int">
« media/mojo/interfaces/media_types.mojom ('K') | « ppapi/c/dev/pp_video_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698