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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2370453003: 12-bit vp9 video support (Closed)
Patch Set: typO Created 4 years, 2 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 | « media/video/gpu_memory_buffer_video_frame_pool.cc ('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 223ce11ed8c31e42170660972de4521a21075c06..c1fed480bcfa62f92a6219cfcbd8e5e17c14a585 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99509,6 +99509,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="19" label="YUV422P10"/>
<int value="20" label="YUV444P9"/>
<int value="21" label="YUV444P10"/>
+ <int value="22" label="YUV420P12"/>
+ <int value="23" label="YUV422P12"/>
+ <int value="24" label="YUV444P12"/>
</enum>
<enum name="VideoPlayerCastAPIExtensionStatus" type="int">
« no previous file with comments | « media/video/gpu_memory_buffer_video_frame_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698