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

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: Created 5 years, 7 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
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "video/capture/win/video_capture_device_mf_win.cc", 239 "video/capture/win/video_capture_device_mf_win.cc",
240 "video/capture/win/video_capture_device_mf_win.h", 240 "video/capture/win/video_capture_device_mf_win.h",
241 "video/capture/win/video_capture_device_win.cc", 241 "video/capture/win/video_capture_device_win.cc",
242 "video/capture/win/video_capture_device_win.h", 242 "video/capture/win/video_capture_device_win.h",
243 "video/fake_video_encode_accelerator.cc", 243 "video/fake_video_encode_accelerator.cc",
244 "video/fake_video_encode_accelerator.h", 244 "video/fake_video_encode_accelerator.h",
245 "video/gpu_memory_buffer_video_frame_pool.cc", 245 "video/gpu_memory_buffer_video_frame_pool.cc",
246 "video/gpu_memory_buffer_video_frame_pool.h", 246 "video/gpu_memory_buffer_video_frame_pool.h",
247 "video/h264_poc.cc", 247 "video/h264_poc.cc",
248 "video/h264_poc.h", 248 "video/h264_poc.h",
249 "video/jpeg_decode_accelerator.cc",
250 "video/jpeg_decode_accelerator.h",
249 "video/picture.cc", 251 "video/picture.cc",
250 "video/picture.h", 252 "video/picture.h",
251 "video/video_decode_accelerator.cc", 253 "video/video_decode_accelerator.cc",
252 "video/video_decode_accelerator.h", 254 "video/video_decode_accelerator.h",
253 "video/video_encode_accelerator.cc", 255 "video/video_encode_accelerator.cc",
254 "video/video_encode_accelerator.h", 256 "video/video_encode_accelerator.h",
255 ] 257 ]
256 258
257 configs += [ 259 configs += [
258 ":media_config", 260 ":media_config",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 "//media/base:test_support", 737 "//media/base:test_support",
736 "//media/test:pipeline_integration_tests", 738 "//media/test:pipeline_integration_tests",
737 "//testing/gmock", 739 "//testing/gmock",
738 "//testing/gtest", 740 "//testing/gtest",
739 "//third_party/ffmpeg", 741 "//third_party/ffmpeg",
740 "//ui/gfx/geometry", 742 "//ui/gfx/geometry",
741 "//ui/gfx:test_support", 743 "//ui/gfx:test_support",
742 ] 744 ]
743 } 745 }
744 } 746 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698