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

Side by Side Diff: media/media.gyp

Issue 591313008: Add support for Rec709 color space videos in software YUV convert path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 11 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'base/seekable_buffer.cc', 341 'base/seekable_buffer.cc',
342 'base/seekable_buffer.h', 342 'base/seekable_buffer.h',
343 'base/serial_runner.cc', 343 'base/serial_runner.cc',
344 'base/serial_runner.h', 344 'base/serial_runner.h',
345 'base/simd/convert_rgb_to_yuv.h', 345 'base/simd/convert_rgb_to_yuv.h',
346 'base/simd/convert_rgb_to_yuv_c.cc', 346 'base/simd/convert_rgb_to_yuv_c.cc',
347 'base/simd/convert_yuv_to_rgb.h', 347 'base/simd/convert_yuv_to_rgb.h',
348 'base/simd/convert_yuv_to_rgb_c.cc', 348 'base/simd/convert_yuv_to_rgb_c.cc',
349 'base/simd/filter_yuv.h', 349 'base/simd/filter_yuv.h',
350 'base/simd/filter_yuv_c.cc', 350 'base/simd/filter_yuv_c.cc',
351 'base/simd/yuv_to_rgb_table.cc',
352 'base/simd/yuv_to_rgb_table.h',
353 'base/sinc_resampler.cc', 351 'base/sinc_resampler.cc',
354 'base/sinc_resampler.h', 352 'base/sinc_resampler.h',
355 'base/stream_parser.cc', 353 'base/stream_parser.cc',
356 'base/stream_parser.h', 354 'base/stream_parser.h',
357 'base/stream_parser_buffer.cc', 355 'base/stream_parser_buffer.cc',
358 'base/stream_parser_buffer.h', 356 'base/stream_parser_buffer.h',
359 'base/text_cue.cc', 357 'base/text_cue.cc',
360 'base/text_cue.h', 358 'base/text_cue.h',
361 'base/text_ranges.cc', 359 'base/text_ranges.cc',
362 'base/text_ranges.h', 360 'base/text_ranges.h',
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 '../build/isolate.gypi', 1888 '../build/isolate.gypi',
1891 ], 1889 ],
1892 'sources': [ 1890 'sources': [
1893 'media_unittests.isolate', 1891 'media_unittests.isolate',
1894 ], 1892 ],
1895 }, 1893 },
1896 ], 1894 ],
1897 }], 1895 }],
1898 ], 1896 ],
1899 } 1897 }
OLDNEW
« media/base/yuv_convert.cc ('K') | « media/filters/skcanvas_video_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698