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

Unified Diff: content/content_common.gypi

Issue 813693006: Add accelerated video decoder interface, VP8 and H.264 implementations and hook up to V4L2SVDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « content/common/gpu/media/vp8_picture.cc ('k') | media/filters/h264_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 1c236fb39bc34b351c466f8d1c8d89d4ce33546c..bb3c410f531fff3fc650a105f85d462ac1d41524 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -831,8 +831,19 @@
'conditions': [
['target_arch == "arm"', {
'sources': [
+ 'common/gpu/media/accelerated_video_decoder.h',
+ 'common/gpu/media/h264_decoder.cc',
+ 'common/gpu/media/h264_decoder.h',
+ 'common/gpu/media/h264_dpb.cc',
+ 'common/gpu/media/h264_dpb.h',
'common/gpu/media/tegra_v4l2_video_device.cc',
'common/gpu/media/tegra_v4l2_video_device.h',
+ 'common/gpu/media/v4l2_slice_video_decode_accelerator.cc',
+ 'common/gpu/media/v4l2_slice_video_decode_accelerator.h',
+ 'common/gpu/media/vp8_decoder.cc',
+ 'common/gpu/media/vp8_decoder.h',
+ 'common/gpu/media/vp8_picture.cc',
+ 'common/gpu/media/vp8_picture.h',
],
}],
],
@@ -843,11 +854,11 @@
'../third_party/libyuv/libyuv.gyp:libyuv',
],
'sources': [
- 'common/gpu/media/h264_dpb.cc',
- 'common/gpu/media/h264_dpb.h',
'common/gpu/media/va_surface.h',
'common/gpu/media/vaapi_h264_decoder.cc',
'common/gpu/media/vaapi_h264_decoder.h',
+ 'common/gpu/media/vaapi_h264_dpb.cc',
+ 'common/gpu/media/vaapi_h264_dpb.h',
'common/gpu/media/vaapi_picture.cc',
'common/gpu/media/vaapi_picture.h',
'common/gpu/media/vaapi_video_decode_accelerator.cc',
« no previous file with comments | « content/common/gpu/media/vp8_picture.cc ('k') | media/filters/h264_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698