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

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: Rebase + remove PPAPI changes 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9cb8fdab83a0c26a4a11bdbf9a91c2e8829e8f49..650908fe1bf41aa61efd945ea975bda2a717b396 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84651,6 +84651,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