VideoProcessorIntegrationTest: make it runnable on a task queue.
* First do all frame processing, then do all rate control statistics calculations. This means that we only need to synchronize once. * Run the VideoProcessor on a task queue, thus supporting Android HW codecs. * Add some unit tests for the VideoProcessor. BUG=webrtc:6634 Review-Url: https://codereview.webrtc.org/2997283002 Cr-Commit-Position: refs/heads/master@{#19604}
This commit is contained in:
@ -409,6 +409,8 @@ if (rtc_include_tests) {
|
||||
"../..:webrtc_common",
|
||||
"../../media:rtc_media",
|
||||
"../../rtc_base:rtc_base_approved",
|
||||
"../../rtc_base:rtc_task_queue",
|
||||
"../../system_wrappers:system_wrappers",
|
||||
"../../test:test_support",
|
||||
"../../test:video_test_common",
|
||||
"../../test:video_test_support",
|
||||
|
||||
Reference in New Issue
Block a user