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

Unified Diff: media/video/capture/video_capture_device.h

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename GpuJpegDecodeAcceleratorAdapter to GpuJpegDecoder Created 5 years, 8 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/video/capture/video_capture_device.h
diff --git a/media/video/capture/video_capture_device.h b/media/video/capture/video_capture_device.h
index e5e42f87ae328c66d8bed26e9497199423c21317..360e7875f2e638f2b11a1cf0a3d485790bc5c741 100644
--- a/media/video/capture/video_capture_device.h
+++ b/media/video/capture/video_capture_device.h
@@ -200,6 +200,7 @@ class MEDIA_EXPORT VideoCaptureDevice {
virtual int id() const = 0;
virtual void* data() const = 0;
virtual size_t size() const = 0;
+ virtual base::SharedMemoryHandle handle() const = 0;
protected:
friend class base::RefCountedThreadSafe<Buffer>;

Powered by Google App Engine
This is Rietveld 408576698