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

Side by Side Diff: media/BUILD.gn

Issue 1124423008: MJPEG acceleration for video capture using VAAPI, the GPU and IPC part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-1-media
Patch Set: add back jpeg_decode_accelerator.cc Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « content/content_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "video/capture/win/video_capture_device_mf_win.cc", 237 "video/capture/win/video_capture_device_mf_win.cc",
238 "video/capture/win/video_capture_device_mf_win.h", 238 "video/capture/win/video_capture_device_mf_win.h",
239 "video/capture/win/video_capture_device_win.cc", 239 "video/capture/win/video_capture_device_win.cc",
240 "video/capture/win/video_capture_device_win.h", 240 "video/capture/win/video_capture_device_win.h",
241 "video/fake_video_encode_accelerator.cc", 241 "video/fake_video_encode_accelerator.cc",
242 "video/fake_video_encode_accelerator.h", 242 "video/fake_video_encode_accelerator.h",
243 "video/gpu_memory_buffer_video_frame_pool.cc", 243 "video/gpu_memory_buffer_video_frame_pool.cc",
244 "video/gpu_memory_buffer_video_frame_pool.h", 244 "video/gpu_memory_buffer_video_frame_pool.h",
245 "video/h264_poc.cc", 245 "video/h264_poc.cc",
246 "video/h264_poc.h", 246 "video/h264_poc.h",
247 "video/jpeg_decode_accelerator.cc",
248 "video/jpeg_decode_accelerator.h",
247 "video/picture.cc", 249 "video/picture.cc",
248 "video/picture.h", 250 "video/picture.h",
249 "video/video_decode_accelerator.cc", 251 "video/video_decode_accelerator.cc",
250 "video/video_decode_accelerator.h", 252 "video/video_decode_accelerator.h",
251 "video/video_encode_accelerator.cc", 253 "video/video_encode_accelerator.cc",
252 "video/video_encode_accelerator.h", 254 "video/video_encode_accelerator.h",
253 ] 255 ]
254 256
255 configs += [ 257 configs += [
256 ":media_config", 258 ":media_config",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "//media/base:test_support", 741 "//media/base:test_support",
740 "//media/test:pipeline_integration_tests", 742 "//media/test:pipeline_integration_tests",
741 "//testing/gmock", 743 "//testing/gmock",
742 "//testing/gtest", 744 "//testing/gtest",
743 "//third_party/ffmpeg", 745 "//third_party/ffmpeg",
744 "//ui/gfx/geometry", 746 "//ui/gfx/geometry",
745 "//ui/gfx:test_support", 747 "//ui/gfx:test_support",
746 ] 748 ]
747 } 749 }
748 } 750 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698