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

Unified Diff: content/content_common.gypi

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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 70153aaffd22b0a88ffedb8f50a74023b6820e0b..45e4cf93e6ed8941db8a69b60292c26ba6a604e5 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -285,6 +285,8 @@
'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
+ 'common/gpu/client/gpu_jpeg_decode_accelerator_host.cc',
+ 'common/gpu/client/gpu_jpeg_decode_accelerator_host.h',
'common/gpu/client/gpu_video_decode_accelerator_host.cc',
'common/gpu/client/gpu_video_decode_accelerator_host.h',
'common/gpu/client/gpu_video_encode_accelerator_host.cc',
@@ -331,6 +333,8 @@
'common/gpu/image_transport_surface_win.cc',
'common/gpu/media/fake_video_decode_accelerator.cc',
'common/gpu/media/fake_video_decode_accelerator.h',
+ 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
+ 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
'common/gpu/media/gpu_video_accelerator_util.cc',
'common/gpu/media/gpu_video_accelerator_util.h',
'common/gpu/media/gpu_video_decode_accelerator.cc',
@@ -880,6 +884,8 @@
'common/gpu/media/vaapi_jpeg_decoder.h',
'common/gpu/media/vaapi_picture.cc',
'common/gpu/media/vaapi_picture.h',
+ 'common/gpu/media/vaapi_jpeg_decode_accelerator.cc',
+ 'common/gpu/media/vaapi_jpeg_decode_accelerator.h',
'common/gpu/media/vaapi_video_decode_accelerator.cc',
'common/gpu/media/vaapi_video_decode_accelerator.h',
'common/gpu/media/vaapi_video_encode_accelerator.cc',

Powered by Google App Engine
This is Rietveld 408576698