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

Side by Side Diff: media/media.gyp

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, 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'video/capture/win/video_capture_device_mf_win.cc', 586 'video/capture/win/video_capture_device_mf_win.cc',
587 'video/capture/win/video_capture_device_mf_win.h', 587 'video/capture/win/video_capture_device_mf_win.h',
588 'video/capture/win/video_capture_device_win.cc', 588 'video/capture/win/video_capture_device_win.cc',
589 'video/capture/win/video_capture_device_win.h', 589 'video/capture/win/video_capture_device_win.h',
590 'video/fake_video_encode_accelerator.cc', 590 'video/fake_video_encode_accelerator.cc',
591 'video/fake_video_encode_accelerator.h', 591 'video/fake_video_encode_accelerator.h',
592 'video/h264_poc.cc', 592 'video/h264_poc.cc',
593 'video/h264_poc.h', 593 'video/h264_poc.h',
594 'video/picture.cc', 594 'video/picture.cc',
595 'video/picture.h', 595 'video/picture.h',
596 'video/jpeg_decode_accelerator.cc',
597 'video/jpeg_decode_accelerator.h',
596 'video/video_decode_accelerator.cc', 598 'video/video_decode_accelerator.cc',
597 'video/video_decode_accelerator.h', 599 'video/video_decode_accelerator.h',
598 'video/video_encode_accelerator.cc', 600 'video/video_encode_accelerator.cc',
599 'video/video_encode_accelerator.h', 601 'video/video_encode_accelerator.h',
600 'formats/webm/webm_webvtt_parser.h' 602 'formats/webm/webm_webvtt_parser.h'
601 ], 603 ],
602 'direct_dependent_settings': { 604 'direct_dependent_settings': {
603 'include_dirs': [ 605 'include_dirs': [
604 '..', 606 '..',
605 ], 607 ],
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 '../build/isolate.gypi', 1941 '../build/isolate.gypi',
1940 ], 1942 ],
1941 'sources': [ 1943 'sources': [
1942 'media_unittests.isolate', 1944 'media_unittests.isolate',
1943 ], 1945 ],
1944 }, 1946 },
1945 ], 1947 ],
1946 }], 1948 }],
1947 ], 1949 ],
1948 } 1950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698