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

Unified Diff: cc/resources/video_resource_updater.h

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:
View side-by-side diff with in-line comments
Download patch
Index: cc/resources/video_resource_updater.h
diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
index 96ba4823768784bd98b9a44927aff30c1909ce02..f44c14de76a5d641e59c3b57d6dfa112211da14e 100644
--- a/cc/resources/video_resource_updater.h
+++ b/cc/resources/video_resource_updater.h
@@ -42,6 +42,7 @@ class CC_EXPORT VideoFrameExternalResources {
RGBA_PREMULTIPLIED_RESOURCE,
RGBA_RESOURCE,
STREAM_TEXTURE_RESOURCE,
+ Y_RESOURCE,
aleksandar.stojiljkovic 2016/07/05 19:54:18 maybe not the best naming - stands for Y8 and Y16.
#if defined(VIDEO_HOLE)
// TODO(danakj): Implement this with a solid color layer instead of a video

Powered by Google App Engine
This is Rietveld 408576698