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

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

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix coded size, shm handle Created 5 years, 9 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_buffer_pool.h
diff --git a/content/browser/renderer_host/media/video_capture_buffer_pool.h b/content/browser/renderer_host/media/video_capture_buffer_pool.h
index 54cb0c34bc5abd1bd649e306f1baafeb1d74085e..699e01ddda8e12d2fadc7580cc3a3b0f9ec7cc02 100644
--- a/content/browser/renderer_host/media/video_capture_buffer_pool.h
+++ b/content/browser/renderer_host/media/video_capture_buffer_pool.h
@@ -92,6 +92,8 @@ class CONTENT_EXPORT VideoCaptureBufferPool
int count() const { return count_; }
+ base::SharedMemoryHandle GetBufferSharedMemory(int buffer_id);
+
private:
friend class base::RefCountedThreadSafe<VideoCaptureBufferPool>;

Powered by Google App Engine
This is Rietveld 408576698