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

Unified Diff: media/capture/video/win/sink_filter_win.h

Issue 2428263004: 16 bpp video stream capture, render and createImageBitmap(video) using (CPU) shared memory buffers (Closed)
Patch Set: Split webrtc_depth_capture_browsertest. Thanks phoglund@, Created 4 years, 1 month 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/capture/video/win/sink_filter_win.h
diff --git a/media/capture/video/win/sink_filter_win.h b/media/capture/video/win/sink_filter_win.h
index b87530ab2b48c4931432941f4e7cad90b2380976..2c38b6b4e0b5ccef3c4af7e64637bae36afa965c 100644
--- a/media/capture/video/win/sink_filter_win.h
+++ b/media/capture/video/win/sink_filter_win.h
@@ -31,6 +31,11 @@ extern GUID kMediaSubTypeI420;
// pixel format with the characters HDYC encoded in the first array word.
extern GUID kMediaSubTypeHDYC;
+// 16-bit grey-scale single plane formats provided by some depth cameras.
+extern GUID kMediaSubTypeZ16;
+extern GUID kMediaSubTypeINVZ;
+extern GUID kMediaSubTypeY16;
+
class SinkInputPin;
class __declspec(uuid("88cdbbdc-a73b-4afa-acbf-15d5e2ce12c3")) SinkFilter

Powered by Google App Engine
This is Rietveld 408576698