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

Unified Diff: media/mojo/interfaces/media_types.mojom

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:
View side-by-side diff with in-line comments
Download patch
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index 5f9a4f07de6cf65bca26251d1a90006a44a5c09b..93a45d5b6f7cc1d102db63b4a1554baf1ca69d9b 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -122,7 +122,9 @@ enum VideoFormat {
YUV422P10,
YUV444P9,
YUV444P10,
- FORMAT_MAX = YUV444P10,
+ Y8,
+ Y16,
+ FORMAT_MAX = Y16,
};
// Kept in sync with media::ColorSpace via static_asserts.

Powered by Google App Engine
This is Rietveld 408576698