modules/video_processing: refactor interface->include + more.
Moved/renamed: webrtc/modules/video_processing/main/interface -> webrtc/modules/video_processing/include webrtc/modules/video_processing/main/source/* -> webrtc/modules/video_processing webrtc/modules/video_processing/main/test/unit_test -> webrtc/modules/video_processing/test No downstream code seems to use this module. BUG=webrtc:5095 TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc R=pbos@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/1410663004 . Cr-Commit-Position: refs/heads/master@{#10697}
This commit is contained in:
@ -18,24 +18,24 @@
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
||||
],
|
||||
'sources': [
|
||||
'main/interface/video_processing.h',
|
||||
'main/interface/video_processing_defines.h',
|
||||
'main/source/brighten.cc',
|
||||
'main/source/brighten.h',
|
||||
'main/source/brightness_detection.cc',
|
||||
'main/source/brightness_detection.h',
|
||||
'main/source/content_analysis.cc',
|
||||
'main/source/content_analysis.h',
|
||||
'main/source/deflickering.cc',
|
||||
'main/source/deflickering.h',
|
||||
'main/source/frame_preprocessor.cc',
|
||||
'main/source/frame_preprocessor.h',
|
||||
'main/source/spatial_resampler.cc',
|
||||
'main/source/spatial_resampler.h',
|
||||
'main/source/video_decimator.cc',
|
||||
'main/source/video_decimator.h',
|
||||
'main/source/video_processing_impl.cc',
|
||||
'main/source/video_processing_impl.h',
|
||||
'include/video_processing.h',
|
||||
'include/video_processing_defines.h',
|
||||
'brighten.cc',
|
||||
'brighten.h',
|
||||
'brightness_detection.cc',
|
||||
'brightness_detection.h',
|
||||
'content_analysis.cc',
|
||||
'content_analysis.h',
|
||||
'deflickering.cc',
|
||||
'deflickering.h',
|
||||
'frame_preprocessor.cc',
|
||||
'frame_preprocessor.h',
|
||||
'spatial_resampler.cc',
|
||||
'spatial_resampler.h',
|
||||
'video_decimator.cc',
|
||||
'video_decimator.h',
|
||||
'video_processing_impl.cc',
|
||||
'video_processing_impl.h',
|
||||
],
|
||||
'conditions': [
|
||||
['target_arch=="ia32" or target_arch=="x64"', {
|
||||
@ -51,7 +51,7 @@
|
||||
'target_name': 'video_processing_sse2',
|
||||
'type': 'static_library',
|
||||
'sources': [
|
||||
'main/source/content_analysis_sse2.cc',
|
||||
'content_analysis_sse2.cc',
|
||||
],
|
||||
'conditions': [
|
||||
['os_posix==1 and OS!="mac"', {
|
||||
|
||||
Reference in New Issue
Block a user