This CL also introduces NetEqFactory and NetEqControllerFactory interfaces, as well as several convenience classes for working with them: DefaultNetEqFactory, DefaultNetEqControllerFactory and CustomNetEqFactory. Bug: webrtc:11005 Change-Id: I1e8fc5154636ac2aad1a856828f80a2a758ad392 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/156945 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29671}
36 lines
870 B
Python
36 lines
870 B
Python
specific_include_rules = {
|
|
".*": [
|
|
"+modules/video_coding",
|
|
],
|
|
".*": [
|
|
"+video"
|
|
],
|
|
"dummy_peer_connection\.h": [
|
|
"+rtc_base/ref_counted_object.h",
|
|
],
|
|
"fake_constraints\.h": [
|
|
"+rtc_base/string_encode.h",
|
|
],
|
|
"loopback_media_transport\.h": [
|
|
"+rtc_base/async_invoker.h",
|
|
"+rtc_base/critical_section.h",
|
|
"+rtc_base/thread.h",
|
|
"+rtc_base/thread_checker.h",
|
|
],
|
|
"neteq_factory_with_codecs\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"network_emulation_manager\.h": [
|
|
"+rtc_base/thread.h",
|
|
"+rtc_base/network.h",
|
|
],
|
|
"peerconnection_quality_test_fixture\.h": [
|
|
"+logging/rtc_event_log/rtc_event_log_factory_interface.h",
|
|
"+rtc_base/network.h",
|
|
"+rtc_base/rtc_certificate_generator.h",
|
|
"+rtc_base/ssl_certificate.h",
|
|
"+rtc_base/thread.h",
|
|
"+media/base/media_constants.h",
|
|
],
|
|
}
|