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

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

Issue 2121043002: 16 bpp video stream capture, render and WebGL usage - Realsense R200 & SR300 support. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests: cc, skcanvas_video_renderer, wrtcrecorder... Fake capture supports Y16. 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 92b0d5bec785823bced1f21606feba70b5e739fe..c4ae57855277ea31b466d3d742a70b98ff2322b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -95936,6 +95936,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