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

Unified Diff: content/common/gpu/client/gpu_channel_host.h

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix many thread issues 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/common/gpu/client/gpu_channel_host.h
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
index fbff47b5b9c2f6a58d74fbd8628703bd55742019..02e02863ddf963fad4a927afc88f317ebc908fc2 100644
--- a/content/common/gpu/client/gpu_channel_host.h
+++ b/content/common/gpu/client/gpu_channel_host.h
@@ -55,6 +55,7 @@ class GpuMemoryBufferManager;
namespace content {
class CommandBufferProxyImpl;
class GpuChannelHost;
+class GpuJpegDecodeAcceleratorHost;
struct GpuListenerInfo {
GpuListenerInfo();
@@ -158,6 +159,8 @@ class GpuChannelHost : public IPC::Sender,
void AddRoute(int route_id, base::WeakPtr<IPC::Listener> listener);
void RemoveRoute(int route_id);
+ GpuJpegDecodeAcceleratorHost* CreateJpegDecoder();
+
GpuChannelHostFactory* factory() const { return factory_; }
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager() const {

Powered by Google App Engine
This is Rietveld 408576698