• Home
  • History
  • Annotate
  • only in /external/webrtc/webrtc/modules/video_processing/test/
History log of /external/webrtc/webrtc/modules/video_processing/test/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67e94fb6f2a84cad97ba96abce3506c29f8ebb24 12-Jan-2016 jackychen <jackychen@webrtc.org> Add unit test for stand-alone denoiser and fixed some bugs.

The unit test will run the pure C denoiser and SSE2/NEON denoiser (based
on the CPU detection) and compare the denoised frames to ensure the bit
exact.

TBR=tommi@webrtc.org

BUG=webrtc:5255

Review URL: https://codereview.webrtc.org/1492053003

Cr-Commit-Position: refs/heads/master@{#11216}
enoiser_test.cc
e2976c87f7ba627fa1e1246f0ccfb34b4b9f3a73 04-Jan-2016 Peter Boström <pbos@webrtc.org> Remove DISABLED_ON_ macros.

Macro incorrectly displays DISABLED_ON_ANDROID in test names for
parameterized tests under --gtest_list_tests, causing tests to be
disabled on all platforms since they contain the DISABLED_ prefix rather
than their expanded variants.

This expands the macro variants to inline if they're disabled or not,
and removes building some tests under configurations where they should
fail, instead of building them but disabling them by default.

The change also removes gtest_disable.h as an unused include from many
other files.

BUG=webrtc:5387, webrtc:5400
R=kjellander@webrtc.org, phoglund@webrtc.org
TBR=henrik.lundin@webrtc.org

Review URL: https://codereview.webrtc.org/1547343002 .

Cr-Commit-Position: refs/heads/master@{#11150}
rightness_detection_test.cc
ontent_metrics_test.cc
eflickering_test.cc
ideo_processing_unittest.cc
99ab9447d1b48043adf6bfdf72cf820bbda3ee3f 08-Dec-2015 mflodman <mflodman@webrtc.org> Clang format of video_processing folder.

BUG=webrtc:5259

Review URL: https://codereview.webrtc.org/1508793002

Cr-Commit-Position: refs/heads/master@{#10925}
rightness_detection_test.cc
ontent_metrics_test.cc
eflickering_test.cc
ideo_processing_unittest.cc
ideo_processing_unittest.h
a8565425bc6b1d3d7b5a0b0e0a49bc4e57c64f21 07-Dec-2015 mflodman <mflodman@webrtc.org> Initial VideoProcessing refactoring.

This CL is the first in a series of CLs to refactor
VideoProcessing(Module) to follow Google C++ style guide and make the
code more readable.

This CL removed inheritance from Module, renames variables and makes
VideoProcessingImpl::PreprocessFrame return a frame pointer if there
is a frame to send, nullptr otherwise. The affected CLs also passes git
cl lint.

BUG=webrtc:5259

Review URL: https://codereview.webrtc.org/1482913003

Cr-Commit-Position: refs/heads/master@{#10907}
rightness_detection_test.cc
ontent_metrics_test.cc
eflickering_test.cc
ideo_processing_unittest.cc
ideo_processing_unittest.h
0f59a88b32d95430bf12bd8c4d9b2963e018ead2 18-Nov-2015 Henrik Kjellander <kjellander@google.com> 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}
rightness_detection_test.cc
ontent_metrics_test.cc
reateTable.m
eflickering_test.cc
eadYUV420file.m
ideo_processing_unittest.cc
ideo_processing_unittest.h
riteYUV420file.m