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

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: rebase Created 5 years, 7 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 41a1d771d11602ccf74841d46b3cbb020390798e..f20d1d4bb668ddba4847efc3ae47aaf79d747b0e 100644
--- a/media/video/capture/video_capture_device.h
+++ b/media/video/capture/video_capture_device.h
@@ -204,6 +204,7 @@ class MEDIA_EXPORT VideoCaptureDevice {
virtual void* data() = 0;
virtual gfx::GpuMemoryBufferType GetType() = 0;
virtual ClientBuffer AsClientBuffer() = 0;
+ virtual base::PlatformFile AsPlatformHandle() = 0;
};
virtual ~Client() {}

Powered by Google App Engine
This is Rietveld 408576698