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

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: 8 bpp support added. R200 camera supported. Created 4 years, 5 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 e69a8506518fd1f393d62ba317530dc605121a05..1229a9333cc244745299ba0a49a7c34908bea8b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -91957,6 +91957,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