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

Unified Diff: content/browser/renderer_host/media/video_capture_device_client_unittest.cc

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: content/browser/renderer_host/media/video_capture_device_client_unittest.cc
diff --git a/content/browser/renderer_host/media/video_capture_device_client_unittest.cc b/content/browser/renderer_host/media/video_capture_device_client_unittest.cc
index 507af1613869315663c0144c6b63216085fb179b..51db15c1cfe46bda33a40ee0899d1ed7b72513f0 100644
--- a/content/browser/renderer_host/media/video_capture_device_client_unittest.cc
+++ b/content/browser/renderer_host/media/video_capture_device_client_unittest.cc
@@ -167,7 +167,8 @@ TEST_F(VideoCaptureDeviceClientTest, DataCaptureGoodPixelFormats) {
media::PIXEL_FORMAT_RGB24,
#endif
media::PIXEL_FORMAT_RGB32,
- media::PIXEL_FORMAT_ARGB
+ media::PIXEL_FORMAT_ARGB,
+ media::PIXEL_FORMAT_Y16,
};
for (media::VideoPixelFormat format : kSupportedFormats) {

Powered by Google App Engine
This is Rietveld 408576698