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

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: Fixed handling of empty elements + added test cases with empty elements 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
« media/base/video_codecs.cc ('K') | « media/mojo/interfaces/media_types.mojom ('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 c0923792afd5d271f2e3cceda5328edca6c1131a..6bbec9dd6a47d6c390d76407b3ca6b55b4e6c0c5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86763,6 +86763,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/video_codecs.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