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

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: fix coded size, shm handle Created 5 years, 9 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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'video/capture/win/video_capture_device_mf_win.cc', 607 'video/capture/win/video_capture_device_mf_win.cc',
608 'video/capture/win/video_capture_device_mf_win.h', 608 'video/capture/win/video_capture_device_mf_win.h',
609 'video/capture/win/video_capture_device_win.cc', 609 'video/capture/win/video_capture_device_win.cc',
610 'video/capture/win/video_capture_device_win.h', 610 'video/capture/win/video_capture_device_win.h',
611 'video/fake_video_encode_accelerator.cc', 611 'video/fake_video_encode_accelerator.cc',
612 'video/fake_video_encode_accelerator.h', 612 'video/fake_video_encode_accelerator.h',
613 'video/h264_poc.cc', 613 'video/h264_poc.cc',
614 'video/h264_poc.h', 614 'video/h264_poc.h',
615 'video/picture.cc', 615 'video/picture.cc',
616 'video/picture.h', 616 'video/picture.h',
617 'video/jpeg_decode_accelerator.cc',
618 'video/jpeg_decode_accelerator.h',
617 'video/video_decode_accelerator.cc', 619 'video/video_decode_accelerator.cc',
618 'video/video_decode_accelerator.h', 620 'video/video_decode_accelerator.h',
619 'video/video_encode_accelerator.cc', 621 'video/video_encode_accelerator.cc',
620 'video/video_encode_accelerator.h', 622 'video/video_encode_accelerator.h',
621 'formats/webm/webm_webvtt_parser.h' 623 'formats/webm/webm_webvtt_parser.h'
622 ], 624 ],
623 'direct_dependent_settings': { 625 'direct_dependent_settings': {
624 'include_dirs': [ 626 'include_dirs': [
625 '..', 627 '..',
626 ], 628 ],
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1946 '../build/isolate.gypi', 1948 '../build/isolate.gypi',
1947 ], 1949 ],
1948 'sources': [ 1950 'sources': [
1949 'media_unittests.isolate', 1951 'media_unittests.isolate',
1950 ], 1952 ],
1951 }, 1953 },
1952 ], 1954 ],
1953 }], 1955 }],
1954 ], 1956 ],
1955 } 1957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698