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

Side by Side Diff: media/media.gyp

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: gpu_jpeg_decode_accelerator.cc filter to dispatch decode task 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
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 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'video/capture/win/video_capture_device_win.cc', 589 'video/capture/win/video_capture_device_win.cc',
590 'video/capture/win/video_capture_device_win.h', 590 'video/capture/win/video_capture_device_win.h',
591 'video/fake_video_encode_accelerator.cc', 591 'video/fake_video_encode_accelerator.cc',
592 'video/fake_video_encode_accelerator.h', 592 'video/fake_video_encode_accelerator.h',
593 'video/gpu_memory_buffer_video_frame_pool.cc', 593 'video/gpu_memory_buffer_video_frame_pool.cc',
594 'video/gpu_memory_buffer_video_frame_pool.h', 594 'video/gpu_memory_buffer_video_frame_pool.h',
595 'video/h264_poc.cc', 595 'video/h264_poc.cc',
596 'video/h264_poc.h', 596 'video/h264_poc.h',
597 'video/picture.cc', 597 'video/picture.cc',
598 'video/picture.h', 598 'video/picture.h',
599 'video/jpeg_decode_accelerator.cc',
600 'video/jpeg_decode_accelerator.h',
599 'video/video_decode_accelerator.cc', 601 'video/video_decode_accelerator.cc',
600 'video/video_decode_accelerator.h', 602 'video/video_decode_accelerator.h',
601 'video/video_encode_accelerator.cc', 603 'video/video_encode_accelerator.cc',
602 'video/video_encode_accelerator.h', 604 'video/video_encode_accelerator.h',
603 'formats/webm/webm_webvtt_parser.h' 605 'formats/webm/webm_webvtt_parser.h'
604 ], 606 ],
605 'direct_dependent_settings': { 607 'direct_dependent_settings': {
606 'include_dirs': [ 608 'include_dirs': [
607 '..', 609 '..',
608 ], 610 ],
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 '../build/isolate.gypi', 1964 '../build/isolate.gypi',
1963 ], 1965 ],
1964 'sources': [ 1966 'sources': [
1965 'audio_unittests.isolate', 1967 'audio_unittests.isolate',
1966 ], 1968 ],
1967 }, 1969 },
1968 ], 1970 ],
1969 }], 1971 }],
1970 ], 1972 ],
1971 } 1973 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698