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

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: Set is_ambiguous to false 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aa6c9171179e03c18757db2cbc0b233d4a7cfd04..d36f035ec5548cd7fe04ec51143fd863a0dc826e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -85549,6 +85549,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="13" label="VP9 Profile1"/>
<int value="14" label="VP9 Profile2"/>
<int value="15" label="VP9 Profile3"/>
+ <int value="16" label="HEVC Main"/>
+ <int value="17" label="HEVC Main10"/>
+ <int value="18" label="HEVC Main Still-picture"/>
</enum>
<enum name="VideoDecodeAcceleratorError" type="int">
« media/base/mime_util_internal.cc ('K') | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698