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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2113243003: media: Introduce Y8 and Y16 video pixel format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to ToT Created 4 years, 3 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 785ef1d286628219bbea4a07beb00865a717983c..ea7619ae31ecc75332da62999a843f422490cfa2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -99023,6 +99023,8 @@ 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="Y8"/>
+ <int value="23" label="Y16"/>
</enum>
<enum name="VideoPlayerCastAPIExtensionStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698