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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1677133003: Implemented parsing of HEVC codec ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@parse-codec-id
Patch Set: Better formatting in ppapi Created 4 years, 9 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 | « 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..a462bd27e6f9246229af4744b195bd5ad03352f7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82804,6 +82804,11 @@ 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"/>
+<!-- 4 profile values are reserved for VP9 profiles, -->
Alexei Svitkine (slow) 2016/03/01 15:30:34 Nit: Instead of a comment, I'd just add the entrie
servolk 2016/03/01 18:00:44 Done.
+
+ <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">
« no previous file with comments | « 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