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

Unified Diff: content/common/BUILD.gn

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reuse VASurface 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 6816544b64875fedc26e20d4248f73990a4b0669..02ae0e54283b15913a7ef2a2fae9fd81417c03a0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -384,6 +384,8 @@ source_set("common") {
"gpu/media/va_surface.h",
"gpu/media/vaapi_picture.cc",
"gpu/media/vaapi_picture.h",
+ "gpu/media/vaapi_jpeg_decode_accelerator.cc",
+ "gpu/media/vaapi_jpeg_decode_accelerator.h",
"gpu/media/vaapi_video_decode_accelerator.cc",
"gpu/media/vaapi_video_decode_accelerator.h",
"gpu/media/vaapi_video_encode_accelerator.cc",

Powered by Google App Engine
This is Rietveld 408576698