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

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: WebGL video to texture support and readPixels from R16UI for CPU access Created 4 years, 4 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 839fb34b648dea0dfcc9f052fb3026387d70cf30..97fc35deb2a86c8df74b2024c4a433687fb88590 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -93322,6 +93322,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