Files
platform-external-webrtc/video/DEPS
henrika 255750bfb0 Adds support for real audio devices in video_quality_test.
The old test supported audio but only in combination with a fake ADM.
The new version allows the user to run real video and audio.

Now possible to do:

./out/Debug/video_loopback.exe --audio --use_real_adm

To run the test in loopback using real default audio devices.

By default:

./out/Debug/video_loopback.exe --audio

runs with fake audio devices as before.

Bug: webrtc:9265
Change-Id: Id89924ec0276f929487c71fc6321dcd9cb92693d
Reviewed-on: https://webrtc-review.googlesource.com/96161
Reviewed-by: Minyue Li <minyue@webrtc.org>
Commit-Queue: Henrik Andreassson <henrika@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24463}
2018-08-28 09:00:45 +00:00

20 lines
449 B
Python

include_rules = [
"+call",
"+common_video",
"+logging/rtc_event_log",
"+media/base",
"+media/engine",
"+modules/audio_device",
"+modules/audio_mixer",
"+modules/bitrate_controller",
"+modules/congestion_controller",
"+modules/pacing",
"+modules/remote_bitrate_estimator",
"+modules/rtp_rtcp",
"+modules/utility",
"+modules/video_coding",
"+modules/video_capture",
"+modules/video_processing",
"+system_wrappers",
]