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

Unified Diff: content/browser/renderer_host/media/video_capture_controller_event_handler.h

Issue 2398463003: 16 bit capture and GPU&CPU memory buffer support.
Patch Set: fixes. Created 4 years, 2 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: content/browser/renderer_host/media/video_capture_controller_event_handler.h
diff --git a/content/browser/renderer_host/media/video_capture_controller_event_handler.h b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
index 0ad2bbb2e18b2d7e01387aa999ec91b9dbb6f732..bd63c3cddfc82bdb58f22a31c7c2f798ba4a5e8d 100644
--- a/content/browser/renderer_host/media/video_capture_controller_event_handler.h
+++ b/content/browser/renderer_host/media/video_capture_controller_event_handler.h
@@ -9,6 +9,7 @@
#include "base/memory/shared_memory.h"
#include "content/common/content_export.h"
+#include "media/base/video_types.h"
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
@@ -39,6 +40,7 @@ class CONTENT_EXPORT VideoCaptureControllerEventHandler {
VideoCaptureControllerID id,
const std::vector<gfx::GpuMemoryBufferHandle>& handles,
const gfx::Size& size,
+ media::VideoPixelFormat format,
int buffer_id) = 0;
// A previously created buffer has been freed and will no longer be used.

Powered by Google App Engine
This is Rietveld 408576698