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

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: Updated comments about VideoCodecProfile enum 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
« ppapi/c/dev/pp_video_dev.h ('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 a171164f38b6b7d23a244e6789f3cca25b92675c..bf148e975f1492c2fe38e5f39673e9b3fdd42ec6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82147,6 +82147,9 @@ 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="HEVC Main"/>
ddorwin 2016/02/26 18:54:17 See comment about reserving values.
servolk 2016/02/26 22:24:26 Done.
+ <int value="14" label="HEVC Main10"/>
+ <int value="15" label="HEVC Main Still-picture"/>
</enum>
<enum name="VideoFormat" type="int">
« ppapi/c/dev/pp_video_dev.h ('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