aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2023-02-25 07:04:36 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-02-25 07:04:36 +0000
commit26a10c84510676cf8d43c6f22254477718bf6d90 (patch)
tree0edc1c7a537eb48ba86e3899d6f8041725385b65
parent108f7d176912218782af3bf9b5719178a31d289a (diff)
parent457dde521f1f3142427d5c4377f76dd5ea6b7232 (diff)
downloadwebrtc-android14-qpr1-release.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/webrtc/+/2456198 Change-Id: I56ebe495ccc9a8a8c8cc39b254748cfb15692cef Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp17982
-rwxr-xr-xandroid_tools/generate_android_bp.sh2
-rwxr-xr-xandroid_tools/generate_bp.py253
3 files changed, 8620 insertions, 9617 deletions
diff --git a/Android.bp b/Android.bp
index fda73b805b..8ca1d6c206 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,8 +53,29 @@ cc_defaults {
"third_party/crc32c/src/include",
],
cflags: [
- "-DABSL_ALLOCATOR_NOTHROW=1",
+ "-Wextra",
+ "-Wno-unused-parameter",
+ "-Wshadow",
+ "-Wstring-conversion",
+ "-Wexit-time-destructors",
+ "-Wglobal-constructors",
+ "-Wno-shadow",
+ "-Wctad-maybe-unsupported",
+ "-Wc++11-narrowing",
+ "-Wundef",
+ "-Wunused-lambda-capture",
+ "-DWEBRTC_ENABLE_PROTOBUF=0",
+ "-DWEBRTC_STRICT_FIELD_TRIALS=0",
+ "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE",
"-DRTC_ENABLE_VP9",
+ "-DWEBRTC_HAVE_SCTP",
+ "-DWEBRTC_LIBRARY_IMPL",
+ "-DWEBRTC_ENABLE_AVX2",
+ "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1",
+ "-DWEBRTC_POSIX",
+ "-DWEBRTC_LINUX",
+ "-DABSL_ALLOCATOR_NOTHROW=1",
+ "-DHAVE_ARM64_CRC32C=0",
"-DUSE_AURA=1",
"-DUSE_GLIB=1",
"-DUSE_NSS_CERTS=1",
@@ -62,15 +83,6 @@ cc_defaults {
"-DUSE_X11=1",
"-DWEBRTC_ANDROID_PLATFORM_BUILD=1",
"-DWEBRTC_APM_DEBUG_DUMP=0",
- "-DWEBRTC_ENABLE_AVX2",
- "-DWEBRTC_ENABLE_PROTOBUF=0",
- "-DWEBRTC_HAVE_SCTP",
- "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE",
- "-DWEBRTC_LIBRARY_IMPL",
- "-DWEBRTC_LINUX",
- "-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1",
- "-DWEBRTC_POSIX",
- "-DWEBRTC_STRICT_FIELD_TRIALS=0",
"-D_FILE_OFFSET_BITS=64",
"-D_GNU_SOURCE",
"-D_LARGEFILE64_SOURCE",
@@ -82,8 +94,13 @@ cc_defaults {
"-Wno-missing-field-initializers",
"-Wno-unreachable-code-aggressive",
"-Wno-unreachable-code-break",
- "-Wno-unused-parameter",
- "-msse3",
+ ],
+ conlyflags: [
+ "-Wstrict-prototypes",
+ ],
+ cppflags: [
+ "-Wnon-virtual-dtor",
+ "-Woverloaded-virtual",
],
header_libs: [
"libwebrtc_absl_headers",
@@ -115,38 +132,38 @@ cc_defaults {
arch: {
arm: {
cflags: [
- "-DHAVE_ARM64_CRC32C=0",
+ "-mfpu=neon",
"-DWEBRTC_ARCH_ARM",
"-DWEBRTC_ARCH_ARM_V7",
"-DWEBRTC_HAS_NEON",
- "-mfpu=neon",
"-mthumb",
],
+ asflags: [
+ "-mfpu=neon",
+ ],
},
arm64: {
cflags: [
- "-DHAVE_ARM64_CRC32C=0",
"-DWEBRTC_ARCH_ARM64",
"-DWEBRTC_HAS_NEON",
],
},
riscv64: {
- cflags: ["-DHAVE_ARM64_CRC32C=0"],
},
x86_64: {
cflags: [
- "-DHAVE_ARM64_CRC32C=0",
"-mavx2",
"-mfma",
"-msse2",
+ "-msse3",
],
},
x86: {
cflags: [
- "-DHAVE_ARM64_CRC32C=0",
"-mavx2",
"-mfma",
"-msse2",
+ "-msse3",
],
},
},
@@ -157,95 +174,81 @@ cc_defaults {
}
/* From target:
-//net/dcsctp/socket:transmission_control_block
+//api/audio_codecs/L16:audio_decoder_L16
*/
cc_library_static {
- name: "webrtc_socket__transmission_control_block",
+ name: "webrtc_L16__audio_decoder_L16",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_public__socket",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "net/dcsctp/socket/transmission_control_block.cc",
+ "api/audio_codecs/L16/audio_decoder_L16.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__pcm16b",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//api/audio_codecs/L16:audio_encoder_L16
+*/
+cc_library_static {
+ name: "webrtc_L16__audio_encoder_L16",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/audio_codecs/L16/audio_encoder_L16.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__pcm16b",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rx__data_tracker",
- "webrtc_rx__reassembly_queue",
- "webrtc_socket__heartbeat_handler",
- "webrtc_socket__packet_sender",
- "webrtc_socket__stream_reset_handler",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- "webrtc_tx__retransmission_error_counter",
- "webrtc_tx__retransmission_queue",
- "webrtc_tx__retransmission_timeout",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:peer_connection_message_handler
+//:webrtc
*/
cc_library_static {
- name: "webrtc_pc__peer_connection_message_handler",
+ name: "webrtc___webrtc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_coding__default_neteq_factory",
":webrtc_audio_processing__aec_dump_interface",
":webrtc_audio_processing__rms_level",
":webrtc_base__base",
@@ -258,6 +261,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -265,13 +271,53 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__default_neteq_controller_factory",
":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__data_channel_controller",
+ ":webrtc_pc__dtls_srtp_transport",
+ ":webrtc_pc__dtls_transport",
+ ":webrtc_pc__external_hmac",
+ ":webrtc_pc__ice_transport",
+ ":webrtc_pc__jsep_transport",
+ ":webrtc_pc__jsep_transport_collection",
+ ":webrtc_pc__jsep_transport_controller",
+ ":webrtc_pc__legacy_stats_collector",
+ ":webrtc_pc__local_audio_source",
+ ":webrtc_pc__media_session",
+ ":webrtc_pc__peer_connection",
+ ":webrtc_pc__peer_connection_factory",
+ ":webrtc_pc__rtc_stats_collector",
+ ":webrtc_pc__rtc_stats_traversal",
+ ":webrtc_pc__rtcp_mux_filter",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__rtp_transport",
+ ":webrtc_pc__sctp_transport",
+ ":webrtc_pc__sctp_utils",
+ ":webrtc_pc__sdp_offer_answer",
+ ":webrtc_pc__sdp_serializer",
+ ":webrtc_pc__sdp_utils",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
+ ":webrtc_pc__srtp_filter",
+ ":webrtc_pc__srtp_session",
+ ":webrtc_pc__srtp_transport",
+ ":webrtc_pc__track_media_info_map",
+ ":webrtc_pc__transport_stats",
+ ":webrtc_pc__video_track_source_proxy",
+ ":webrtc_pc__webrtc_sdp",
+ ":webrtc_pc__webrtc_session_description_factory",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtc_base__rtc_operations_chain",
":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
@@ -281,6 +327,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -289,34 +339,97 @@ cc_library_static {
":webrtc_types__bad_variant_access",
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
+ ":webrtc_video_capture__video_capture_internal_impl",
":webrtc_video_codecs__scalability_mode",
- "pc/peer_connection_message_handler.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__candidate",
+ "webrtc_api__create_peerconnection_factory",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__ice_transport_factory",
"webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
+ "webrtc_api__rtc_event_log_output_file",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_api__transport_api",
+ "webrtc_audio__audio",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_codecs__builtin_audio_decoder_factory",
+ "webrtc_audio_codecs__builtin_audio_encoder_factory",
+ "webrtc_audio_coding__neteq",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_base64__base64",
+ "webrtc_call__call",
+ "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
+ "webrtc_call__rtp_sender",
+ "webrtc_call__video_stream_api",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_logging__ice_log",
+ "webrtc_media__rtc_audio_video",
+ "webrtc_media__rtc_media_base",
+ "webrtc_media__rtc_sdp_video_format_utils",
"webrtc_memory__aligned_malloc",
+ "webrtc_metrics__metric",
+ "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_pc__audio_rtp_receiver",
+ "webrtc_pc__audio_track",
+ "webrtc_pc__connection_context",
+ "webrtc_pc__data_channel_utils",
+ "webrtc_pc__dtmf_sender",
+ "webrtc_pc__ice_server_parsing",
+ "webrtc_pc__jitter_buffer_delay",
+ "webrtc_pc__media_protocol_names",
+ "webrtc_pc__media_stream",
+ "webrtc_pc__media_stream_observer",
+ "webrtc_pc__peer_connection_message_handler",
+ "webrtc_pc__proxy",
+ "webrtc_pc__remote_audio_source",
+ "webrtc_pc__rtp_parameters_conversion",
+ "webrtc_pc__rtp_receiver",
+ "webrtc_pc__rtp_sender",
+ "webrtc_pc__rtp_transceiver",
+ "webrtc_pc__rtp_transmission_manager",
+ "webrtc_pc__sctp_data_channel",
+ "webrtc_pc__transceiver_list",
+ "webrtc_pc__usage_pattern",
+ "webrtc_pc__video_rtp_receiver",
+ "webrtc_pc__video_track",
+ "webrtc_pc__video_track_source",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__random",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -324,28 +437,46 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_event_log__rtc_event_log_factory",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__default_task_queue_factory",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__bitrate_settings",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__builtin_video_bitrate_allocator_factory",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
+ "webrtc_video__frame_decode_timing",
+ "webrtc_video__video",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_capture__video_capture_module",
+ "webrtc_video_codecs__builtin_video_decoder_factory",
+ "webrtc_video_codecs__builtin_video_encoder_factory",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__webrtc_h264",
+ "webrtc_video_coding__webrtc_vp8",
+ "webrtc_video_coding__webrtc_vp9",
],
arch: {
arm: {
@@ -361,90 +492,17 @@ cc_library_static {
}
/* From target:
-//api:media_stream_interface
-*/
-cc_library_static {
- name: "webrtc_api__media_stream_interface",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/media_stream_interface.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_api__audio_options_api",
- "webrtc_api__rtp_parameters",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_image",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//video/render:incoming_video_stream
-*/
-cc_library_static {
- name: "webrtc_render__incoming_video_stream",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "video/render/incoming_video_stream.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_render__video_render_frames",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- "webrtc_video__video_frame",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/congestion_controller/rtp:transport_feedback
+//call/adaptation:resource_adaptation
*/
cc_library_static {
- name: "webrtc_rtp__transport_feedback",
+ name: "webrtc_adaptation__resource_adaptation",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -462,8 +520,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -479,53 +539,107 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/rtp/transport_feedback_adapter.cc",
- "modules/congestion_controller/rtp/transport_feedback_demuxer.cc",
+ "call/adaptation/adaptation_constraint.cc",
+ "call/adaptation/broadcast_resource_listener.cc",
+ "call/adaptation/degradation_preference_provider.cc",
+ "call/adaptation/encoder_settings.cc",
+ "call/adaptation/resource_adaptation_processor.cc",
+ "call/adaptation/resource_adaptation_processor_interface.cc",
+ "call/adaptation/video_source_restrictions.cc",
+ "call/adaptation/video_stream_adapter.cc",
+ "call/adaptation/video_stream_input_state.cc",
+ "call/adaptation/video_stream_input_state_provider.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_network__sent_packet",
+ "webrtc_experiments__balanced_degradation_settings",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_transport__network_control",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/synchronization:graphcycles_internal
+//api/adaptation:resource_adaptation_api
*/
filegroup {
- name: "webrtc_synchronization__graphcycles_internal",
- srcs: ["third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc"],
+ name: "webrtc_adaptation__resource_adaptation_api",
+ srcs: ["api/adaptation/resource.cc"],
}
/* From target:
-//pc:media_stream
+//video/adaptation:video_adaptation
*/
cc_library_static {
- name: "webrtc_pc__media_stream",
+ name: "webrtc_adaptation__video_adaptation",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -566,6 +680,7 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -575,40 +690,58 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/media_stream.cc",
+ "video/adaptation/balanced_constraint.cc",
+ "video/adaptation/bandwidth_quality_scaler_resource.cc",
+ "video/adaptation/bitrate_constraint.cc",
+ "video/adaptation/encode_usage_resource.cc",
+ "video/adaptation/overuse_frame_detector.cc",
+ "video/adaptation/pixel_limit_resource.cc",
+ "video/adaptation/quality_rampup_experiment_helper.cc",
+ "video/adaptation/quality_scaler_resource.cc",
+ "video/adaptation/video_stream_encoder_resource.cc",
+ "video/adaptation/video_stream_encoder_resource_manager.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__balanced_degradation_settings",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__quality_rampup_experiment",
+ "webrtc_experiments__quality_scaler_settings",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -616,10 +749,12 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -631,6 +766,7 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -646,10 +782,10 @@ cc_library_static {
}
/* From target:
-//common_audio/third_party/ooura:fft_size_128
+//modules/audio_processing/aec3:aec3
*/
cc_library_static {
- name: "webrtc_ooura__fft_size_128",
+ name: "webrtc_aec3__aec3",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -661,44 +797,103 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/third_party/ooura/fft_size_128/ooura_fft.cc",
+ "modules/audio_processing/aec3/adaptive_fir_filter.cc",
+ "modules/audio_processing/aec3/adaptive_fir_filter_erl.cc",
+ "modules/audio_processing/aec3/aec3_common.cc",
+ "modules/audio_processing/aec3/aec3_fft.cc",
+ "modules/audio_processing/aec3/aec_state.cc",
+ "modules/audio_processing/aec3/alignment_mixer.cc",
+ "modules/audio_processing/aec3/api_call_jitter_metrics.cc",
+ "modules/audio_processing/aec3/block_buffer.cc",
+ "modules/audio_processing/aec3/block_delay_buffer.cc",
+ "modules/audio_processing/aec3/block_framer.cc",
+ "modules/audio_processing/aec3/block_processor.cc",
+ "modules/audio_processing/aec3/block_processor_metrics.cc",
+ "modules/audio_processing/aec3/clockdrift_detector.cc",
+ "modules/audio_processing/aec3/coarse_filter_update_gain.cc",
+ "modules/audio_processing/aec3/comfort_noise_generator.cc",
+ "modules/audio_processing/aec3/config_selector.cc",
+ "modules/audio_processing/aec3/decimator.cc",
+ "modules/audio_processing/aec3/dominant_nearend_detector.cc",
+ "modules/audio_processing/aec3/downsampled_render_buffer.cc",
+ "modules/audio_processing/aec3/echo_audibility.cc",
+ "modules/audio_processing/aec3/echo_canceller3.cc",
+ "modules/audio_processing/aec3/echo_path_delay_estimator.cc",
+ "modules/audio_processing/aec3/echo_path_variability.cc",
+ "modules/audio_processing/aec3/echo_remover.cc",
+ "modules/audio_processing/aec3/echo_remover_metrics.cc",
+ "modules/audio_processing/aec3/erl_estimator.cc",
+ "modules/audio_processing/aec3/erle_estimator.cc",
+ "modules/audio_processing/aec3/fft_buffer.cc",
+ "modules/audio_processing/aec3/filter_analyzer.cc",
+ "modules/audio_processing/aec3/frame_blocker.cc",
+ "modules/audio_processing/aec3/fullband_erle_estimator.cc",
+ "modules/audio_processing/aec3/matched_filter.cc",
+ "modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
+ "modules/audio_processing/aec3/moving_average.cc",
+ "modules/audio_processing/aec3/multi_channel_content_detector.cc",
+ "modules/audio_processing/aec3/refined_filter_update_gain.cc",
+ "modules/audio_processing/aec3/render_buffer.cc",
+ "modules/audio_processing/aec3/render_delay_buffer.cc",
+ "modules/audio_processing/aec3/render_delay_controller.cc",
+ "modules/audio_processing/aec3/render_delay_controller_metrics.cc",
+ "modules/audio_processing/aec3/render_signal_analyzer.cc",
+ "modules/audio_processing/aec3/residual_echo_estimator.cc",
+ "modules/audio_processing/aec3/reverb_decay_estimator.cc",
+ "modules/audio_processing/aec3/reverb_frequency_response.cc",
+ "modules/audio_processing/aec3/reverb_model.cc",
+ "modules/audio_processing/aec3/reverb_model_estimator.cc",
+ "modules/audio_processing/aec3/signal_dependent_erle_estimator.cc",
+ "modules/audio_processing/aec3/spectrum_buffer.cc",
+ "modules/audio_processing/aec3/stationarity_estimator.cc",
+ "modules/audio_processing/aec3/subband_erle_estimator.cc",
+ "modules/audio_processing/aec3/subband_nearend_detector.cc",
+ "modules/audio_processing/aec3/subtractor.cc",
+ "modules/audio_processing/aec3/subtractor_output.cc",
+ "modules/audio_processing/aec3/subtractor_output_analyzer.cc",
+ "modules/audio_processing/aec3/suppression_filter.cc",
+ "modules/audio_processing/aec3/suppression_gain.cc",
+ "modules/audio_processing/aec3/transparent_mode.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio__aec3_config",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_audio_processing__high_pass_filter",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
"webrtc_memory__aligned_malloc",
- "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__cascaded_biquad_filter",
],
arch: {
arm: {
- srcs: [
- ":webrtc_common_audio__common_audio_c_arm_asm",
- "common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc",
- ],
- },
- arm64: {
- srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc"],
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
x86_64: {
- srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc"],
+ static_libs: ["webrtc_aec3__aec3_avx2"],
},
x86: {
- srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc"],
+ static_libs: ["webrtc_aec3__aec3_avx2"],
},
},
}
/* From target:
-//modules/pacing:interval_budget
+//modules/audio_processing/aec3:aec3_avx2
*/
cc_library_static {
- name: "webrtc_pacing__interval_budget",
+ name: "webrtc_aec3__aec3_avx2",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -709,29 +904,71 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/pacing/interval_budget.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/aec3/adaptive_fir_filter_avx2.cc",
+ "modules/audio_processing/aec3/adaptive_fir_filter_erl_avx2.cc",
+ "modules/audio_processing/aec3/fft_data_avx2.cc",
+ "modules/audio_processing/aec3/matched_filter_avx2.cc",
+ "modules/audio_processing/aec3/vector_math_avx2.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
+ static_libs: [
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
arch: {
arm: {
+ enabled: false,
+ },
+ arm64: {
+ enabled: false,
+ },
+ riscv64: {
+ enabled: false,
},
},
}
/* From target:
-//modules/video_coding/svc:scalability_mode_util
+//modules/audio_processing/aec_dump:null_aec_dump_factory
*/
-filegroup {
- name: "webrtc_svc__scalability_mode_util",
- srcs: ["modules/video_coding/svc/scalability_mode_util.cc"],
+cc_library_static {
+ name: "webrtc_aec_dump__null_aec_dump_factory",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/aec_dump/null_aec_dump_factory.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio_processing__api",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ ],
}
/* From target:
-//pc:proxy
+//modules/audio_processing/aecm:aecm_core
*/
cc_library_static {
- name: "webrtc_pc__proxy",
+ name: "webrtc_aecm__aecm_core",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -740,38 +977,41 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__network_constants",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "pc/proxy.cc",
+ "modules/audio_processing/aecm/aecm_core.cc",
+ "modules/audio_processing/aecm/aecm_core_c.cc",
+ "modules/audio_processing/aecm/echo_control_mobile.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__legacy_delay_estimator",
],
arch: {
arm: {
+ srcs: [
+ ":webrtc_common_audio__common_audio_c_arm_asm",
+ "modules/audio_processing/aecm/aecm_core_neon.cc",
+ ],
+ },
+ arm64: {
+ srcs: ["modules/audio_processing/aecm/aecm_core_neon.cc"],
},
},
}
/* From target:
-//rtc_base/task_utils:repeating_task
+//modules/audio_processing/agc2:adaptive_digital
*/
cc_library_static {
- name: "webrtc_task_utils__repeating_task",
+ name: "webrtc_agc2__adaptive_digital",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -783,34 +1023,37 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/task_utils/repeating_task.cc",
+ "modules/audio_processing/agc2/adaptive_digital_gain_controller.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__adaptive_digital_gain_applier",
+ "webrtc_agc2__noise_level_estimator",
+ "webrtc_agc2__saturation_protector",
+ "webrtc_agc2__speech_level_estimator",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api/units:data_size
+//modules/audio_processing/agc2:adaptive_digital_gain_applier
*/
cc_library_static {
- name: "webrtc_units__data_size",
+ name: "webrtc_agc2__adaptive_digital_gain_applier",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -822,168 +1065,123 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/units/data_size.cc",
+ "modules/audio_processing/agc2/adaptive_digital_gain_applier.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__gain_applier",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_common_audio__common_audio",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//media:rtc_data_dcsctp_transport
+//modules/audio_processing/agc2:biquad_filter
*/
cc_library_static {
- name: "webrtc_media__rtc_data_dcsctp_transport",
+ name: "webrtc_agc2__biquad_filter",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/agc2/biquad_filter.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//modules/audio_processing/agc2:clipping_predictor
+*/
+cc_library_static {
+ name: "webrtc_agc2__clipping_predictor",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "media/sctp/dcsctp_transport.cc",
+ "modules/audio_processing/agc2/clipping_predictor.cc",
+ "modules/audio_processing/agc2/clipping_predictor_level_buffer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__task_queue_timeout",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//third_party/abseil-cpp/absl/types:bad_optional_access
+//modules/audio_processing/agc2:cpu_features
*/
-filegroup {
- name: "webrtc_types__bad_optional_access",
- srcs: ["third_party/abseil-cpp/absl/types/bad_optional_access.cc"],
+cc_library_static {
+ name: "webrtc_agc2__cpu_features",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/cpu_features.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
}
/* From target:
-//rtc_base:timestamp_aligner
+//modules/audio_processing/agc2:fixed_digital
*/
cc_library_static {
- name: "webrtc_rtc_base__timestamp_aligner",
+ name: "webrtc_agc2__fixed_digital",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -995,46 +1193,97 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/timestamp_aligner.cc",
+ "modules/audio_processing/agc2/fixed_digital_level_estimator.cc",
+ "modules/audio_processing/agc2/interpolated_gain_curve.cc",
+ "modules/audio_processing/agc2/limiter.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_common_audio__common_audio",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api/transport:bitrate_settings
+//modules/audio_processing/agc2:gain_applier
*/
cc_library_static {
- name: "webrtc_transport__bitrate_settings",
+ name: "webrtc_agc2__gain_applier",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/agc2/gain_applier.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//modules/audio_processing/agc2:input_volume_controller
+*/
+cc_library_static {
+ name: "webrtc_agc2__input_volume_controller",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/transport/bitrate_settings.cc",
+ "modules/audio_processing/agc2/input_volume_controller.cc",
+ "modules/audio_processing/agc2/speech_probability_buffer.cc",
],
host_supported: true,
+ static_libs: [
+ "webrtc_agc2__clipping_predictor",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/audio_processing/agc2:gain_applier
+//modules/audio_processing/agc2:input_volume_stats_reporter
*/
cc_library_static {
- name: "webrtc_agc2__gain_applier",
+ name: "webrtc_agc2__input_volume_stats_reporter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -1045,163 +1294,97 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/audio_processing/agc2/gain_applier.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/input_volume_stats_reporter.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ ],
+}
+
+/* From target:
+//modules/audio_processing/agc2:noise_level_estimator
+*/
+cc_library_static {
+ name: "webrtc_agc2__noise_level_estimator",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/noise_level_estimator.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_agc2__biquad_filter",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//pc:audio_rtp_receiver
+//modules/audio_processing/agc2:saturation_protector
*/
cc_library_static {
- name: "webrtc_pc__audio_rtp_receiver",
+ name: "webrtc_agc2__saturation_protector",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "pc/audio_rtp_receiver.cc",
+ "modules/audio_processing/agc2/saturation_protector.cc",
+ "modules/audio_processing/agc2/saturation_protector_buffer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_pc__audio_track",
- "webrtc_pc__jitter_buffer_delay",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__media_stream",
- "webrtc_pc__proxy",
- "webrtc_pc__remote_audio_source",
- "webrtc_pc__rtp_receiver",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//rtc_base/synchronization:yield_policy
+//modules/audio_processing/agc2:speech_level_estimator
*/
cc_library_static {
- name: "webrtc_synchronization__yield_policy",
+ name: "webrtc_agc2__speech_level_estimator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -1212,48 +1395,77 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/synchronization/yield_policy.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/speech_level_estimator.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
+ static_libs: [
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//common_audio/third_party/spl_sqrt_floor:spl_sqrt_floor
+//modules/audio_processing/agc2:vad_wrapper
*/
cc_library_static {
- name: "webrtc_spl_sqrt_floor__spl_sqrt_floor",
+ name: "webrtc_agc2__vad_wrapper",
defaults: ["webrtc_defaults"],
- srcs: [],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/vad_wrapper.cc",
+ ],
host_supported: true,
+ static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_common_audio__common_audio",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rnn_vad__rnn_vad",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ ],
arch: {
arm: {
- srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_arm.S"],
- },
- arm64: {
- srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
- },
- riscv64: {
- srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
x86_64: {
- srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
x86: {
- srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//api:audio_options_api
+//modules/audio_processing/agc:agc
*/
cc_library_static {
- name: "webrtc_api__audio_options_api",
+ name: "webrtc_agc__agc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -1265,32 +1477,40 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_options.cc",
+ "modules/audio_processing/agc/agc_manager_direct.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__clipping_predictor",
+ "webrtc_agc__level_estimation",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_vad__vad",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api/adaptation:resource_adaptation_api
-*/
-filegroup {
- name: "webrtc_adaptation__resource_adaptation_api",
- srcs: ["api/adaptation/resource.cc"],
-}
-
-/* From target:
-//rtc_base/experiments:cpu_speed_experiment
+//modules/audio_processing/agc:legacy_agc
*/
cc_library_static {
- name: "webrtc_experiments__cpu_speed_experiment",
+ name: "webrtc_agc__legacy_agc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -1302,29 +1522,33 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/cpu_speed_experiment.cc",
+ "modules/audio_processing/agc/legacy/analog_agc.cc",
+ "modules/audio_processing/agc/legacy/digital_agc.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//video/config:encoder_config
+//modules/audio_processing/agc:level_estimation
*/
cc_library_static {
- name: "webrtc_config__encoder_config",
+ name: "webrtc_agc__level_estimation",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -1336,69 +1560,120 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "video/config/video_encoder_config.cc",
+ "modules/audio_processing/agc/agc.cc",
+ "modules/audio_processing/agc/loudness_histogram.cc",
+ "modules/audio_processing/agc/utility.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_vad__vad",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//pc:video_track_source_proxy
+//api:audio_options_api
*/
-filegroup {
- name: "webrtc_pc__video_track_source_proxy",
- srcs: ["pc/video_track_source_proxy.cc"],
+cc_library_static {
+ name: "webrtc_api__audio_options_api",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/audio_options.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
}
/* From target:
-//media:rtc_sdp_video_format_utils
+//api:candidate
*/
cc_library_static {
- name: "webrtc_media__rtc_sdp_video_format_utils",
+ name: "webrtc_api__candidate",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "media/base/sdp_video_format_utils.cc",
+ ":webrtc_types__bad_variant_access",
+ "api/candidate.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//call:call
+//api:create_peerconnection_factory
*/
cc_library_static {
- name: "webrtc_call__call",
+ name: "webrtc_api__create_peerconnection_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -1417,6 +1692,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -1428,11 +1706,48 @@ cc_library_static {
":webrtc_neteq__neteq_api",
":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__data_channel_controller",
+ ":webrtc_pc__dtls_srtp_transport",
+ ":webrtc_pc__dtls_transport",
+ ":webrtc_pc__external_hmac",
+ ":webrtc_pc__ice_transport",
+ ":webrtc_pc__jsep_transport",
+ ":webrtc_pc__jsep_transport_collection",
+ ":webrtc_pc__jsep_transport_controller",
+ ":webrtc_pc__legacy_stats_collector",
+ ":webrtc_pc__local_audio_source",
+ ":webrtc_pc__media_session",
+ ":webrtc_pc__peer_connection",
+ ":webrtc_pc__peer_connection_factory",
+ ":webrtc_pc__rtc_stats_collector",
+ ":webrtc_pc__rtc_stats_traversal",
+ ":webrtc_pc__rtcp_mux_filter",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__rtp_transport",
+ ":webrtc_pc__sctp_transport",
+ ":webrtc_pc__sctp_utils",
+ ":webrtc_pc__sdp_offer_answer",
+ ":webrtc_pc__sdp_serializer",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
+ ":webrtc_pc__srtp_filter",
+ ":webrtc_pc__srtp_session",
+ ":webrtc_pc__srtp_transport",
+ ":webrtc_pc__track_media_info_map",
+ ":webrtc_pc__transport_stats",
+ ":webrtc_pc__video_track_source_proxy",
+ ":webrtc_pc__webrtc_sdp",
+ ":webrtc_pc__webrtc_session_description_factory",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtc_base__rtc_operations_chain",
":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
@@ -1454,55 +1769,73 @@ cc_library_static {
":webrtc_types__bad_variant_access",
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
+ ":webrtc_video_capture__video_capture_internal_impl",
":webrtc_video_codecs__scalability_mode",
":webrtc_video_coding__webrtc_vp8_scalability",
- "call/call.cc",
- "call/call_factory.cc",
- "call/degraded_call.cc",
- "call/flexfec_receive_stream_impl.cc",
- "call/receive_time_calculator.cc",
+ "api/create_peerconnection_factory.cc",
],
host_supported: true,
+ cflags: ["-DHAVE_WEBRTC_VIDEO"],
static_libs: [
- "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__ice_transport_factory",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
"webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
- "webrtc_audio__audio",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_coding__neteq",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__bitrate_allocator",
+ "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_base64__base64",
"webrtc_call__call_interfaces",
- "webrtc_call__fake_network",
"webrtc_call__rtp_interfaces",
"webrtc_call__rtp_receiver",
"webrtc_call__rtp_sender",
- "webrtc_call__simulated_network",
- "webrtc_call__version",
"webrtc_call__video_stream_api",
+ "webrtc_common_video__common_video",
"webrtc_config__encoder_config",
- "webrtc_congestion_controller__congestion_controller",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
"webrtc_experiments__field_trial_parser",
"webrtc_experiments__stable_target_rate_experiment",
"webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_logging__rtc_event_audio",
- "webrtc_logging__rtc_event_rtp_rtcp",
- "webrtc_logging__rtc_event_video",
- "webrtc_logging__rtc_stream_config",
+ "webrtc_media__rtc_audio_video",
+ "webrtc_media__rtc_media_base",
+ "webrtc_media__rtc_sdp_video_format_utils",
"webrtc_memory__aligned_malloc",
"webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
- "webrtc_pacing__pacing",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_pc__audio_track",
+ "webrtc_pc__connection_context",
+ "webrtc_pc__data_channel_utils",
+ "webrtc_pc__ice_server_parsing",
+ "webrtc_pc__media_protocol_names",
+ "webrtc_pc__media_stream",
+ "webrtc_pc__media_stream_observer",
+ "webrtc_pc__peer_connection_message_handler",
+ "webrtc_pc__proxy",
+ "webrtc_pc__rtp_parameters_conversion",
+ "webrtc_pc__rtp_receiver",
+ "webrtc_pc__rtp_sender",
+ "webrtc_pc__rtp_transceiver",
+ "webrtc_pc__rtp_transmission_manager",
+ "webrtc_pc__sctp_data_channel",
+ "webrtc_pc__transceiver_list",
+ "webrtc_pc__usage_pattern",
+ "webrtc_pc__video_track",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -1510,9 +1843,9 @@ cc_library_static {
"webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__random",
- "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -1521,36 +1854,39 @@ cc_library_static {
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
+ "webrtc_rtc_event_log__rtc_event_log_factory",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
+ "webrtc_stats__rtc_stats",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__default_task_queue_factory",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
+ "webrtc_transport__bitrate_settings",
+ "webrtc_transport__field_trial_based_config",
"webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__decode_synchronizer",
+ "webrtc_video__builtin_video_bitrate_allocator_factory",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
"webrtc_video__frame_decode_timing",
- "webrtc_video__video",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_capture__video_capture_module",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_coding",
],
arch: {
arm: {
@@ -1566,48 +1902,10 @@ cc_library_static {
}
/* From target:
-//modules/audio_coding:g722
-*/
-cc_library_static {
- name: "webrtc_audio_coding__g722",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
- "modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g722_c",
- "webrtc_audio_coding__legacy_encoded_audio_frame",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//p2p:libstunprober
+//api:dtls_transport_interface
*/
cc_library_static {
- name: "webrtc_p2p__libstunprober",
+ name: "webrtc_api__dtls_transport_interface",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -1631,7 +1929,6 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
":webrtc_strings__cord",
@@ -1645,81 +1942,36 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "p2p/stunprober/stun_prober.cc",
+ "api/dtls_transport_interface.cc",
],
host_supported: true,
static_libs: [
"webrtc_api__rtc_error",
"webrtc_containers__flat_containers_internal",
- "webrtc_p2p__rtc_p2p",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//rtc_base:bit_buffer
-*/
-cc_library_static {
- name: "webrtc_rtc_base__bit_buffer",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/bit_buffer.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:dtls_srtp_transport
-*/
-filegroup {
- name: "webrtc_pc__dtls_srtp_transport",
- srcs: ["pc/dtls_srtp_transport.cc"],
}
/* From target:
-//modules/congestion_controller/goog_cc:alr_detector
+//api:field_trials
*/
cc_library_static {
- name: "webrtc_goog_cc__alr_detector",
+ name: "webrtc_api__field_trials",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -1729,135 +1981,159 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/congestion_controller/goog_cc/alr_detector.cc",
+ "api/field_trials.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__alr_experiment",
- "webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_pacing",
- "webrtc_pacing__interval_budget",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:webrtc_sdp
+//api:field_trials_registry
*/
filegroup {
- name: "webrtc_pc__webrtc_sdp",
- srcs: [
- "pc/jsep_ice_candidate.cc",
- "pc/jsep_session_description.cc",
- "pc/webrtc_sdp.cc",
- ],
+ name: "webrtc_api__field_trials_registry",
+ srcs: ["api/field_trials_registry.cc"],
}
/* From target:
-//net/dcsctp/timer:task_queue_timeout
+//api:ice_transport_factory
*/
cc_library_static {
- name: "webrtc_timer__task_queue_timeout",
+ name: "webrtc_api__ice_transport_factory",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "net/dcsctp/timer/task_queue_timeout.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/ice_transport_factory.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//rtc_base/experiments:bandwidth_quality_scaler_settings
-*/
-cc_library_static {
- name: "webrtc_experiments__bandwidth_quality_scaler_settings",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/experiments/bandwidth_quality_scaler_settings.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_transport__field_trial_based_config",
- ],
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
- },
-}
-
-/* From target:
-//rtc_base/synchronization:yield
-*/
-cc_library_static {
- name: "webrtc_synchronization__yield",
- defaults: ["webrtc_defaults"],
- srcs: ["rtc_base/synchronization/yield.cc"],
- host_supported: true,
- arch: {
- arm: {
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//test:fake_video_codecs
+//api:libjingle_peerconnection_api
*/
cc_library_static {
- name: "webrtc_test__fake_video_codecs",
+ name: "webrtc_api__libjingle_peerconnection_api",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -1907,34 +2183,45 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "test/configurable_frame_size_encoder.cc",
- "test/fake_decoder.cc",
- "test/fake_encoder.cc",
- "test/fake_vp8_decoder.cc",
- "test/fake_vp8_encoder.cc",
+ "api/data_channel_interface.cc",
+ "api/jsep.cc",
+ "api/jsep_ice_candidate.cc",
+ "api/legacy_stats_types.cc",
+ "api/peer_connection_interface.cc",
+ "api/rtp_receiver_interface.cc",
+ "api/rtp_transceiver_interface.cc",
+ "api/sctp_transport_interface.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__field_trials",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_processing_statistics",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__criticalsection",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -1945,7 +2232,6 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -1957,6 +2243,8 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__bitrate_settings",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -1968,9 +2256,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_codecs__vp8_temporal_layers_factory",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -1986,10 +2271,10 @@ cc_library_static {
}
/* From target:
-//net/dcsctp/packet:error_cause
+//api:media_stream_interface
*/
cc_library_static {
- name: "webrtc_packet__error_cause",
+ name: "webrtc_api__media_stream_interface",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2001,50 +2286,30 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/error_cause/cookie_received_while_shutting_down_cause.cc",
- "net/dcsctp/packet/error_cause/error_cause.cc",
- "net/dcsctp/packet/error_cause/invalid_mandatory_parameter_cause.cc",
- "net/dcsctp/packet/error_cause/invalid_stream_identifier_cause.cc",
- "net/dcsctp/packet/error_cause/missing_mandatory_parameter_cause.cc",
- "net/dcsctp/packet/error_cause/no_user_data_cause.cc",
- "net/dcsctp/packet/error_cause/out_of_resource_error_cause.cc",
- "net/dcsctp/packet/error_cause/protocol_violation_cause.cc",
- "net/dcsctp/packet/error_cause/restart_of_an_association_with_new_address_cause.cc",
- "net/dcsctp/packet/error_cause/stale_cookie_error_cause.cc",
- "net/dcsctp/packet/error_cause/unrecognized_chunk_type_cause.cc",
- "net/dcsctp/packet/error_cause/unrecognized_parameter_cause.cc",
- "net/dcsctp/packet/error_cause/unresolvable_address_cause.cc",
- "net/dcsctp/packet/error_cause/user_initiated_abort_cause.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/media_stream_interface.cc",
],
host_supported: true,
static_libs: [
- "webrtc_packet__parameter",
- "webrtc_packet__tlv_trait",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio_processing__audio_processing_statistics",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/video_coding:webrtc_vp8_scalability
-*/
-filegroup {
- name: "webrtc_video_coding__webrtc_vp8_scalability",
- srcs: ["modules/video_coding/codecs/vp8/vp8_scalability.cc"],
}
/* From target:
-//common_audio:common_audio_sse2
+//api:rtc_error
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_sse2",
+ name: "webrtc_api__rtc_error",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2056,45 +2321,22 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/fir_filter_sse.cc",
- "common_audio/resampler/sinc_resampler_sse.cc",
+ "api/rtc_error.cc",
],
host_supported: true,
- cflags: ["-msse2"],
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- enabled: false,
- },
- arm64: {
- enabled: false,
- },
- riscv64: {
- enabled: false,
- },
- },
}
/* From target:
-//third_party/abseil-cpp/absl/base:log_severity
-*/
-filegroup {
- name: "webrtc_base__log_severity",
- srcs: ["third_party/abseil-cpp/absl/base/log_severity.cc"],
-}
-
-/* From target:
-//common_audio:common_audio_c
+//api:rtc_event_log_output_file
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_c",
+ name: "webrtc_api__rtc_event_log_output_file",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2106,90 +2348,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/ring_buffer.c",
- "common_audio/signal_processing/auto_corr_to_refl_coef.c",
- "common_audio/signal_processing/auto_correlation.c",
- "common_audio/signal_processing/complex_fft.c",
- "common_audio/signal_processing/copy_set_operations.c",
- "common_audio/signal_processing/cross_correlation.c",
- "common_audio/signal_processing/division_operations.c",
- "common_audio/signal_processing/downsample_fast.c",
- "common_audio/signal_processing/energy.c",
- "common_audio/signal_processing/filter_ar.c",
- "common_audio/signal_processing/filter_ma_fast_q12.c",
- "common_audio/signal_processing/get_hanning_window.c",
- "common_audio/signal_processing/get_scaling_square.c",
- "common_audio/signal_processing/ilbc_specific_functions.c",
- "common_audio/signal_processing/levinson_durbin.c",
- "common_audio/signal_processing/lpc_to_refl_coef.c",
- "common_audio/signal_processing/min_max_operations.c",
- "common_audio/signal_processing/randomization_functions.c",
- "common_audio/signal_processing/real_fft.c",
- "common_audio/signal_processing/refl_coef_to_lpc.c",
- "common_audio/signal_processing/resample.c",
- "common_audio/signal_processing/resample_48khz.c",
- "common_audio/signal_processing/resample_by_2.c",
- "common_audio/signal_processing/resample_by_2_internal.c",
- "common_audio/signal_processing/resample_fractional.c",
- "common_audio/signal_processing/spl_init.c",
- "common_audio/signal_processing/spl_inl.c",
- "common_audio/signal_processing/spl_sqrt.c",
- "common_audio/signal_processing/splitting_filter.c",
- "common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
- "common_audio/signal_processing/vector_scaling_operations.c",
- "common_audio/vad/vad_core.c",
- "common_audio/vad/vad_filterbank.c",
- "common_audio/vad/vad_gmm.c",
- "common_audio/vad/vad_sp.c",
- "common_audio/vad/webrtc_vad.c",
+ "api/rtc_event_log_output_file.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio_cc",
- "webrtc_containers__flat_containers_internal",
- "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_spl_sqrt_floor__spl_sqrt_floor",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system__file_wrapper",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- arm64: {
- srcs: [
- "common_audio/signal_processing/complex_bit_reverse.c",
- "common_audio/signal_processing/filter_ar_fast_q12.c",
- ],
- },
- riscv64: {
- srcs: [
- "common_audio/signal_processing/complex_bit_reverse.c",
- "common_audio/signal_processing/filter_ar_fast_q12.c",
- ],
- },
- x86_64: {
- srcs: [
- "common_audio/signal_processing/complex_bit_reverse.c",
- "common_audio/signal_processing/filter_ar_fast_q12.c",
- ],
- },
- x86: {
- srcs: [
- "common_audio/signal_processing/complex_bit_reverse.c",
- "common_audio/signal_processing/filter_ar_fast_q12.c",
- ],
- },
- },
}
/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad_auto_correlation
+//api:rtp_headers
*/
cc_library_static {
- name: "webrtc_rnn_vad__rnn_vad_auto_correlation",
+ name: "webrtc_api__rtp_headers",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2201,100 +2377,52 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/rnn_vad/auto_correlation.cc",
+ "api/rtp_headers.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__pffft_wrapper",
+ "webrtc_units__timestamp",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding/timing:jitter_estimator
+//api:rtp_packet_info
*/
cc_library_static {
- name: "webrtc_timing__jitter_estimator",
+ name: "webrtc_api__rtp_packet_info",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "modules/video_coding/timing/jitter_estimator.cc",
+ "api/rtp_packet_info.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_api__rtp_headers",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_timing__frame_delay_variation_kalman_filter",
- "webrtc_timing__rtt_filter",
- "webrtc_units__data_size",
- "webrtc_units__frequency",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/audio:audio_frame_api
+//api:rtp_parameters
*/
cc_library_static {
- name: "webrtc_audio__audio_frame_api",
+ name: "webrtc_api__rtp_parameters",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2306,32 +2434,26 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio/audio_frame.cc",
- "api/audio/channel_layout.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/media_types.cc",
+ "api/rtp_parameters.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_packet_info",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__yield",
+ "webrtc_rtc_base__stringutils",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/remote_bitrate_estimator:remote_bitrate_estimator
+//api:rtp_sender_interface
*/
cc_library_static {
- name: "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ name: "webrtc_api__rtp_sender_interface",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -2368,127 +2490,63 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/remote_bitrate_estimator/aimd_rate_control.cc",
- "modules/remote_bitrate_estimator/bwe_defines.cc",
- "modules/remote_bitrate_estimator/inter_arrival.cc",
- "modules/remote_bitrate_estimator/overuse_detector.cc",
- "modules/remote_bitrate_estimator/overuse_estimator.cc",
- "modules/remote_bitrate_estimator/packet_arrival_map.cc",
- "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
- "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
- "modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
+ "api/rtp_sender_interface.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_api__rtp_headers",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_parameters",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_goog_cc__link_capacity_estimator",
+ "webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_transport__field_trial_based_config",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//third_party/abseil-cpp/absl/hash:low_level_hash
+//api:transport_api
*/
-filegroup {
- name: "webrtc_hash__low_level_hash",
- srcs: ["third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc"],
+cc_library_static {
+ name: "webrtc_api__transport_api",
+ defaults: ["webrtc_defaults"],
+ srcs: ["api/call/transport.cc"],
+ host_supported: true,
}
/* From target:
-//modules/audio_device:audio_device_impl
+//api:wrapping_async_dns_resolver
*/
-cc_library_static {
- name: "webrtc_audio_device__audio_device_impl",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_utility__utility",
- "modules/audio_device/audio_device_data_observer.cc",
- "modules/audio_device/audio_device_impl.cc",
- "modules/audio_device/dummy/audio_device_dummy.cc",
- "modules/audio_device/dummy/file_audio_device.cc",
- "modules/audio_device/dummy/file_audio_device_factory.cc",
- "modules/audio_device/include/test_audio_device.cc",
- ],
- host_supported: true,
- cflags: ["-DWEBRTC_DUMMY_FILE_DEVICES"],
- static_libs: [
- "webrtc_audio_device__audio_device_buffer",
- "webrtc_audio_device__audio_device_generic",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
+filegroup {
+ name: "webrtc_api__wrapping_async_dns_resolver",
+ srcs: ["api/wrapping_async_dns_resolver.cc"],
}
/* From target:
-//api/audio_codecs/opus:audio_encoder_multiopus
+//modules/async_audio_processing:async_audio_processing
*/
cc_library_static {
- name: "webrtc_opus__audio_encoder_multiopus",
+ name: "webrtc_async_audio_processing__async_audio_processing",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2500,33 +2558,25 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/opus/audio_encoder_multi_channel_opus.cc",
+ "modules/async_audio_processing/async_audio_processing.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_multiopus",
- "webrtc_containers__flat_containers_internal",
- "webrtc_opus__audio_encoder_opus_config",
+ "webrtc_audio__audio_frame_api",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_task_queue__task_queue",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:normalize_simulcast_size_experiment
+//api/audio:aec3_config
*/
cc_library_static {
- name: "webrtc_experiments__normalize_simulcast_size_experiment",
+ name: "webrtc_audio__aec3_config",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2537,29 +2587,17 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/experiments/normalize_simulcast_size_experiment.cc",
+ "api/audio/echo_canceller3_config.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- ],
- arch: {
- arm: {
- },
- },
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//common_audio:common_audio_cc
+//api/audio:aec3_factory
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_cc",
+ name: "webrtc_audio__aec3_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2571,11 +2609,16 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/signal_processing/dot_product_with_scale.cc",
+ "api/audio/echo_canceller3_factory.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_aec3__aec3",
+ "webrtc_audio__aec3_config",
+ "webrtc_audio_processing__apm_logging",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
@@ -2583,28 +2626,22 @@ cc_library_static {
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//pc:track_media_info_map
-*/
-filegroup {
- name: "webrtc_pc__track_media_info_map",
- srcs: ["pc/track_media_info_map.cc"],
-}
-
-/* From target:
-//pc:rtp_parameters_conversion
+//audio:audio
*/
cc_library_static {
- name: "webrtc_pc__rtp_parameters_conversion",
+ name: "webrtc_audio__audio",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_coding__default_neteq_factory",
":webrtc_audio_processing__aec_dump_interface",
":webrtc_audio_processing__rms_level",
":webrtc_base__base",
@@ -2624,10 +2661,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__default_neteq_controller_factory",
":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
@@ -2651,36 +2688,65 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/rtp_parameters_conversion.cc",
+ "audio/audio_level.cc",
+ "audio/audio_receive_stream.cc",
+ "audio/audio_send_stream.cc",
+ "audio/audio_state.cc",
+ "audio/audio_transport_impl.cc",
+ "audio/channel_receive.cc",
+ "audio/channel_receive_frame_transformer_delegate.cc",
+ "audio/channel_send.cc",
+ "audio/channel_send_frame_transformer_delegate.cc",
+ "audio/remix_resample.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__transport_api",
+ "webrtc_async_audio_processing__async_audio_processing",
+ "webrtc_audio__aec3_factory",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__audio_coding",
+ "webrtc_audio_coding__audio_encoder_cng",
+ "webrtc_audio_coding__audio_network_adaptor_config",
+ "webrtc_audio_coding__neteq",
+ "webrtc_audio_coding__red",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_frame_proxies",
+ "webrtc_audio_processing__audio_processing",
+ "webrtc_call__bitrate_allocator",
+ "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_audio",
+ "webrtc_logging__rtc_stream_config",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_pc__media_protocol_names",
+ "webrtc_pacing__pacing",
"webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -2688,20 +2754,25 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_utility__audio_frame_operations",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
"webrtc_video__video_adaptation",
@@ -2725,155 +2796,125 @@ cc_library_static {
}
/* From target:
-//call:fake_network
+//api/audio:audio_frame_api
*/
cc_library_static {
- name: "webrtc_call__fake_network",
+ name: "webrtc_audio__audio_frame_api",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/audio/audio_frame.cc",
+ "api/audio/channel_layout.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_api__rtp_packet_info",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield",
+ ],
+}
+
+/* From target:
+//api/audio_codecs:audio_codecs_api
+*/
+cc_library_static {
+ name: "webrtc_audio_codecs__audio_codecs_api",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/audio_codecs/audio_codec_pair_id.cc",
+ "api/audio_codecs/audio_decoder.cc",
+ "api/audio_codecs/audio_encoder.cc",
+ "api/audio_codecs/audio_format.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//api/audio_codecs:builtin_audio_decoder_factory
+*/
+cc_library_static {
+ name: "webrtc_audio_codecs__builtin_audio_decoder_factory",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/fake_network_pipe.cc",
+ "api/audio_codecs/builtin_audio_decoder_factory.cc",
],
host_supported: true,
+ cflags: [
+ "-DWEBRTC_USE_BUILTIN_ILBC=1",
+ "-DWEBRTC_USE_BUILTIN_OPUS=1",
+ ],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__transport_api",
- "webrtc_audio__audio_frame_api",
+ "webrtc_L16__audio_decoder_L16",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__call_interfaces",
- "webrtc_call__simulated_network",
"webrtc_containers__flat_containers_internal",
+ "webrtc_g711__audio_decoder_g711",
+ "webrtc_g722__audio_decoder_g722",
+ "webrtc_ilbc__audio_decoder_ilbc",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_opus__audio_decoder_multiopus",
+ "webrtc_opus__audio_decoder_opus",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//third_party/abseil-cpp/absl/synchronization:synchronization
-*/
-filegroup {
- name: "webrtc_synchronization__synchronization",
- srcs: [
- "third_party/abseil-cpp/absl/synchronization/barrier.cc",
- "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc",
- "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
- "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
- "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc",
- "third_party/abseil-cpp/absl/synchronization/mutex.cc",
- "third_party/abseil-cpp/absl/synchronization/notification.cc",
- ],
-}
-
-/* From target:
-//pc:sdp_utils
-*/
-filegroup {
- name: "webrtc_pc__sdp_utils",
- srcs: ["pc/sdp_utils.cc"],
-}
-
-/* From target:
-//net/dcsctp/tx:retransmission_queue
+//api/audio_codecs:builtin_audio_encoder_factory
*/
cc_library_static {
- name: "webrtc_tx__retransmission_queue",
+ name: "webrtc_audio_codecs__builtin_audio_encoder_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2882,76 +2923,106 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/retransmission_queue.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/audio_codecs/builtin_audio_encoder_factory.cc",
],
host_supported: true,
+ cflags: [
+ "-DWEBRTC_USE_BUILTIN_ILBC=1",
+ "-DWEBRTC_USE_BUILTIN_OPUS=1",
+ ],
static_libs: [
+ "webrtc_L16__audio_encoder_L16",
+ "webrtc_audio_codecs__audio_codecs_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
+ "webrtc_g711__audio_encoder_g711",
+ "webrtc_g722__audio_encoder_g722",
+ "webrtc_ilbc__audio_encoder_ilbc",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_opus__audio_encoder_multiopus",
+ "webrtc_opus__audio_encoder_opus",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- "webrtc_tx__outstanding_data",
- "webrtc_tx__retransmission_timeout",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/container:raw_hash_set
-*/
-filegroup {
- name: "webrtc_container__raw_hash_set",
- srcs: ["third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc"],
-}
-
-/* From target:
-//net/dcsctp/timer:timer
+//modules/audio_coding:audio_coding
*/
cc_library_static {
- name: "webrtc_timer__timer",
+ name: "webrtc_audio_coding__audio_coding",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_audio_coding__default_neteq_factory",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_neteq__default_neteq_controller_factory",
+ ":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/timer/timer.cc",
+ "modules/audio_coding/acm2/acm_receiver.cc",
+ "modules/audio_coding/acm2/acm_remixing.cc",
+ "modules/audio_coding/acm2/acm_resampler.cc",
+ "modules/audio_coding/acm2/audio_coding_module.cc",
+ "modules/audio_coding/acm2/call_statistics.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__neteq",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__checks",
- "webrtc_task_queue__task_queue",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//rtc_base:zero_memory
+//modules/audio_coding:audio_coding_opus_common
*/
cc_library_static {
- name: "webrtc_rtc_base__zero_memory",
+ name: "webrtc_audio_coding__audio_coding_opus_common",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2962,21 +3033,28 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/zero_memory.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_coding/codecs/opus/audio_coder_opus_common.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
}
/* From target:
-//rtc_base:async_resolver_interface
+//modules/audio_coding:audio_encoder_cng
*/
cc_library_static {
- name: "webrtc_rtc_base__async_resolver_interface",
+ name: "webrtc_audio_coding__audio_encoder_cng",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -2988,292 +3066,243 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/async_resolver_interface.cc",
+ "modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__webrtc_cng",
+ "webrtc_common_audio__common_audio",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__socket_address",
- "webrtc_sigslot__sigslot",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api:libjingle_peerconnection_api
+//modules/audio_coding:audio_network_adaptor
*/
cc_library_static {
- name: "webrtc_api__libjingle_peerconnection_api",
+ name: "webrtc_audio_coding__audio_network_adaptor",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "api/data_channel_interface.cc",
- "api/jsep.cc",
- "api/jsep_ice_candidate.cc",
- "api/legacy_stats_types.cc",
- "api/peer_connection_interface.cc",
- "api/rtp_receiver_interface.cc",
- "api/rtp_transceiver_interface.cc",
- "api/sctp_transport_interface.cc",
+ "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
+ "modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
+ "modules/audio_coding/audio_network_adaptor/channel_controller.cc",
+ "modules/audio_coding/audio_network_adaptor/controller.cc",
+ "modules/audio_coding/audio_network_adaptor/controller_manager.cc",
+ "modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
+ "modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
+ "modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
+ "modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
+ "modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
+ "modules/audio_coding/audio_network_adaptor/frame_length_controller_v2.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__field_trials",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_call__rtp_interfaces",
+ "webrtc_audio_coding__audio_network_adaptor_config",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_media__rtc_media_base",
+ "webrtc_logging__rtc_event_audio",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__bitrate_settings",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//modules/rtp_rtcp:rtp_rtcp_format
+//modules/audio_coding:audio_network_adaptor_config
*/
cc_library_static {
- name: "webrtc_rtp_rtcp__rtp_rtcp_format",
+ name: "webrtc_audio_coding__audio_network_adaptor_config",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
+ ],
+ host_supported: true,
+}
+
+/* From target:
+//modules/audio_coding:default_neteq_factory
+*/
+filegroup {
+ name: "webrtc_audio_coding__default_neteq_factory",
+ srcs: ["modules/audio_coding/neteq/default_neteq_factory.cc"],
+}
+
+/* From target:
+//modules/audio_coding:g711
+*/
+cc_library_static {
+ name: "webrtc_audio_coding__g711",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video_codecs__scalability_mode",
- "modules/rtp_rtcp/include/report_block_data.cc",
- "modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
- "modules/rtp_rtcp/source/rtcp_packet.cc",
- "modules/rtp_rtcp/source/rtcp_packet/app.cc",
- "modules/rtp_rtcp/source/rtcp_packet/bye.cc",
- "modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
- "modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
- "modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
- "modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
- "modules/rtp_rtcp/source/rtcp_packet/fir.cc",
- "modules/rtp_rtcp/source/rtcp_packet/loss_notification.cc",
- "modules/rtp_rtcp/source/rtcp_packet/nack.cc",
- "modules/rtp_rtcp/source/rtcp_packet/pli.cc",
- "modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
- "modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
- "modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
- "modules/rtp_rtcp/source/rtcp_packet/remb.cc",
- "modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc",
- "modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
- "modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
- "modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
- "modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
- "modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
- "modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
- "modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
- "modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
- "modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
- "modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
- "modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.cc",
- "modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.cc",
- "modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.cc",
- "modules/rtp_rtcp/source/rtp_generic_frame_descriptor.cc",
- "modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.cc",
- "modules/rtp_rtcp/source/rtp_header_extension_map.cc",
- "modules/rtp_rtcp/source/rtp_header_extensions.cc",
- "modules/rtp_rtcp/source/rtp_packet.cc",
- "modules/rtp_rtcp/source/rtp_packet_received.cc",
- "modules/rtp_rtcp/source/rtp_packet_to_send.cc",
- "modules/rtp_rtcp/source/rtp_util.cc",
- "modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.cc",
+ "modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
+ "modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_parameters",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_common_video__common_video",
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__bit_buffer",
+ "webrtc_audio_coding__g711_c",
+ "webrtc_audio_coding__legacy_encoded_audio_frame",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:transport_api
+//modules/audio_coding:g711_c
*/
cc_library_static {
- name: "webrtc_api__transport_api",
+ name: "webrtc_audio_coding__g711_c",
defaults: ["webrtc_defaults"],
- srcs: ["api/call/transport.cc"],
+ srcs: ["modules/audio_coding/codecs/g711/g711_interface.c"],
+ host_supported: true,
+ static_libs: ["webrtc_g711__g711_3p"],
+}
+
+/* From target:
+//modules/audio_coding:g722
+*/
+cc_library_static {
+ name: "webrtc_audio_coding__g722",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
+ "modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__g722_c",
+ "webrtc_audio_coding__legacy_encoded_audio_frame",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//modules/audio_coding:g722_c
+*/
+cc_library_static {
+ name: "webrtc_audio_coding__g722_c",
+ defaults: ["webrtc_defaults"],
+ srcs: ["modules/audio_coding/codecs/g722/g722_interface.c"],
+ host_supported: true,
+ static_libs: ["webrtc_g722__g722_3p"],
+}
+
+/* From target:
+//modules/audio_coding:ilbc
+*/
+cc_library_static {
+ name: "webrtc_audio_coding__ilbc",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
+ "modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
+ ],
host_supported: true,
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__ilbc_c",
+ "webrtc_audio_coding__legacy_encoded_audio_frame",
+ "webrtc_common_audio__common_audio",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
@@ -3388,26 +3417,26 @@ cc_library_static {
}
/* From target:
-//pc:sdp_serializer
-*/
-filegroup {
- name: "webrtc_pc__sdp_serializer",
- srcs: ["pc/sdp_serializer.cc"],
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/debugging:demangle_internal
+//modules/audio_coding:isac_vad
*/
-filegroup {
- name: "webrtc_debugging__demangle_internal",
- srcs: ["third_party/abseil-cpp/absl/debugging/internal/demangle.cc"],
+cc_library_static {
+ name: "webrtc_audio_coding__isac_vad",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ "modules/audio_coding/codecs/isac/main/source/filter_functions.c",
+ "modules/audio_coding/codecs/isac/main/source/isac_vad.c",
+ "modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
+ "modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_fft__fft"],
}
/* From target:
-//api/task_queue:task_queue
+//modules/audio_coding:legacy_encoded_audio_frame
*/
cc_library_static {
- name: "webrtc_task_queue__task_queue",
+ name: "webrtc_audio_coding__legacy_encoded_audio_frame",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3419,24 +3448,26 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/task_queue/task_queue_base.cc",
+ "modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//logging:rtc_event_bwe
+//modules/audio_coding:neteq
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_bwe",
+ name: "webrtc_audio_coding__neteq",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3444,39 +3475,85 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
- "logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
- "logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
- "logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
- "logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
- "logging/rtc_event_log/events/rtc_event_route_change.cc",
+ "modules/audio_coding/neteq/accelerate.cc",
+ "modules/audio_coding/neteq/audio_multi_vector.cc",
+ "modules/audio_coding/neteq/audio_vector.cc",
+ "modules/audio_coding/neteq/background_noise.cc",
+ "modules/audio_coding/neteq/buffer_level_filter.cc",
+ "modules/audio_coding/neteq/comfort_noise.cc",
+ "modules/audio_coding/neteq/cross_correlation.cc",
+ "modules/audio_coding/neteq/decision_logic.cc",
+ "modules/audio_coding/neteq/decoder_database.cc",
+ "modules/audio_coding/neteq/delay_manager.cc",
+ "modules/audio_coding/neteq/dsp_helper.cc",
+ "modules/audio_coding/neteq/dtmf_buffer.cc",
+ "modules/audio_coding/neteq/dtmf_tone_generator.cc",
+ "modules/audio_coding/neteq/expand.cc",
+ "modules/audio_coding/neteq/expand_uma_logger.cc",
+ "modules/audio_coding/neteq/histogram.cc",
+ "modules/audio_coding/neteq/merge.cc",
+ "modules/audio_coding/neteq/nack_tracker.cc",
+ "modules/audio_coding/neteq/neteq_impl.cc",
+ "modules/audio_coding/neteq/normal.cc",
+ "modules/audio_coding/neteq/packet.cc",
+ "modules/audio_coding/neteq/packet_arrival_history.cc",
+ "modules/audio_coding/neteq/packet_buffer.cc",
+ "modules/audio_coding/neteq/post_decode_vad.cc",
+ "modules/audio_coding/neteq/preemptive_expand.cc",
+ "modules/audio_coding/neteq/random_vector.cc",
+ "modules/audio_coding/neteq/red_payload_splitter.cc",
+ "modules/audio_coding/neteq/reorder_optimizer.cc",
+ "modules/audio_coding/neteq/statistics_calculator.cc",
+ "modules/audio_coding/neteq/sync_buffer.cc",
+ "modules/audio_coding/neteq/time_stretch.cc",
+ "modules/audio_coding/neteq/timestamp_scaler.cc",
+ "modules/audio_coding/neteq/underrun_optimizer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_logging__rtc_event_field",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__webrtc_cng",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_units__data_rate",
- "webrtc_units__timestamp",
+ "webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api/units:timestamp
+//modules/audio_coding:pcm16b
*/
cc_library_static {
- name: "webrtc_units__timestamp",
+ name: "webrtc_audio_coding__pcm16b",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3488,111 +3565,82 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/units/timestamp.cc",
+ "modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
+ "modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
+ "modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__g711",
+ "webrtc_audio_coding__legacy_encoded_audio_frame",
+ "webrtc_audio_coding__pcm16b_c",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:peer_connection_factory
+//modules/audio_coding:pcm16b_c
*/
-filegroup {
- name: "webrtc_pc__peer_connection_factory",
- srcs: ["pc/peer_connection_factory.cc"],
+cc_library_static {
+ name: "webrtc_audio_coding__pcm16b_c",
+ defaults: ["webrtc_defaults"],
+ srcs: ["modules/audio_coding/codecs/pcm16b/pcm16b.c"],
+ host_supported: true,
}
/* From target:
-//modules/video_coding:packet_buffer
+//modules/audio_coding:red
*/
cc_library_static {
- name: "webrtc_video_coding__packet_buffer",
+ name: "webrtc_audio_coding__red",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/packet_buffer.cc",
+ "modules/audio_coding/codecs/red/audio_encoder_copy_red.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_packet_info",
- "webrtc_common_video__common_video",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__socket",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_image",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//api/audio_codecs/g711:audio_encoder_g711
+//modules/audio_coding:webrtc_cng
*/
cc_library_static {
- name: "webrtc_g711__audio_encoder_g711",
+ name: "webrtc_audio_coding__webrtc_cng",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3604,32 +3652,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/g711/audio_encoder_g711.cc",
+ "modules/audio_coding/codecs/cng/webrtc_cng.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g711",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/audio_processing/agc2:fixed_digital
+//modules/audio_coding:webrtc_multiopus
*/
cc_library_static {
- name: "webrtc_agc2__fixed_digital",
+ name: "webrtc_audio_coding__webrtc_multiopus",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3641,208 +3686,95 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/fixed_digital_level_estimator.cc",
- "modules/audio_processing/agc2/interpolated_gain_curve.cc",
- "modules/audio_processing/agc2/limiter.cc",
+ "modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.cc",
+ "modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc",
],
host_supported: true,
+ cflags: [
+ "-DWEBRTC_CODEC_ILBC",
+ "-DWEBRTC_CODEC_OPUS",
+ "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
+ ],
static_libs: [
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__audio_coding_opus_common",
+ "webrtc_audio_coding__webrtc_opus_wrapper",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_opus__audio_encoder_opus_config",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//media:rtc_audio_video
+//modules/audio_coding:webrtc_opus
*/
cc_library_static {
- name: "webrtc_media__rtc_audio_video",
+ name: "webrtc_audio_coding__webrtc_opus",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_coding__default_neteq_factory",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__default_neteq_controller_factory",
- ":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_capture__video_capture_internal_impl",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "media/engine/adm_helpers.cc",
- "media/engine/payload_type_mapper.cc",
- "media/engine/unhandled_packets_buffer.cc",
- "media/engine/webrtc_media_engine.cc",
- "media/engine/webrtc_video_engine.cc",
- "media/engine/webrtc_voice_engine.cc",
+ "modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
+ "modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
],
host_supported: true,
- cflags: ["-DHAVE_WEBRTC_VIDEO"],
+ cflags: [
+ "-DWEBRTC_CODEC_ILBC",
+ "-DWEBRTC_CODEC_OPUS",
+ "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
+ ],
static_libs: [
- "webrtc_aec_dump__null_aec_dump_factory",
- "webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
- "webrtc_async_audio_processing__async_audio_processing",
- "webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__neteq",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_mixer__audio_mixer_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_base64__base64",
- "webrtc_call__call",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__video_stream_api",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
+ "webrtc_audio_coding__audio_coding_opus_common",
+ "webrtc_audio_coding__audio_network_adaptor",
+ "webrtc_audio_coding__webrtc_opus_wrapper",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__min_video_bitrate_experiment",
- "webrtc_experiments__normalize_simulcast_size_experiment",
- "webrtc_experiments__rate_control_settings",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__audio_format_to_string",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_opus__audio_encoder_opus_config",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__bitrate_settings",
- "webrtc_transport__field_trial_based_config",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__frame_decode_timing",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_capture__video_capture_module",
- "webrtc_video_codecs__rtc_software_fallback_wrappers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//logging:rtc_stream_config
+//modules/audio_coding:webrtc_opus_wrapper
*/
cc_library_static {
- name: "webrtc_logging__rtc_stream_config",
+ name: "webrtc_audio_coding__webrtc_opus_wrapper",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3854,28 +3786,28 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "logging/rtc_event_log/rtc_stream_config.cc",
+ "modules/audio_coding/codecs/opus/opus_interface.cc",
],
host_supported: true,
+ cflags: [
+ "-DWEBRTC_CODEC_ILBC",
+ "-DWEBRTC_CODEC_OPUS",
+ "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
+ ],
static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_parameters",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:rtp_parameters
+//modules/audio_device:audio_device_buffer
*/
cc_library_static {
- name: "webrtc_api__rtp_parameters",
+ name: "webrtc_audio_device__audio_device_buffer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3887,49 +3819,40 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/media_types.cc",
- "api/rtp_parameters.cc",
+ "modules/audio_device/audio_device_buffer.cc",
+ "modules/audio_device/fine_audio_buffer.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__timestamp_aligner",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__task_queue",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/debugging:stacktrace
-*/
-filegroup {
- name: "webrtc_debugging__stacktrace",
- srcs: ["third_party/abseil-cpp/absl/debugging/stacktrace.cc"],
-}
-
-/* From target:
-//modules/audio_coding:g711_c
-*/
-cc_library_static {
- name: "webrtc_audio_coding__g711_c",
- defaults: ["webrtc_defaults"],
- srcs: ["modules/audio_coding/codecs/g711/g711_interface.c"],
- host_supported: true,
- static_libs: ["webrtc_g711__g711_3p"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/video:video_bitrate_allocation
+//modules/audio_device:audio_device_generic
*/
cc_library_static {
- name: "webrtc_video__video_bitrate_allocation",
+ name: "webrtc_audio_device__audio_device_generic",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3941,24 +3864,33 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/video/video_bitrate_allocation.cc",
+ "modules/audio_device/audio_device_generic.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_device__audio_device_buffer",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//logging:rtc_event_number_encodings
+//modules/audio_device:audio_device_impl
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_number_encodings",
+ name: "webrtc_audio_device__audio_device_impl",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -3967,111 +3899,96 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "logging/rtc_event_log/encoder/bit_writer.cc",
- "logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc",
- "logging/rtc_event_log/encoder/var_int.cc",
+ ":webrtc_utility__utility",
+ "modules/audio_device/audio_device_data_observer.cc",
+ "modules/audio_device/audio_device_impl.cc",
+ "modules/audio_device/dummy/audio_device_dummy.cc",
+ "modules/audio_device/dummy/file_audio_device.cc",
+ "modules/audio_device/dummy/file_audio_device_factory.cc",
+ "modules/audio_device/include/test_audio_device.cc",
],
host_supported: true,
+ cflags: ["-DWEBRTC_DUMMY_FILE_DEVICES"],
static_libs: [
- "webrtc_rtc_base__bit_buffer",
+ "webrtc_audio_device__audio_device_buffer",
+ "webrtc_audio_device__audio_device_generic",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/congestion_controller/goog_cc:send_side_bwe
+//modules/audio_mixer:audio_frame_manipulator
*/
cc_library_static {
- name: "webrtc_goog_cc__send_side_bwe",
+ name: "webrtc_audio_mixer__audio_frame_manipulator",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc",
+ "modules/audio_mixer/audio_frame_manipulator.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
+ "webrtc_audio__audio_frame_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_goog_cc__loss_based_bwe_v1",
- "webrtc_goog_cc__loss_based_bwe_v2",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__audio_frame_operations",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//rtc_base/experiments:alr_experiment
+//modules/audio_mixer:audio_mixer_impl
*/
cc_library_static {
- name: "webrtc_experiments__alr_experiment",
+ name: "webrtc_audio_mixer__audio_mixer_impl",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -4081,28 +3998,52 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/alr_experiment.cc",
+ "modules/audio_mixer/audio_mixer_impl.cc",
+ "modules/audio_mixer/default_output_rate_calculator.cc",
+ "modules/audio_mixer/frame_combiner.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__fixed_digital",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_mixer__audio_frame_manipulator",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__audio_frame_operations",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//net/dcsctp/packet:crc32c
+//modules/audio_processing:aec_dump_interface
+*/
+filegroup {
+ name: "webrtc_audio_processing__aec_dump_interface",
+ srcs: ["modules/audio_processing/include/aec_dump.cc"],
+}
+
+/* From target:
+//modules/audio_processing:api
*/
cc_library_static {
- name: "webrtc_packet__crc32c",
+ name: "webrtc_audio_processing__api",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -4110,100 +4051,68 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "net/dcsctp/packet/crc32c.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/include/audio_processing.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_audio__aec3_config",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ ],
}
/* From target:
-//api/video:encoded_frame
+//modules/audio_processing:apm_logging
*/
cc_library_static {
- name: "webrtc_video__encoded_frame",
+ name: "webrtc_audio_processing__apm_logging",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "api/video/encoded_frame.cc",
+ "modules/audio_processing/logging/apm_data_dumper.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_coding__encoded_frame",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//rtc_base/experiments:stable_target_rate_experiment
+//modules/audio_processing:audio_buffer
*/
cc_library_static {
- name: "webrtc_experiments__stable_target_rate_experiment",
+ name: "webrtc_audio_processing__audio_buffer",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -4213,28 +4122,34 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/stable_target_rate_experiment.cc",
+ "modules/audio_processing/audio_buffer.cc",
+ "modules/audio_processing/splitting_filter.cc",
+ "modules/audio_processing/three_band_filter_bank.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_processing__api",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//common_audio:common_audio_avx2
+//modules/audio_processing:audio_frame_proxies
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_avx2",
+ name: "webrtc_audio_processing__audio_frame_proxies",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -4246,296 +4161,155 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/fir_filter_avx2.cc",
- "common_audio/resampler/sinc_resampler_avx2.cc",
+ "modules/audio_processing/include/audio_frame_proxies.cc",
],
host_supported: true,
- cflags: [
- "-mavx2",
- "-mfma",
- ],
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_processing__api",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- enabled: false,
- },
- arm64: {
- enabled: false,
- },
- riscv64: {
- enabled: false,
- },
- },
}
/* From target:
-//api/audio_codecs:builtin_audio_encoder_factory
+//modules/audio_processing:audio_processing
*/
cc_library_static {
- name: "webrtc_audio_codecs__builtin_audio_encoder_factory",
+ name: "webrtc_audio_processing__audio_processing",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/audio_codecs/builtin_audio_encoder_factory.cc",
+ "modules/audio_processing/audio_processing_builder_impl.cc",
+ "modules/audio_processing/audio_processing_impl.cc",
+ "modules/audio_processing/echo_control_mobile_impl.cc",
+ "modules/audio_processing/gain_control_impl.cc",
],
host_supported: true,
- cflags: [
- "-DWEBRTC_USE_BUILTIN_ILBC=1",
- "-DWEBRTC_USE_BUILTIN_OPUS=1",
- ],
static_libs: [
- "webrtc_L16__audio_encoder_L16",
- "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_aec3__aec3",
+ "webrtc_aec_dump__null_aec_dump_factory",
+ "webrtc_aecm__aecm_core",
+ "webrtc_agc2__cpu_features",
+ "webrtc_agc2__input_volume_stats_reporter",
+ "webrtc_agc__agc",
+ "webrtc_agc__legacy_agc",
+ "webrtc_audio__aec3_config",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_audio_processing__audio_frame_proxies",
+ "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_audio_processing__gain_controller2",
+ "webrtc_audio_processing__high_pass_filter",
+ "webrtc_audio_processing__optionally_built_submodule_creators",
+ "webrtc_capture_levels_adjuster__capture_levels_adjuster",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_common_audio__fir_filter_factory",
"webrtc_containers__flat_containers_internal",
- "webrtc_g711__audio_encoder_g711",
- "webrtc_g722__audio_encoder_g722",
- "webrtc_ilbc__audio_encoder_ilbc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_memory__aligned_malloc",
- "webrtc_opus__audio_encoder_multiopus",
- "webrtc_opus__audio_encoder_opus",
+ "webrtc_ns__ns",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_base__timeutils",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__denormal_disabler",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_utility__audio_frame_operations",
+ "webrtc_vad__vad",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
},
}
/* From target:
-//net/dcsctp/packet:chunk
+//modules/audio_processing:audio_processing_statistics
*/
cc_library_static {
- name: "webrtc_packet__chunk",
+ name: "webrtc_audio_processing__audio_processing_statistics",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/chunk/abort_chunk.cc",
- "net/dcsctp/packet/chunk/chunk.cc",
- "net/dcsctp/packet/chunk/cookie_ack_chunk.cc",
- "net/dcsctp/packet/chunk/cookie_echo_chunk.cc",
- "net/dcsctp/packet/chunk/data_chunk.cc",
- "net/dcsctp/packet/chunk/error_chunk.cc",
- "net/dcsctp/packet/chunk/forward_tsn_chunk.cc",
- "net/dcsctp/packet/chunk/heartbeat_ack_chunk.cc",
- "net/dcsctp/packet/chunk/heartbeat_request_chunk.cc",
- "net/dcsctp/packet/chunk/idata_chunk.cc",
- "net/dcsctp/packet/chunk/iforward_tsn_chunk.cc",
- "net/dcsctp/packet/chunk/init_ack_chunk.cc",
- "net/dcsctp/packet/chunk/init_chunk.cc",
- "net/dcsctp/packet/chunk/reconfig_chunk.cc",
- "net/dcsctp/packet/chunk/sack_chunk.cc",
- "net/dcsctp/packet/chunk/shutdown_ack_chunk.cc",
- "net/dcsctp/packet/chunk/shutdown_chunk.cc",
- "net/dcsctp/packet/chunk/shutdown_complete_chunk.cc",
+ "modules/audio_processing/include/audio_processing_statistics.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_packet__error_cause",
- "webrtc_packet__parameter",
- "webrtc_packet__tlv_trait",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- ],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:transceiver_list
+//modules/audio_processing:gain_controller2
*/
cc_library_static {
- name: "webrtc_pc__transceiver_list",
+ name: "webrtc_audio_processing__gain_controller2",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__dtls_srtp_transport",
- ":webrtc_pc__dtls_transport",
- ":webrtc_pc__external_hmac",
- ":webrtc_pc__ice_transport",
- ":webrtc_pc__jsep_transport",
- ":webrtc_pc__jsep_transport_collection",
- ":webrtc_pc__jsep_transport_controller",
- ":webrtc_pc__rtcp_mux_filter",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__rtp_transport",
- ":webrtc_pc__sctp_transport",
- ":webrtc_pc__sctp_utils",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_pc__srtp_filter",
- ":webrtc_pc__srtp_session",
- ":webrtc_pc__srtp_transport",
- ":webrtc_pc__transport_stats",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "pc/transceiver_list.cc",
+ "modules/audio_processing/gain_controller2.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__adaptive_digital",
"webrtc_agc2__cpu_features",
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__ice_transport_factory",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
+ "webrtc_agc2__fixed_digital",
+ "webrtc_agc2__gain_applier",
+ "webrtc_agc2__input_volume_controller",
+ "webrtc_agc2__vad_wrapper",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_base64__base64",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__video_stream_api",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__peer_connection_message_handler",
- "webrtc_pc__proxy",
- "webrtc_pc__rtp_transceiver",
- "webrtc_pc__sctp_data_channel",
- "webrtc_pc__usage_pattern",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
@@ -4551,10 +4325,10 @@ cc_library_static {
}
/* From target:
-//modules/video_coding/timing:inter_frame_delay
+//modules/audio_processing:high_pass_filter
*/
cc_library_static {
- name: "webrtc_timing__inter_frame_delay",
+ name: "webrtc_audio_processing__high_pass_filter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -4566,170 +4340,74 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/inter_frame_delay.cc",
+ "modules/audio_processing/high_pass_filter.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_units__frequency",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__cascaded_biquad_filter",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/video_coding:webrtc_multiplex
+//modules/audio_processing:optionally_built_submodule_creators
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_multiplex",
+ name: "webrtc_audio_processing__optionally_built_submodule_creators",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/multiplex/augmented_video_frame_buffer.cc",
- "modules/video_coding/codecs/multiplex/multiplex_decoder_adapter.cc",
- "modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.cc",
- "modules/video_coding/codecs/multiplex/multiplex_encoder_adapter.cc",
+ "modules/audio_processing/optionally_built_submodule_creators.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
+ "webrtc_transient__transient_suppressor_impl",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
},
}
/* From target:
-//third_party/abseil-cpp/absl/base:base
+//modules/audio_processing:rms_level
*/
filegroup {
- name: "webrtc_base__base",
- srcs: [
- "third_party/abseil-cpp/absl/base/internal/cycleclock.cc",
- "third_party/abseil-cpp/absl/base/internal/spinlock.cc",
- "third_party/abseil-cpp/absl/base/internal/sysinfo.cc",
- "third_party/abseil-cpp/absl/base/internal/thread_identity.cc",
- "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc",
- ],
+ name: "webrtc_audio_processing__rms_level",
+ srcs: ["modules/audio_processing/rms_level.cc"],
}
/* From target:
-//rtc_base:buffer_queue
+//modules/video_coding/codecs/av1:av1_svc_config
*/
cc_library_static {
- name: "webrtc_rtc_base__buffer_queue",
+ name: "webrtc_av1__av1_svc_config",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -4738,30 +4416,34 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
":webrtc_types__bad_optional_access",
- "rtc_base/buffer_queue.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/codecs/av1/av1_svc_config.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:ip_address
+//rtc_base/third_party/base64:base64
*/
cc_library_static {
- name: "webrtc_rtc_base__ip_address",
+ name: "webrtc_base64__base64",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -4772,50 +4454,106 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/ip_address.cc",
+ "rtc_base/third_party/base64/base64.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__net_helpers",
- "webrtc_rtc_base__stringutils",
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/base:base
+*/
+filegroup {
+ name: "webrtc_base__base",
+ srcs: [
+ "third_party/abseil-cpp/absl/base/internal/cycleclock.cc",
+ "third_party/abseil-cpp/absl/base/internal/spinlock.cc",
+ "third_party/abseil-cpp/absl/base/internal/sysinfo.cc",
+ "third_party/abseil-cpp/absl/base/internal/thread_identity.cc",
+ "third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//third_party/abseil-cpp/absl/strings:strings
+//third_party/abseil-cpp/absl/base:log_severity
*/
filegroup {
- name: "webrtc_strings__strings",
+ name: "webrtc_base__log_severity",
+ srcs: ["third_party/abseil-cpp/absl/base/log_severity.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/base:malloc_internal
+*/
+filegroup {
+ name: "webrtc_base__malloc_internal",
+ srcs: ["third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/base:raw_logging_internal
+*/
+filegroup {
+ name: "webrtc_base__raw_logging_internal",
+ srcs: ["third_party/abseil-cpp/absl/base/internal/raw_logging.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/base:spinlock_wait
+*/
+filegroup {
+ name: "webrtc_base__spinlock_wait",
+ srcs: ["third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/base:throw_delegate
+*/
+filegroup {
+ name: "webrtc_base__throw_delegate",
+ srcs: ["third_party/abseil-cpp/absl/base/internal/throw_delegate.cc"],
+}
+
+/* From target:
+//call:bitrate_allocator
+*/
+cc_library_static {
+ name: "webrtc_call__bitrate_allocator",
+ defaults: ["webrtc_defaults"],
srcs: [
- "third_party/abseil-cpp/absl/strings/ascii.cc",
- "third_party/abseil-cpp/absl/strings/charconv.cc",
- "third_party/abseil-cpp/absl/strings/escaping.cc",
- "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc",
- "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc",
- "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc",
- "third_party/abseil-cpp/absl/strings/internal/memutil.cc",
- "third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc",
- "third_party/abseil-cpp/absl/strings/match.cc",
- "third_party/abseil-cpp/absl/strings/numbers.cc",
- "third_party/abseil-cpp/absl/strings/str_cat.cc",
- "third_party/abseil-cpp/absl/strings/str_replace.cc",
- "third_party/abseil-cpp/absl/strings/str_split.cc",
- "third_party/abseil-cpp/absl/strings/string_view.cc",
- "third_party/abseil-cpp/absl/strings/substitute.cc",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "call/bitrate_allocator.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
}
/* From target:
-//pc:rtp_sender
+//call:bitrate_configurator
*/
cc_library_static {
- name: "webrtc_pc__rtp_sender",
+ name: "webrtc_call__bitrate_configurator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -4865,20 +4603,17 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/rtp_sender.cc",
+ "call/rtp_bitrate_configurator.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__dtls_transport_interface",
"webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
@@ -4886,15 +4621,12 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_pc__dtmf_sender",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -4916,6 +4648,7 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__bitrate_settings",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -4942,15 +4675,16 @@ cc_library_static {
}
/* From target:
-//media:rtc_simulcast_encoder_adapter
+//call:call
*/
cc_library_static {
- name: "webrtc_media__rtc_simulcast_encoder_adapter",
+ name: "webrtc_call__call",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_coding__default_neteq_factory",
":webrtc_audio_processing__aec_dump_interface",
":webrtc_audio_processing__rms_level",
":webrtc_base__base",
@@ -4970,7 +4704,9 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__default_neteq_controller_factory",
":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
@@ -4986,6 +4722,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -4995,37 +4735,64 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "media/engine/simulcast_encoder_adapter.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "call/call.cc",
+ "call/call_factory.cc",
+ "call/degraded_call.cc",
+ "call/flexfec_receive_stream_impl.cc",
+ "call/receive_time_calculator.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_api__transport_api",
+ "webrtc_audio__audio",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__neteq",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__bitrate_allocator",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__fake_network",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
+ "webrtc_call__rtp_sender",
+ "webrtc_call__simulated_network",
+ "webrtc_call__version",
"webrtc_call__video_stream_api",
- "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
+ "webrtc_congestion_controller__congestion_controller",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__encoder_info_settings",
- "webrtc_experiments__rate_control_settings",
- "webrtc_media__rtc_media_base",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_logging__rtc_event_audio",
+ "webrtc_logging__rtc_event_rtp_rtcp",
+ "webrtc_logging__rtc_event_video",
+ "webrtc_logging__rtc_stream_config",
"webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
+ "webrtc_pacing__pacing",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -5033,8 +4800,10 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
@@ -5045,20 +4814,23 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__decode_synchronizer",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
+ "webrtc_video__frame_decode_timing",
+ "webrtc_video__video",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__rtc_software_fallback_wrappers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__video_coding",
],
arch: {
arm: {
@@ -5074,201 +4846,10 @@ cc_library_static {
}
/* From target:
-//api/audio_codecs:audio_codecs_api
-*/
-cc_library_static {
- name: "webrtc_audio_codecs__audio_codecs_api",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/audio_codecs/audio_codec_pair_id.cc",
- "api/audio_codecs/audio_decoder.cc",
- "api/audio_codecs/audio_encoder.cc",
- "api/audio_codecs/audio_format.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//video:decode_synchronizer
-*/
-cc_library_static {
- name: "webrtc_video__decode_synchronizer",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "video/decode_synchronizer.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__frame_decode_timing",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:sdp_offer_answer
-*/
-filegroup {
- name: "webrtc_pc__sdp_offer_answer",
- srcs: ["pc/sdp_offer_answer.cc"],
-}
-
-/* From target:
-//video:frame_cadence_adapter
-*/
-cc_library_static {
- name: "webrtc_video__frame_cadence_adapter",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "video/frame_cadence_adapter.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rate_statistics",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__video_frame",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:session_description
-*/
-filegroup {
- name: "webrtc_pc__session_description",
- srcs: ["pc/session_description.cc"],
-}
-
-/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad_pitch
-*/
-cc_library_static {
- name: "webrtc_rnn_vad__rnn_vad_pitch",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/rnn_vad/pitch_search.cc",
- "modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_containers__flat_containers_internal",
- "webrtc_rnn_vad__rnn_vad_auto_correlation",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/strings:cord_internal
-*/
-filegroup {
- name: "webrtc_strings__cord_internal",
- srcs: [
- "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc",
- "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc",
- ],
-}
-
-/* From target:
-//modules/video_coding:webrtc_h264
+//call:call_interfaces
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_h264",
+ name: "webrtc_call__call_interfaces",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -5309,21 +4890,20 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/h264/h264.cc",
- "modules/video_coding/codecs/h264/h264_color_space.cc",
- "modules/video_coding/codecs/h264/h264_decoder_impl.cc",
- "modules/video_coding/codecs/h264/h264_encoder_impl.cc",
+ "call/audio_receive_stream.cc",
+ "call/audio_send_stream.cc",
+ "call/audio_state.cc",
+ "call/call_config.cc",
+ "call/flexfec_receive_stream.cc",
+ "call/syncable.cc",
],
host_supported: true,
static_libs: [
@@ -5333,24 +4913,27 @@ cc_library_static {
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_api__transport_api",
+ "webrtc_async_audio_processing__async_audio_processing",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_processing",
+ "webrtc_audio_processing__audio_processing_statistics",
"webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
+ "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
+ "webrtc_crypto__options",
"webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
@@ -5360,7 +4943,6 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -5368,11 +4950,11 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__bitrate_settings",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -5382,11 +4964,8 @@ cc_library_static {
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
- "webrtc_video__video_frame_i010",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -5402,21 +4981,17 @@ cc_library_static {
}
/* From target:
-//api/transport/rtp:dependency_descriptor
-*/
-filegroup {
- name: "webrtc_rtp__dependency_descriptor",
- srcs: ["api/transport/rtp/dependency_descriptor.cc"],
-}
-
-/* From target:
-//net/dcsctp/rx:interleaved_reassembly_streams
+//call:fake_network
*/
cc_library_static {
- name: "webrtc_rx__interleaved_reassembly_streams",
+ name: "webrtc_call__fake_network",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -5434,11 +5009,14 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__socket",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -5452,195 +5030,85 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "net/dcsctp/rx/interleaved_reassembly_streams.cc",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "call/fake_network_pipe.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__transport_api",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__simulated_network",
"webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__random",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/time/internal/cctz:civil_time
-*/
-filegroup {
- name: "webrtc_cctz__civil_time",
- srcs: ["third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc"],
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/debugging:debugging_internal
-*/
-filegroup {
- name: "webrtc_debugging__debugging_internal",
- srcs: [
- "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc",
- "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc",
- "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc",
- ],
-}
-
-/* From target:
-//api/video:video_rtp_headers
-*/
-cc_library_static {
- name: "webrtc_video__video_rtp_headers",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/video/color_space.cc",
- "api/video/hdr_metadata.cc",
- "api/video/video_content_type.cc",
- "api/video/video_timing.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//audio/utility:audio_frame_operations
-*/
-cc_library_static {
- name: "webrtc_utility__audio_frame_operations",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "audio/utility/audio_frame_operations.cc",
- "audio/utility/channel_mixer.cc",
- "audio/utility/channel_mixing_matrix.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio__audio_frame_api",
- "webrtc_common_audio__common_audio",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/strings:cordz_handle
-*/
-filegroup {
- name: "webrtc_strings__cordz_handle",
- srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc"],
-}
-
-/* From target:
-//net/dcsctp/tx:outstanding_data
-*/
-cc_library_static {
- name: "webrtc_tx__outstanding_data",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_public__socket",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/outstanding_data.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- "webrtc_tx__retransmission_timeout",
- ],
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/base:raw_logging_internal
-*/
-filegroup {
- name: "webrtc_base__raw_logging_internal",
- srcs: ["third_party/abseil-cpp/absl/base/internal/raw_logging.cc"],
-}
-
-/* From target:
-//:webrtc
+//call:rtp_interfaces
*/
cc_library_static {
- name: "webrtc___webrtc",
+ name: "webrtc_call__rtp_interfaces",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_coding__default_neteq_factory",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -5651,9 +5119,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -5661,53 +5126,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__default_neteq_controller_factory",
- ":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__data_channel_controller",
- ":webrtc_pc__dtls_srtp_transport",
- ":webrtc_pc__dtls_transport",
- ":webrtc_pc__external_hmac",
- ":webrtc_pc__ice_transport",
- ":webrtc_pc__jsep_transport",
- ":webrtc_pc__jsep_transport_collection",
- ":webrtc_pc__jsep_transport_controller",
- ":webrtc_pc__legacy_stats_collector",
- ":webrtc_pc__local_audio_source",
- ":webrtc_pc__media_session",
- ":webrtc_pc__peer_connection",
- ":webrtc_pc__peer_connection_factory",
- ":webrtc_pc__rtc_stats_collector",
- ":webrtc_pc__rtc_stats_traversal",
- ":webrtc_pc__rtcp_mux_filter",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__rtp_transport",
- ":webrtc_pc__sctp_transport",
- ":webrtc_pc__sctp_utils",
- ":webrtc_pc__sdp_offer_answer",
- ":webrtc_pc__sdp_serializer",
- ":webrtc_pc__sdp_utils",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_pc__srtp_filter",
- ":webrtc_pc__srtp_session",
- ":webrtc_pc__srtp_transport",
- ":webrtc_pc__track_media_info_map",
- ":webrtc_pc__transport_stats",
- ":webrtc_pc__video_track_source_proxy",
- ":webrtc_pc__webrtc_sdp",
- ":webrtc_pc__webrtc_session_description_factory",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtc_base__rtc_operations_chain",
":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
@@ -5717,175 +5140,48 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
- ":webrtc_video_capture__video_capture_internal_impl",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
+ "call/rtp_config.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__candidate",
- "webrtc_api__create_peerconnection_factory",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__ice_transport_factory",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtc_event_log_output_file",
"webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
- "webrtc_audio__audio",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_codecs__builtin_audio_decoder_factory",
- "webrtc_audio_codecs__builtin_audio_encoder_factory",
- "webrtc_audio_coding__neteq",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_base64__base64",
- "webrtc_call__call",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__rtp_sender",
- "webrtc_call__video_stream_api",
- "webrtc_common_audio__common_audio",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
"webrtc_crypto__options",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_logging__ice_log",
- "webrtc_media__rtc_audio_video",
- "webrtc_media__rtc_media_base",
- "webrtc_media__rtc_sdp_video_format_utils",
- "webrtc_memory__aligned_malloc",
- "webrtc_metrics__metric",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_pc__audio_rtp_receiver",
- "webrtc_pc__audio_track",
- "webrtc_pc__connection_context",
- "webrtc_pc__data_channel_utils",
- "webrtc_pc__dtmf_sender",
- "webrtc_pc__ice_server_parsing",
- "webrtc_pc__jitter_buffer_delay",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__media_stream",
- "webrtc_pc__media_stream_observer",
- "webrtc_pc__peer_connection_message_handler",
- "webrtc_pc__proxy",
- "webrtc_pc__remote_audio_source",
- "webrtc_pc__rtp_parameters_conversion",
- "webrtc_pc__rtp_receiver",
- "webrtc_pc__rtp_sender",
- "webrtc_pc__rtp_transceiver",
- "webrtc_pc__rtp_transmission_manager",
- "webrtc_pc__sctp_data_channel",
- "webrtc_pc__transceiver_list",
- "webrtc_pc__usage_pattern",
- "webrtc_pc__video_rtp_receiver",
- "webrtc_pc__video_track",
- "webrtc_pc__video_track_source",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtc_event_log__rtc_event_log_factory",
"webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__default_task_queue_factory",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
"webrtc_transport__bitrate_settings",
- "webrtc_transport__field_trial_based_config",
"webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__builtin_video_bitrate_allocator_factory",
"webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__frame_decode_timing",
- "webrtc_video__video",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
- "webrtc_video_capture__video_capture_module",
- "webrtc_video_codecs__builtin_video_decoder_factory",
- "webrtc_video_codecs__builtin_video_encoder_factory",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__webrtc_h264",
- "webrtc_video_coding__webrtc_vp8",
- "webrtc_video_coding__webrtc_vp9",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//pc:ice_server_parsing
+//call:rtp_receiver
*/
cc_library_static {
- name: "webrtc_pc__ice_server_parsing",
+ name: "webrtc_call__rtp_receiver",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -5935,12 +5231,13 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/ice_server_parsing.cc",
+ "call/rtp_demuxer.cc",
+ "call/rtp_stream_receiver_controller.cc",
+ "call/rtx_receive_stream.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -5955,7 +5252,6 @@ cc_library_static {
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -5972,6 +5268,7 @@ cc_library_static {
"webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
@@ -6007,10 +5304,10 @@ cc_library_static {
}
/* From target:
-//modules/congestion_controller/rtp:control_handler
+//call:rtp_sender
*/
cc_library_static {
- name: "webrtc_rtp__control_handler",
+ name: "webrtc_call__rtp_sender",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -6060,7 +5357,9 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/rtp/control_handler.cc",
+ "call/rtp_payload_params.cc",
+ "call/rtp_transport_controller_send.cc",
+ "call/rtp_video_sender.cc",
],
host_supported: true,
static_libs: [
@@ -6070,13 +5369,17 @@ cc_library_static {
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__transport_api",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__bitrate_configurator",
"webrtc_call__rtp_interfaces",
+ "webrtc_congestion_controller__congestion_controller",
"webrtc_containers__flat_containers_internal",
+ "webrtc_logging__rtc_event_bwe",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_pacing__pacing",
@@ -6084,9 +5387,13 @@ cc_library_static {
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -6094,21 +5401,27 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp__control_handler",
+ "webrtc_rtp__transport_feedback",
+ "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__goog_cc",
"webrtc_transport__network_control",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
@@ -6119,6 +5432,9 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__chain_diff_calculator",
+ "webrtc_video_coding__frame_dependencies_calculator",
+ "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
@@ -6134,119 +5450,10 @@ cc_library_static {
}
/* From target:
-//modules/audio_mixer:audio_frame_manipulator
-*/
-cc_library_static {
- name: "webrtc_audio_mixer__audio_frame_manipulator",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_mixer/audio_frame_manipulator.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio__audio_frame_api",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__audio_frame_operations",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/strings:cordz_info
-*/
-filegroup {
- name: "webrtc_strings__cordz_info",
- srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_info.cc"],
-}
-
-/* From target:
-//modules/audio_processing/agc2:input_volume_controller
-*/
-cc_library_static {
- name: "webrtc_agc2__input_volume_controller",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/input_volume_controller.cc",
- "modules/audio_processing/agc2/speech_probability_buffer.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_agc2__clipping_predictor",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//pc:media_protocol_names
-*/
-cc_library_static {
- name: "webrtc_pc__media_protocol_names",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "pc/media_protocol_names.cc",
- ],
- host_supported: true,
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//net/dcsctp/socket:stream_reset_handler
+//call:simulated_network
*/
cc_library_static {
- name: "webrtc_socket__stream_reset_handler",
+ name: "webrtc_call__simulated_network",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -6260,9 +5467,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -6272,7 +5476,6 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__socket",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
":webrtc_strings__cord",
@@ -6288,44 +5491,46 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "net/dcsctp/socket/stream_reset_handler.cc",
+ "call/simulated_network.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_packet__parameter",
- "webrtc_packet__sctp_packet",
- "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rx__data_tracker",
- "webrtc_rx__reassembly_queue",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- "webrtc_tx__retransmission_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:dtls_transport_interface
+//call:version
*/
cc_library_static {
- name: "webrtc_api__dtls_transport_interface",
+ name: "webrtc_call__version",
+ defaults: ["webrtc_defaults"],
+ srcs: ["call/version.cc"],
+ host_supported: true,
+}
+
+/* From target:
+//call:video_stream_api
+*/
+cc_library_static {
+ name: "webrtc_call__video_stream_api",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
@@ -6347,8 +5552,10 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -6362,12 +5569,24 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "api/dtls_transport_interface.cc",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "call/video_receive_stream.cc",
+ "call/video_send_stream.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_api__transport_api",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
@@ -6375,25 +5594,33 @@ cc_library_static {
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_coding:webrtc_multiopus
+//modules/audio_processing/capture_levels_adjuster:capture_levels_adjuster
*/
cc_library_static {
- name: "webrtc_audio_coding__webrtc_multiopus",
+ name: "webrtc_capture_levels_adjuster__capture_levels_adjuster",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6405,114 +5632,57 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.cc",
- "modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc",
+ "modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.cc",
+ "modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.cc",
],
host_supported: true,
- cflags: [
- "-DWEBRTC_CODEC_ILBC",
- "-DWEBRTC_CODEC_OPUS",
- "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
- ],
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__audio_coding_opus_common",
- "webrtc_audio_coding__webrtc_opus_wrapper",
+ "webrtc_audio_processing__audio_buffer",
"webrtc_containers__flat_containers_internal",
- "webrtc_opus__audio_encoder_opus_config",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//logging:rtc_event_audio
+//third_party/abseil-cpp/absl/time/internal/cctz:civil_time
*/
-cc_library_static {
- name: "webrtc_logging__rtc_event_audio",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
- "logging/rtc_event_log/events/rtc_event_audio_playout.cc",
- "logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
- "logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_coding__audio_network_adaptor_config",
- "webrtc_logging__rtc_event_field",
- "webrtc_logging__rtc_stream_config",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_synchronization__yield",
- "webrtc_units__timestamp",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_cctz__civil_time",
+ srcs: ["third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc"],
}
/* From target:
-//modules/audio_processing:audio_frame_proxies
+//third_party/abseil-cpp/absl/time/internal/cctz:time_zone
*/
-cc_library_static {
- name: "webrtc_audio_processing__audio_frame_proxies",
- defaults: ["webrtc_defaults"],
+filegroup {
+ name: "webrtc_cctz__time_zone",
srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/include/audio_frame_proxies.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_processing__api",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc",
+ "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad
+//common_audio:common_audio
*/
cc_library_static {
- name: "webrtc_rnn_vad__rnn_vad",
+ name: "webrtc_common_audio__common_audio",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6521,63 +5691,66 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/rnn_vad/features_extraction.cc",
- "modules/audio_processing/agc2/rnn_vad/rnn.cc",
+ "common_audio/audio_converter.cc",
+ "common_audio/audio_util.cc",
+ "common_audio/channel_buffer.cc",
+ "common_audio/real_fourier.cc",
+ "common_audio/real_fourier_ooura.cc",
+ "common_audio/resampler/push_resampler.cc",
+ "common_audio/resampler/push_sinc_resampler.cc",
+ "common_audio/resampler/resampler.cc",
+ "common_audio/resampler/sinc_resampler.cc",
+ "common_audio/smoothing_filter.cc",
+ "common_audio/vad/vad.cc",
+ "common_audio/wav_file.cc",
+ "common_audio/wav_header.cc",
+ "common_audio/window_generator.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__biquad_filter",
- "webrtc_agc2__cpu_features",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_rnn_vad__rnn_vad_lp_residual",
- "webrtc_rnn_vad__rnn_vad_pitch",
- "webrtc_rnn_vad__rnn_vad_spectral_features",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
"webrtc_system_wrappers__system_wrappers",
],
arch: {
+ arm: {
+ static_libs: ["webrtc_common_audio__common_audio_neon"],
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ arm64: {
+ static_libs: ["webrtc_common_audio__common_audio_neon"],
+ },
x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ static_libs: [
+ "webrtc_common_audio__common_audio_avx2",
+ "webrtc_common_audio__common_audio_sse2",
+ ],
},
x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ static_libs: [
+ "webrtc_common_audio__common_audio_avx2",
+ "webrtc_common_audio__common_audio_sse2",
+ ],
},
},
}
/* From target:
-//modules/video_coding/svc:scalability_structures
-*/
-filegroup {
- name: "webrtc_svc__scalability_structures",
- srcs: [
- "modules/video_coding/svc/create_scalability_structure.cc",
- "modules/video_coding/svc/scalability_structure_full_svc.cc",
- "modules/video_coding/svc/scalability_structure_key_svc.cc",
- "modules/video_coding/svc/scalability_structure_l2t2_key_shift.cc",
- "modules/video_coding/svc/scalability_structure_simulcast.cc",
- ],
-}
-
-/* From target:
-//rtc_base:callback_list
-*/
-filegroup {
- name: "webrtc_rtc_base__callback_list",
- srcs: ["rtc_base/callback_list.cc"],
-}
-
-/* From target:
-//system_wrappers:metrics
+//common_audio:common_audio_avx2
*/
cc_library_static {
- name: "webrtc_system_wrappers__metrics",
+ name: "webrtc_common_audio__common_audio_avx2",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6589,26 +5762,36 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "system_wrappers/source/metrics.cc",
+ "common_audio/fir_filter_avx2.cc",
+ "common_audio/resampler/sinc_resampler_avx2.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ enabled: false,
+ },
+ arm64: {
+ enabled: false,
+ },
+ riscv64: {
+ enabled: false,
},
},
}
/* From target:
-//api/audio_codecs:builtin_audio_decoder_factory
+//common_audio:common_audio_c
*/
cc_library_static {
- name: "webrtc_audio_codecs__builtin_audio_decoder_factory",
+ name: "webrtc_common_audio__common_audio_c",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6617,86 +5800,104 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/audio_codecs/builtin_audio_decoder_factory.cc",
+ "common_audio/ring_buffer.c",
+ "common_audio/signal_processing/auto_corr_to_refl_coef.c",
+ "common_audio/signal_processing/auto_correlation.c",
+ "common_audio/signal_processing/complex_fft.c",
+ "common_audio/signal_processing/copy_set_operations.c",
+ "common_audio/signal_processing/cross_correlation.c",
+ "common_audio/signal_processing/division_operations.c",
+ "common_audio/signal_processing/downsample_fast.c",
+ "common_audio/signal_processing/energy.c",
+ "common_audio/signal_processing/filter_ar.c",
+ "common_audio/signal_processing/filter_ma_fast_q12.c",
+ "common_audio/signal_processing/get_hanning_window.c",
+ "common_audio/signal_processing/get_scaling_square.c",
+ "common_audio/signal_processing/ilbc_specific_functions.c",
+ "common_audio/signal_processing/levinson_durbin.c",
+ "common_audio/signal_processing/lpc_to_refl_coef.c",
+ "common_audio/signal_processing/min_max_operations.c",
+ "common_audio/signal_processing/randomization_functions.c",
+ "common_audio/signal_processing/real_fft.c",
+ "common_audio/signal_processing/refl_coef_to_lpc.c",
+ "common_audio/signal_processing/resample.c",
+ "common_audio/signal_processing/resample_48khz.c",
+ "common_audio/signal_processing/resample_by_2.c",
+ "common_audio/signal_processing/resample_by_2_internal.c",
+ "common_audio/signal_processing/resample_fractional.c",
+ "common_audio/signal_processing/spl_init.c",
+ "common_audio/signal_processing/spl_inl.c",
+ "common_audio/signal_processing/spl_sqrt.c",
+ "common_audio/signal_processing/splitting_filter.c",
+ "common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
+ "common_audio/signal_processing/vector_scaling_operations.c",
+ "common_audio/vad/vad_core.c",
+ "common_audio/vad/vad_filterbank.c",
+ "common_audio/vad/vad_gmm.c",
+ "common_audio/vad/vad_sp.c",
+ "common_audio/vad/webrtc_vad.c",
],
host_supported: true,
- cflags: [
- "-DWEBRTC_USE_BUILTIN_ILBC=1",
- "-DWEBRTC_USE_BUILTIN_OPUS=1",
- ],
static_libs: [
- "webrtc_L16__audio_decoder_L16",
- "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_common_audio__common_audio_cc",
"webrtc_containers__flat_containers_internal",
- "webrtc_g711__audio_decoder_g711",
- "webrtc_g722__audio_decoder_g722",
- "webrtc_ilbc__audio_decoder_ilbc",
- "webrtc_memory__aligned_malloc",
- "webrtc_opus__audio_decoder_multiopus",
- "webrtc_opus__audio_decoder_opus",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_spl_sqrt_floor__spl_sqrt_floor",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ arm64: {
+ srcs: [
+ "common_audio/signal_processing/complex_bit_reverse.c",
+ "common_audio/signal_processing/filter_ar_fast_q12.c",
+ ],
+ },
+ riscv64: {
+ srcs: [
+ "common_audio/signal_processing/complex_bit_reverse.c",
+ "common_audio/signal_processing/filter_ar_fast_q12.c",
+ ],
+ },
+ x86_64: {
+ srcs: [
+ "common_audio/signal_processing/complex_bit_reverse.c",
+ "common_audio/signal_processing/filter_ar_fast_q12.c",
+ ],
+ },
+ x86: {
+ srcs: [
+ "common_audio/signal_processing/complex_bit_reverse.c",
+ "common_audio/signal_processing/filter_ar_fast_q12.c",
+ ],
+ },
},
}
/* From target:
-//pc:audio_track
+//common_audio:common_audio_c_arm_asm
*/
-cc_library_static {
- name: "webrtc_pc__audio_track",
- defaults: ["webrtc_defaults"],
+filegroup {
+ name: "webrtc_common_audio__common_audio_c_arm_asm",
srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "pc/audio_track.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_api__media_stream_interface",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_image",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
+ "common_audio/signal_processing/complex_bit_reverse_arm.S",
+ "common_audio/signal_processing/filter_ar_fast_q12_armv7.S",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/test/metrics:metrics_logger
+//common_audio:common_audio_cc
*/
cc_library_static {
- name: "webrtc_metrics__metrics_logger",
+ name: "webrtc_common_audio__common_audio_cc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6708,38 +5909,23 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/test/metrics/metrics_logger.cc",
+ "common_audio/signal_processing/dot_product_with_scale.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_metrics__metric",
- "webrtc_metrics__metrics_accumulator",
- "webrtc_numerics__numerics",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api:wrapping_async_dns_resolver
-*/
-filegroup {
- name: "webrtc_api__wrapping_async_dns_resolver",
- srcs: ["api/wrapping_async_dns_resolver.cc"],
}
/* From target:
-//modules/audio_coding:ilbc
+//common_audio:common_audio_neon
*/
cc_library_static {
- name: "webrtc_audio_coding__ilbc",
+ name: "webrtc_common_audio__common_audio_neon",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6751,39 +5937,40 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
- "modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
+ "common_audio/fir_filter_neon.cc",
+ "common_audio/resampler/sinc_resampler_neon.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__ilbc_c",
- "webrtc_audio_coding__legacy_encoded_audio_frame",
- "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_neon_c",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ riscv64: {
+ enabled: false,
+ },
+ x86_64: {
+ enabled: false,
+ },
+ x86: {
+ enabled: false,
+ },
},
}
/* From target:
-//modules/audio_processing/agc2:vad_wrapper
+//common_audio:common_audio_neon_c
*/
cc_library_static {
- name: "webrtc_agc2__vad_wrapper",
+ name: "webrtc_common_audio__common_audio_neon_c",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6792,42 +5979,42 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/vad_wrapper.cc",
+ "common_audio/signal_processing/cross_correlation_neon.c",
+ "common_audio/signal_processing/downsample_fast_neon.c",
+ "common_audio/signal_processing/min_max_operations_neon.c",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rnn_vad__rnn_vad",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ riscv64: {
+ enabled: false,
+ },
x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ enabled: false,
},
x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ enabled: false,
},
},
}
/* From target:
-//api:rtc_error
+//common_audio:common_audio_sse2
*/
cc_library_static {
- name: "webrtc_api__rtc_error",
+ name: "webrtc_common_audio__common_audio_sse2",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6839,26 +6026,36 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/rtc_error.cc",
+ "common_audio/fir_filter_sse.cc",
+ "common_audio/resampler/sinc_resampler_sse.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ enabled: false,
+ },
+ arm64: {
+ enabled: false,
+ },
+ riscv64: {
+ enabled: false,
},
},
}
/* From target:
-//modules/audio_processing/aec3:aec3_avx2
+//common_audio:fir_filter_factory
*/
cc_library_static {
- name: "webrtc_aec3__aec3_avx2",
+ name: "webrtc_common_audio__fir_filter_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -6870,22 +6067,13 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/aec3/adaptive_fir_filter_avx2.cc",
- "modules/audio_processing/aec3/adaptive_fir_filter_erl_avx2.cc",
- "modules/audio_processing/aec3/fft_data_avx2.cc",
- "modules/audio_processing/aec3/matched_filter_avx2.cc",
- "modules/audio_processing/aec3/vector_math_avx2.cc",
+ "common_audio/fir_filter_c.cc",
+ "common_audio/fir_filter_factory.cc",
],
host_supported: true,
- cflags: [
- "-mavx2",
- "-mfma",
- ],
static_libs: [
- "webrtc_audio_processing__apm_logging",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
@@ -6893,37 +6081,35 @@ cc_library_static {
],
arch: {
arm: {
- enabled: false,
+ static_libs: ["webrtc_common_audio__common_audio_neon"],
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
arm64: {
- enabled: false,
+ static_libs: ["webrtc_common_audio__common_audio_neon"],
},
- riscv64: {
- enabled: false,
+ x86_64: {
+ static_libs: [
+ "webrtc_common_audio__common_audio_avx2",
+ "webrtc_common_audio__common_audio_sse2",
+ ],
+ },
+ x86: {
+ static_libs: [
+ "webrtc_common_audio__common_audio_avx2",
+ "webrtc_common_audio__common_audio_sse2",
+ ],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/base:throw_delegate
-*/
-filegroup {
- name: "webrtc_base__throw_delegate",
- srcs: ["third_party/abseil-cpp/absl/base/internal/throw_delegate.cc"],
-}
-
-/* From target:
-//pc:rtp_transmission_manager
+//common_video:common_video
*/
cc_library_static {
- name: "webrtc_pc__rtp_transmission_manager",
+ name: "webrtc_common_video__common_video",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -6934,9 +6120,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -6944,37 +6127,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__dtls_srtp_transport",
- ":webrtc_pc__dtls_transport",
- ":webrtc_pc__external_hmac",
- ":webrtc_pc__ice_transport",
- ":webrtc_pc__jsep_transport",
- ":webrtc_pc__jsep_transport_collection",
- ":webrtc_pc__jsep_transport_controller",
- ":webrtc_pc__rtcp_mux_filter",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__rtp_transport",
- ":webrtc_pc__sctp_transport",
- ":webrtc_pc__sctp_utils",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_pc__srtp_filter",
- ":webrtc_pc__srtp_session",
- ":webrtc_pc__srtp_transport",
- ":webrtc_pc__transport_stats",
- ":webrtc_pc__video_track_source_proxy",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -6986,116 +6143,58 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/rtp_transmission_manager.cc",
+ "common_video/bitrate_adjuster.cc",
+ "common_video/frame_rate_estimator.cc",
+ "common_video/framerate_controller.cc",
+ "common_video/h264/h264_bitstream_parser.cc",
+ "common_video/h264/h264_common.cc",
+ "common_video/h264/pps_parser.cc",
+ "common_video/h264/sps_parser.cc",
+ "common_video/h264/sps_vui_rewriter.cc",
+ "common_video/libyuv/webrtc_libyuv.cc",
+ "common_video/video_frame_buffer.cc",
+ "common_video/video_frame_buffer_pool.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__ice_transport_factory",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_base64__base64",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_pc__audio_rtp_receiver",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__peer_connection_message_handler",
- "webrtc_pc__proxy",
- "webrtc_pc__rtp_receiver",
- "webrtc_pc__rtp_sender",
- "webrtc_pc__rtp_transceiver",
- "webrtc_pc__sctp_data_channel",
- "webrtc_pc__transceiver_list",
- "webrtc_pc__usage_pattern",
- "webrtc_pc__video_rtp_receiver",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
"webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
"webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
+ "webrtc_video__video_frame_i010",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//modules/async_audio_processing:async_audio_processing
+//video/config:encoder_config
*/
cc_library_static {
- name: "webrtc_async_audio_processing__async_audio_processing",
+ name: "webrtc_config__encoder_config",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -7107,37 +6206,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/async_audio_processing/async_audio_processing.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "video/config/video_encoder_config.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio__audio_frame_api",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/base:spinlock_wait
-*/
-filegroup {
- name: "webrtc_base__spinlock_wait",
- srcs: ["third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc"],
}
/* From target:
-//modules/pacing:pacing
+//video/config:streams_config
*/
cc_library_static {
- name: "webrtc_pacing__pacing",
+ name: "webrtc_config__streams_config",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -7178,6 +6264,9 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -7187,53 +6276,51 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/pacing/bitrate_prober.cc",
- "modules/pacing/pacing_controller.cc",
- "modules/pacing/packet_router.cc",
- "modules/pacing/prioritized_packet_queue.cc",
- "modules/pacing/task_queue_paced_sender.cc",
+ "video/config/encoder_stream_factory.cc",
+ "video/config/simulcast.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
"webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_logging__rtc_event_pacing",
+ "webrtc_experiments__min_video_bitrate_experiment",
+ "webrtc_experiments__normalize_simulcast_size_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_pacing__interval_budget",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
@@ -7244,9 +6331,7 @@ cc_library_static {
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
"webrtc_transport__field_trial_based_config",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
@@ -7257,6 +6342,8 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -7272,16 +6359,15 @@ cc_library_static {
}
/* From target:
-//audio:audio
+//modules/congestion_controller:congestion_controller
*/
cc_library_static {
- name: "webrtc_audio__audio",
+ name: "webrtc_congestion_controller__congestion_controller",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_coding__default_neteq_factory",
":webrtc_audio_processing__aec_dump_interface",
":webrtc_audio_processing__rms_level",
":webrtc_base__base",
@@ -7301,9 +6387,7 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__default_neteq_controller_factory",
":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
@@ -7328,18 +6412,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "audio/audio_level.cc",
- "audio/audio_receive_stream.cc",
- "audio/audio_send_stream.cc",
- "audio/audio_state.cc",
- "audio/audio_transport_impl.cc",
- "audio/channel_receive.cc",
- "audio/channel_receive_frame_transformer_delegate.cc",
- "audio/channel_send.cc",
- "audio/channel_send_frame_transformer_delegate.cc",
- "audio/remix_resample.cc",
+ "modules/congestion_controller/receive_side_congestion_controller.cc",
+ "modules/congestion_controller/remb_throttler.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
@@ -7347,46 +6424,24 @@ cc_library_static {
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__transport_api",
- "webrtc_async_audio_processing__async_audio_processing",
- "webrtc_audio__aec3_factory",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__audio_coding",
- "webrtc_audio_coding__audio_encoder_cng",
- "webrtc_audio_coding__audio_network_adaptor_config",
- "webrtc_audio_coding__neteq",
- "webrtc_audio_coding__red",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_frame_proxies",
- "webrtc_audio_processing__audio_processing",
- "webrtc_call__bitrate_allocator",
- "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_audio",
- "webrtc_logging__rtc_stream_config",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_pacing__pacing",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -7394,25 +6449,21 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_utility__audio_frame_operations",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
"webrtc_video__video_adaptation",
@@ -7436,61 +6487,29 @@ cc_library_static {
}
/* From target:
-//api/audio_codecs/opus:audio_encoder_opus
+//third_party/abseil-cpp/absl/container:hashtablez_sampler
*/
-cc_library_static {
- name: "webrtc_opus__audio_encoder_opus",
- defaults: ["webrtc_defaults"],
+filegroup {
+ name: "webrtc_container__hashtablez_sampler",
srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/audio_codecs/opus/audio_encoder_opus.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_opus",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_opus__audio_encoder_opus_config",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc",
+ "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//api:field_trials_registry
+//third_party/abseil-cpp/absl/container:raw_hash_set
*/
filegroup {
- name: "webrtc_api__field_trials_registry",
- srcs: ["api/field_trials_registry.cc"],
+ name: "webrtc_container__raw_hash_set",
+ srcs: ["third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc"],
}
/* From target:
-//modules/audio_processing/vad:vad
+//rtc_base/containers:flat_containers_internal
*/
cc_library_static {
- name: "webrtc_vad__vad",
+ name: "webrtc_containers__flat_containers_internal",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -7501,49 +6520,47 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/vad/gmm.cc",
- "modules/audio_processing/vad/pitch_based_vad.cc",
- "modules/audio_processing/vad/pitch_internal.cc",
- "modules/audio_processing/vad/pole_zero_filter.cc",
- "modules/audio_processing/vad/standalone_vad.cc",
- "modules/audio_processing/vad/vad_audio_proc.cc",
- "modules/audio_processing/vad/vad_circular_buffer.cc",
- "modules/audio_processing/vad/voice_activity_detector.cc",
+ "rtc_base/containers/flat_tree.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_audio_coding__isac_vad",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_256",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__audio_frame_operations",
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//third_party/crc32c:crc32c
+*/
+filegroup {
+ name: "webrtc_crc32c__crc32c",
+ srcs: [
+ "third_party/crc32c/src/src/crc32c.cc",
+ "third_party/crc32c/src/src/crc32c_portable.cc",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//media:rtc_internal_video_codecs
+//third_party/crc32c:crc32c_arm64
+*/
+filegroup {
+ name: "webrtc_crc32c__crc32c_arm64",
+ srcs: ["third_party/crc32c/src/src/crc32c_arm64.cc"],
+}
+
+/* From target:
+//third_party/crc32c:crc32c_sse42
+*/
+filegroup {
+ name: "webrtc_crc32c__crc32c_sse42",
+ srcs: ["third_party/crc32c/src/src/crc32c_sse42.cc"],
+}
+
+/* From target:
+//api/crypto:options
*/
cc_library_static {
- name: "webrtc_media__rtc_internal_video_codecs",
+ name: "webrtc_crypto__options",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -7561,14 +6578,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -7577,152 +6590,99 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "media/engine/fake_video_codec_factory.cc",
- "media/engine/internal_decoder_factory.cc",
- "media/engine/internal_encoder_factory.cc",
- "media/engine/multiplex_codec_factory.cc",
+ "api/crypto/crypto_options.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_encoder_simulcast_proxy",
- "webrtc_media__rtc_media_base",
- "webrtc_media__rtc_simulcast_encoder_adapter",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_test__fake_video_codecs",
- "webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__rtc_software_fallback_wrappers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__webrtc_h264",
- "webrtc_video_coding__webrtc_multiplex",
- "webrtc_video_coding__webrtc_vp8",
- "webrtc_video_coding__webrtc_vp9",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//logging:rtc_event_log_impl_encoder
+//third_party/abseil-cpp/absl/debugging:debugging_internal
+*/
+filegroup {
+ name: "webrtc_debugging__debugging_internal",
+ srcs: [
+ "third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc",
+ "third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc",
+ "third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc",
+ ],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/debugging:demangle_internal
+*/
+filegroup {
+ name: "webrtc_debugging__demangle_internal",
+ srcs: ["third_party/abseil-cpp/absl/debugging/internal/demangle.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/debugging:stacktrace
+*/
+filegroup {
+ name: "webrtc_debugging__stacktrace",
+ srcs: ["third_party/abseil-cpp/absl/debugging/stacktrace.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/debugging:symbolize
+*/
+filegroup {
+ name: "webrtc_debugging__symbolize",
+ srcs: ["third_party/abseil-cpp/absl/debugging/symbolize.cc"],
+}
+
+/* From target:
+//rtc_base/experiments:alr_experiment
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_log_impl_encoder",
+ name: "webrtc_experiments__alr_experiment",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "logging/rtc_event_log/encoder/blob_encoding.cc",
- "logging/rtc_event_log/encoder/delta_encoding.cc",
+ "rtc_base/experiments/alr_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_parameters",
- "webrtc_logging__rtc_event_number_encodings",
- "webrtc_rtc_base__bit_buffer",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
"webrtc_synchronization__yield",
- "webrtc_transport__network_control",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing:apm_logging
+//rtc_base/experiments:balanced_degradation_settings
*/
cc_library_static {
- name: "webrtc_audio_processing__apm_logging",
+ name: "webrtc_experiments__balanced_degradation_settings",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -7734,33 +6694,30 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/logging/apm_data_dumper.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "rtc_base/experiments/balanced_degradation_settings.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//rtc_base/experiments:quality_scaling_experiment
+//rtc_base/experiments:bandwidth_quality_scaler_settings
*/
cc_library_static {
- name: "webrtc_experiments__quality_scaling_experiment",
+ name: "webrtc_experiments__bandwidth_quality_scaler_settings",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -7770,161 +6727,56 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "rtc_base/experiments/quality_scaling_experiment.cc",
+ "rtc_base/experiments/bandwidth_quality_scaler_settings.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__field_trial",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:webrtc_vp8_temporal_layers
+//rtc_base/experiments:cpu_speed_experiment
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_vp8_temporal_layers",
+ name: "webrtc_experiments__cpu_speed_experiment",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/vp8/default_temporal_layers.cc",
- "modules/video_coding/codecs/vp8/screenshare_layers.cc",
- "modules/video_coding/codecs/vp8/temporal_layers_checker.cc",
+ "rtc_base/experiments/cpu_speed_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rate_statistics",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
"webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//common_audio:common_audio_neon
+//rtc_base/experiments:encoder_info_settings
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_neon",
+ name: "webrtc_experiments__encoder_info_settings",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -7936,89 +6788,64 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/fir_filter_neon.cc",
- "common_audio/resampler/sinc_resampler_neon.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "rtc_base/experiments/encoder_info_settings.cc",
],
host_supported: true,
- cflags: ["-DWEBRTC_HAS_NEON"],
static_libs: [
- "webrtc_common_audio__common_audio_neon_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- riscv64: {
- enabled: false,
- },
- x86_64: {
- enabled: false,
- },
- x86: {
- enabled: false,
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/time/internal/cctz:time_zone
-*/
-filegroup {
- name: "webrtc_cctz__time_zone",
- srcs: [
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc",
- "third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_video_codecs__video_codecs_api",
],
}
/* From target:
-//modules/audio_coding:isac_vad
+//rtc_base/experiments:field_trial_parser
*/
cc_library_static {
- name: "webrtc_audio_coding__isac_vad",
+ name: "webrtc_experiments__field_trial_parser",
defaults: ["webrtc_defaults"],
srcs: [
- "modules/audio_coding/codecs/isac/main/source/filter_functions.c",
- "modules/audio_coding/codecs/isac/main/source/isac_vad.c",
- "modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
- "modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/experiments/field_trial_list.cc",
+ "rtc_base/experiments/field_trial_parser.cc",
+ "rtc_base/experiments/field_trial_units.cc",
+ "rtc_base/experiments/struct_parameters_parser.cc",
],
host_supported: true,
- static_libs: ["webrtc_fft__fft"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/neteq:default_neteq_controller_factory
-*/
-filegroup {
- name: "webrtc_neteq__default_neteq_controller_factory",
- srcs: ["api/neteq/default_neteq_controller_factory.cc"],
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ ],
}
/* From target:
-//pc:jitter_buffer_delay
+//rtc_base/experiments:keyframe_interval_settings_experiment
*/
cc_library_static {
- name: "webrtc_pc__jitter_buffer_delay",
+ name: "webrtc_experiments__keyframe_interval_settings_experiment",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -8028,26 +6855,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "pc/jitter_buffer_delay.cc",
+ "rtc_base/experiments/keyframe_interval_settings.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc2:adaptive_digital_gain_applier
+//rtc_base/experiments:min_video_bitrate_experiment
*/
cc_library_static {
- name: "webrtc_agc2__adaptive_digital_gain_applier",
+ name: "webrtc_experiments__min_video_bitrate_experiment",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8059,43 +6884,27 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/adaptive_digital_gain_applier.cc",
+ "rtc_base/experiments/min_video_bitrate_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__gain_applier",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_units__data_rate",
+ "webrtc_video__video_frame",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//net/dcsctp/public:utils
-*/
-filegroup {
- name: "webrtc_public__utils",
- srcs: ["net/dcsctp/public/text_pcap_packet_observer.cc"],
}
/* From target:
-//rtc_base:rtc_event
+//rtc_base/experiments:normalize_simulcast_size_experiment
*/
cc_library_static {
- name: "webrtc_rtc_base__rtc_event",
+ name: "webrtc_experiments__normalize_simulcast_size_experiment",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8107,28 +6916,27 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/event.cc",
+ "rtc_base/experiments/normalize_simulcast_size_experiment.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__yield_policy",
- "webrtc_units__time_delta",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_device:audio_device_buffer
+//rtc_base/experiments:quality_rampup_experiment
*/
cc_library_static {
- name: "webrtc_audio_device__audio_device_buffer",
+ name: "webrtc_experiments__quality_rampup_experiment",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -8138,42 +6946,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_device/audio_device_buffer.cc",
- "modules/audio_device/fine_audio_buffer.cc",
+ "rtc_base/experiments/quality_rampup_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__timestamp_aligner",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__task_queue",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//modules/audio_processing/agc2:saturation_protector
+//rtc_base/experiments:quality_scaler_settings
*/
cc_library_static {
- name: "webrtc_agc2__saturation_protector",
+ name: "webrtc_experiments__quality_scaler_settings",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -8183,31 +6978,26 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/saturation_protector.cc",
- "modules/audio_processing/agc2/saturation_protector_buffer.cc",
+ "rtc_base/experiments/quality_scaler_settings.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_processing__apm_logging",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//api/test/metrics:stdout_metrics_exporter
+//rtc_base/experiments:quality_scaling_experiment
*/
cc_library_static {
- name: "webrtc_metrics__stdout_metrics_exporter",
+ name: "webrtc_experiments__quality_scaling_experiment",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8219,27 +7009,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/test/metrics/stdout_metrics_exporter.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "rtc_base/experiments/quality_scaling_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_metrics__metric",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/aec3:aec3
+//rtc_base/experiments:rate_control_settings
*/
cc_library_static {
- name: "webrtc_aec3__aec3",
+ name: "webrtc_experiments__rate_control_settings",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -8249,103 +7041,30 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/aec3/adaptive_fir_filter.cc",
- "modules/audio_processing/aec3/adaptive_fir_filter_erl.cc",
- "modules/audio_processing/aec3/aec3_common.cc",
- "modules/audio_processing/aec3/aec3_fft.cc",
- "modules/audio_processing/aec3/aec_state.cc",
- "modules/audio_processing/aec3/alignment_mixer.cc",
- "modules/audio_processing/aec3/api_call_jitter_metrics.cc",
- "modules/audio_processing/aec3/block_buffer.cc",
- "modules/audio_processing/aec3/block_delay_buffer.cc",
- "modules/audio_processing/aec3/block_framer.cc",
- "modules/audio_processing/aec3/block_processor.cc",
- "modules/audio_processing/aec3/block_processor_metrics.cc",
- "modules/audio_processing/aec3/clockdrift_detector.cc",
- "modules/audio_processing/aec3/coarse_filter_update_gain.cc",
- "modules/audio_processing/aec3/comfort_noise_generator.cc",
- "modules/audio_processing/aec3/config_selector.cc",
- "modules/audio_processing/aec3/decimator.cc",
- "modules/audio_processing/aec3/dominant_nearend_detector.cc",
- "modules/audio_processing/aec3/downsampled_render_buffer.cc",
- "modules/audio_processing/aec3/echo_audibility.cc",
- "modules/audio_processing/aec3/echo_canceller3.cc",
- "modules/audio_processing/aec3/echo_path_delay_estimator.cc",
- "modules/audio_processing/aec3/echo_path_variability.cc",
- "modules/audio_processing/aec3/echo_remover.cc",
- "modules/audio_processing/aec3/echo_remover_metrics.cc",
- "modules/audio_processing/aec3/erl_estimator.cc",
- "modules/audio_processing/aec3/erle_estimator.cc",
- "modules/audio_processing/aec3/fft_buffer.cc",
- "modules/audio_processing/aec3/filter_analyzer.cc",
- "modules/audio_processing/aec3/frame_blocker.cc",
- "modules/audio_processing/aec3/fullband_erle_estimator.cc",
- "modules/audio_processing/aec3/matched_filter.cc",
- "modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
- "modules/audio_processing/aec3/moving_average.cc",
- "modules/audio_processing/aec3/multi_channel_content_detector.cc",
- "modules/audio_processing/aec3/refined_filter_update_gain.cc",
- "modules/audio_processing/aec3/render_buffer.cc",
- "modules/audio_processing/aec3/render_delay_buffer.cc",
- "modules/audio_processing/aec3/render_delay_controller.cc",
- "modules/audio_processing/aec3/render_delay_controller_metrics.cc",
- "modules/audio_processing/aec3/render_signal_analyzer.cc",
- "modules/audio_processing/aec3/residual_echo_estimator.cc",
- "modules/audio_processing/aec3/reverb_decay_estimator.cc",
- "modules/audio_processing/aec3/reverb_frequency_response.cc",
- "modules/audio_processing/aec3/reverb_model.cc",
- "modules/audio_processing/aec3/reverb_model_estimator.cc",
- "modules/audio_processing/aec3/signal_dependent_erle_estimator.cc",
- "modules/audio_processing/aec3/spectrum_buffer.cc",
- "modules/audio_processing/aec3/stationarity_estimator.cc",
- "modules/audio_processing/aec3/subband_erle_estimator.cc",
- "modules/audio_processing/aec3/subband_nearend_detector.cc",
- "modules/audio_processing/aec3/subtractor.cc",
- "modules/audio_processing/aec3/subtractor_output.cc",
- "modules/audio_processing/aec3/subtractor_output_analyzer.cc",
- "modules/audio_processing/aec3/suppression_filter.cc",
- "modules/audio_processing/aec3/suppression_gain.cc",
- "modules/audio_processing/aec3/transparent_mode.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "rtc_base/experiments/rate_control_settings.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio__aec3_config",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_audio_processing__high_pass_filter",
- "webrtc_common_audio__common_audio_c",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
"webrtc_experiments__field_trial_parser",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__cascaded_biquad_filter",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_units__data_size",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_aec3__aec3_avx2"],
- },
- x86: {
- static_libs: ["webrtc_aec3__aec3_avx2"],
- },
- },
}
/* From target:
-//api/audio_codecs/g722:audio_encoder_g722
+//rtc_base/experiments:rtt_mult_experiment
*/
cc_library_static {
- name: "webrtc_g722__audio_encoder_g722",
+ name: "webrtc_experiments__rtt_mult_experiment",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8357,32 +7076,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/g722/audio_encoder_g722.cc",
+ "rtc_base/experiments/rtt_mult_experiment.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g722",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:keyframe_interval_settings_experiment
+//rtc_base/experiments:stable_target_rate_experiment
*/
cc_library_static {
- name: "webrtc_experiments__keyframe_interval_settings_experiment",
+ name: "webrtc_experiments__stable_target_rate_experiment",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -8395,7 +7106,7 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/keyframe_interval_settings.cc",
+ "rtc_base/experiments/stable_target_rate_experiment.cc",
],
host_supported: true,
static_libs: [
@@ -8406,17 +7117,23 @@ cc_library_static {
"webrtc_synchronization__yield",
"webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:frame_dependencies_calculator
+//modules/third_party/fft:fft
*/
cc_library_static {
- name: "webrtc_video_coding__frame_dependencies_calculator",
+ name: "webrtc_fft__fft",
+ defaults: ["webrtc_defaults"],
+ srcs: ["modules/third_party/fft/fft.c"],
+ host_supported: true,
+}
+
+/* From target:
+//api/audio_codecs/g711:audio_decoder_g711
+*/
+cc_library_static {
+ name: "webrtc_g711__audio_decoder_g711",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8425,31 +7142,30 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/frame_dependencies_calculator.cc",
+ "api/audio_codecs/g711/audio_decoder_g711.cc",
],
host_supported: true,
static_libs: [
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__g711",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc:legacy_agc
+//api/audio_codecs/g711:audio_encoder_g711
*/
cc_library_static {
- name: "webrtc_agc__legacy_agc",
+ name: "webrtc_g711__audio_encoder_g711",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8461,58 +7177,38 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc/legacy/analog_agc.cc",
- "modules/audio_processing/agc/legacy/digital_agc.cc",
+ "api/audio_codecs/g711/audio_encoder_g711.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_256",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__g711",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//modules/audio_processing/agc2:biquad_filter
+//modules/third_party/g711:g711_3p
*/
cc_library_static {
- name: "webrtc_agc2__biquad_filter",
+ name: "webrtc_g711__g711_3p",
defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "modules/audio_processing/agc2/biquad_filter.cc",
- ],
+ srcs: ["modules/third_party/g711/g711.c"],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:rtp_packet_info
+//api/audio_codecs/g722:audio_decoder_g722
*/
cc_library_static {
- name: "webrtc_api__rtp_packet_info",
+ name: "webrtc_g722__audio_decoder_g722",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8524,28 +7220,27 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/rtp_packet_info.cc",
+ "api/audio_codecs/g722/audio_decoder_g722.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_headers",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__g722",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/audio_codecs/L16:audio_encoder_L16
+//api/audio_codecs/g722:audio_encoder_g722
*/
cc_library_static {
- name: "webrtc_L16__audio_encoder_L16",
+ name: "webrtc_g722__audio_encoder_g722",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -8557,12 +7252,12 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/L16/audio_encoder_L16.cc",
+ "api/audio_codecs/g722/audio_encoder_g722.cc",
],
host_supported: true,
static_libs: [
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__pcm16b",
+ "webrtc_audio_coding__g722",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
@@ -8572,196 +7267,85 @@ cc_library_static {
"webrtc_units__data_rate",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//p2p:rtc_p2p
+//modules/third_party/g722:g722_3p
*/
cc_library_static {
- name: "webrtc_p2p__rtc_p2p",
+ name: "webrtc_g722__g722_3p",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ "modules/third_party/g722/g722_decode.c",
+ "modules/third_party/g722/g722_encode.c",
+ ],
+ host_supported: true,
+}
+
+/* From target:
+//common_video/generic_frame_descriptor:generic_frame_descriptor
+*/
+cc_library_static {
+ name: "webrtc_generic_frame_descriptor__generic_frame_descriptor",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "p2p/base/async_stun_tcp_socket.cc",
- "p2p/base/basic_async_resolver_factory.cc",
- "p2p/base/basic_ice_controller.cc",
- "p2p/base/basic_packet_socket_factory.cc",
- "p2p/base/connection.cc",
- "p2p/base/connection_info.cc",
- "p2p/base/default_ice_transport_factory.cc",
- "p2p/base/dtls_transport.cc",
- "p2p/base/dtls_transport_internal.cc",
- "p2p/base/ice_controller_interface.cc",
- "p2p/base/ice_credentials_iterator.cc",
- "p2p/base/ice_switch_reason.cc",
- "p2p/base/ice_transport_internal.cc",
- "p2p/base/p2p_constants.cc",
- "p2p/base/p2p_transport_channel.cc",
- "p2p/base/packet_transport_internal.cc",
- "p2p/base/port.cc",
- "p2p/base/port_allocator.cc",
- "p2p/base/port_interface.cc",
- "p2p/base/pseudo_tcp.cc",
- "p2p/base/regathering_controller.cc",
- "p2p/base/stun_port.cc",
- "p2p/base/stun_request.cc",
- "p2p/base/tcp_port.cc",
- "p2p/base/transport_description.cc",
- "p2p/base/transport_description_factory.cc",
- "p2p/base/turn_port.cc",
- "p2p/base/wrapping_active_ice_controller.cc",
- "p2p/client/basic_port_allocator.cc",
- "p2p/client/turn_port_factory.cc",
+ "common_video/generic_frame_descriptor/generic_frame_info.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__rtc_error",
- "webrtc_base64__base64",
- "webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_experiments__field_trial_parser",
- "webrtc_logging__ice_log",
- "webrtc_network__sent_packet",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__buffer_queue",
- "webrtc_rtc_base__byte_buffer",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__net_helpers",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rate_tracker",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__weak_ptr",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__field_trial_based_config",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- ],
- arch: {
- arm: {
- },
- },
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//modules/audio_processing/ns:ns
+//modules/congestion_controller/goog_cc:alr_detector
*/
cc_library_static {
- name: "webrtc_ns__ns",
+ name: "webrtc_goog_cc__alr_detector",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/ns/fast_math.cc",
- "modules/audio_processing/ns/histograms.cc",
- "modules/audio_processing/ns/noise_estimator.cc",
- "modules/audio_processing/ns/noise_suppressor.cc",
- "modules/audio_processing/ns/ns_fft.cc",
- "modules/audio_processing/ns/prior_signal_model.cc",
- "modules/audio_processing/ns/prior_signal_model_estimator.cc",
- "modules/audio_processing/ns/quantile_noise_estimator.cc",
- "modules/audio_processing/ns/signal_model.cc",
- "modules/audio_processing/ns/signal_model_estimator.cc",
- "modules/audio_processing/ns/speech_probability_estimator.cc",
- "modules/audio_processing/ns/suppression_params.cc",
- "modules/audio_processing/ns/wiener_filter.cc",
+ "modules/congestion_controller/goog_cc/alr_detector.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_audio_processing__high_pass_filter",
- "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_ooura__fft_size_256",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_pacing",
+ "webrtc_pacing__interval_budget",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__cascaded_biquad_filter",
+ "webrtc_transport__field_trial_based_config",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//video:video
+//modules/congestion_controller/goog_cc:delay_based_bwe
*/
cc_library_static {
- name: "webrtc_video__video",
+ name: "webrtc_goog_cc__delay_based_bwe",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -8802,10 +7386,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -8815,132 +7395,70 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "video/buffered_frame_decryptor.cc",
- "video/call_stats2.cc",
- "video/encoder_rtcp_feedback.cc",
- "video/quality_limitation_reason_tracker.cc",
- "video/quality_threshold.cc",
- "video/receive_statistics_proxy2.cc",
- "video/report_block_stats.cc",
- "video/rtp_streams_synchronizer2.cc",
- "video/rtp_video_stream_receiver2.cc",
- "video/rtp_video_stream_receiver_frame_transformer_delegate.cc",
- "video/send_delay_stats.cc",
- "video/send_statistics_proxy.cc",
- "video/stats_counter.cc",
- "video/stream_synchronization.cc",
- "video/transport_adapter.cc",
- "video/video_quality_observer2.cc",
- "video/video_receive_stream2.cc",
- "video/video_send_stream.cc",
- "video/video_send_stream_impl.cc",
- "video/video_stream_decoder2.cc",
+ "modules/congestion_controller/goog_cc/delay_based_bwe.cc",
+ "modules/congestion_controller/goog_cc/inter_arrival_delta.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_adaptation__video_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__bitrate_allocator",
- "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__rtp_sender",
- "webrtc_call__video_stream_api",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_experiments__alr_experiment",
"webrtc_experiments__field_trial_parser",
- "webrtc_experiments__keyframe_interval_settings_experiment",
- "webrtc_experiments__min_video_bitrate_experiment",
- "webrtc_experiments__normalize_simulcast_size_experiment",
- "webrtc_experiments__rate_control_settings",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
+ "webrtc_goog_cc__estimators",
+ "webrtc_logging__rtc_event_bwe",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_pacing__pacing",
"webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
- "webrtc_render__incoming_video_stream",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__histogram_percentile_counter",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rate_statistics",
- "webrtc_rtc_base__rate_tracker",
+ "webrtc_rtc_base__race_checker",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__sample_counter",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_timing__timing_module",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
- "webrtc_units__frequency",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
- "webrtc_video__frame_cadence_adapter",
- "webrtc_video__frame_decode_timing",
- "webrtc_video__frame_dumping_decoder",
- "webrtc_video__task_queue_frame_decode_scheduler",
- "webrtc_video__unique_timestamp_counter",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
- "webrtc_video__video_stream_buffer_controller",
- "webrtc_video__video_stream_encoder_impl",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__nack_requester",
- "webrtc_video_coding__packet_buffer",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -8956,133 +7474,13 @@ cc_library_static {
}
/* From target:
-//modules/audio_coding:audio_coding
-*/
-cc_library_static {
- name: "webrtc_audio_coding__audio_coding",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_audio_coding__default_neteq_factory",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_neteq__default_neteq_controller_factory",
- ":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_coding/acm2/acm_receiver.cc",
- "modules/audio_coding/acm2/acm_remixing.cc",
- "modules/audio_coding/acm2/acm_resampler.cc",
- "modules/audio_coding/acm2/audio_coding_module.cc",
- "modules/audio_coding/acm2/call_statistics.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__neteq",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__audio_format_to_string",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//api/audio_codecs/opus:audio_encoder_opus_config
-*/
-cc_library_static {
- name: "webrtc_opus__audio_encoder_opus_config",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_types__bad_optional_access",
- "api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.cc",
- "api/audio_codecs/opus/audio_encoder_opus_config.cc",
- ],
- host_supported: true,
- cflags: ["-DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/audio_coding:g711
-*/
-cc_library_static {
- name: "webrtc_audio_coding__g711",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
- "modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g711_c",
- "webrtc_audio_coding__legacy_encoded_audio_frame",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:connection_context
+//modules/congestion_controller/goog_cc:estimators
*/
cc_library_static {
- name: "webrtc_pc__connection_context",
+ name: "webrtc_goog_cc__estimators",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -9093,9 +7491,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -9103,13 +7498,8 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -9125,95 +7515,46 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/connection_context.cc",
+ "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc",
+ "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc",
+ "modules/congestion_controller/goog_cc/bitrate_estimator.cc",
+ "modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc",
+ "modules/congestion_controller/goog_cc/robust_throughput_estimator.cc",
+ "modules/congestion_controller/goog_cc/trendline_estimator.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_data_sctp_transport_factory",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_bwe",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//pc:video_rtp_track_source
+//modules/congestion_controller/goog_cc:goog_cc
*/
cc_library_static {
- name: "webrtc_pc__video_rtp_track_source",
+ name: "webrtc_goog_cc__goog_cc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -9263,9 +7604,10 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/video_rtp_track_source.cc",
+ "modules/congestion_controller/goog_cc/goog_cc_network_control.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
@@ -9278,11 +7620,23 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_goog_cc__alr_detector",
+ "webrtc_goog_cc__delay_based_bwe",
+ "webrtc_goog_cc__estimators",
+ "webrtc_goog_cc__loss_based_bwe_v2",
+ "webrtc_goog_cc__probe_controller",
+ "webrtc_goog_cc__pushback_controller",
+ "webrtc_goog_cc__send_side_bwe",
+ "webrtc_logging__rtc_event_bwe",
+ "webrtc_logging__rtc_event_pacing",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_pc__video_track_source",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -9308,7 +7662,10 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
@@ -9334,18 +7691,10 @@ cc_library_static {
}
/* From target:
-//pc:webrtc_session_description_factory
-*/
-filegroup {
- name: "webrtc_pc__webrtc_session_description_factory",
- srcs: ["pc/webrtc_session_description_factory.cc"],
-}
-
-/* From target:
-//rtc_base:timeutils
+//modules/congestion_controller/goog_cc:link_capacity_estimator
*/
cc_library_static {
- name: "webrtc_rtc_base__timeutils",
+ name: "webrtc_goog_cc__link_capacity_estimator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -9357,25 +7706,20 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/system_time.cc",
- "rtc_base/time_utils.cc",
+ "modules/congestion_controller/goog_cc/link_capacity_estimator.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_units__data_rate",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc:level_estimation
+//modules/congestion_controller/goog_cc:loss_based_bwe_v1
*/
cc_library_static {
- name: "webrtc_agc__level_estimation",
+ name: "webrtc_goog_cc__loss_based_bwe_v1",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -9387,47 +7731,30 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc/agc.cc",
- "modules/audio_processing/agc/loudness_histogram.cc",
- "modules/audio_processing/agc/utility.cc",
+ "modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_vad__vad",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//pc:rtp_transport
-*/
-filegroup {
- name: "webrtc_pc__rtp_transport",
- srcs: ["pc/rtp_transport.cc"],
}
/* From target:
-//call:call_interfaces
+//modules/congestion_controller/goog_cc:loss_based_bwe_v2
*/
cc_library_static {
- name: "webrtc_call__call_interfaces",
+ name: "webrtc_goog_cc__loss_based_bwe_v2",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -9445,10 +7772,8 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -9466,167 +7791,76 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/audio_receive_stream.cc",
- "call/audio_send_stream.cc",
- "call/audio_state.cc",
- "call/call_config.cc",
- "call/flexfec_receive_stream.cc",
- "call/syncable.cc",
+ "modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
- "webrtc_async_audio_processing__async_audio_processing",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_processing",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__audio_format_to_string",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__bitrate_settings",
"webrtc_transport__network_control",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
-}
-
-/* From target:
-//api:field_trials
-*/
-cc_library_static {
- name: "webrtc_api__field_trials",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/field_trials.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:quality_rampup_experiment
+//modules/congestion_controller/goog_cc:probe_controller
*/
cc_library_static {
- name: "webrtc_experiments__quality_rampup_experiment",
+ name: "webrtc_goog_cc__probe_controller",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/quality_rampup_experiment.cc",
+ "modules/congestion_controller/goog_cc/probe_controller.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_bwe",
+ "webrtc_logging__rtc_event_pacing",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//video:video_receive_stream_timeout_tracker
+//modules/congestion_controller/goog_cc:pushback_controller
*/
cc_library_static {
- name: "webrtc_video__video_receive_stream_timeout_tracker",
+ name: "webrtc_goog_cc__pushback_controller",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -9636,40 +7870,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "video/video_receive_stream_timeout_tracker.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__rate_control_settings",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_size",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:webrtc_vp9
+//modules/congestion_controller/goog_cc:send_side_bwe
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_vp9",
+ name: "webrtc_goog_cc__send_side_bwe",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -9687,10 +7910,8 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -9703,212 +7924,110 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc",
- "modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc",
- "modules/video_coding/codecs/vp9/vp9.cc",
- "modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
+ "modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__encoder_info_settings",
"webrtc_experiments__field_trial_parser",
- "webrtc_experiments__rate_control_settings",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_goog_cc__loss_based_bwe_v1",
+ "webrtc_goog_cc__loss_based_bwe_v2",
+ "webrtc_logging__rtc_event_bwe",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
"webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_frame_i010",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_libvpx_interface",
- "webrtc_video_coding__webrtc_vp9_helpers",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//api/video:video_frame_i010
+//third_party/abseil-cpp/absl/hash:city
+*/
+filegroup {
+ name: "webrtc_hash__city",
+ srcs: ["third_party/abseil-cpp/absl/hash/internal/city.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/hash:hash
+*/
+filegroup {
+ name: "webrtc_hash__hash",
+ srcs: ["third_party/abseil-cpp/absl/hash/internal/hash.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/hash:low_level_hash
+*/
+filegroup {
+ name: "webrtc_hash__low_level_hash",
+ srcs: ["third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc"],
+}
+
+/* From target:
+//api/audio_codecs/ilbc:audio_decoder_ilbc
*/
cc_library_static {
- name: "webrtc_video__video_frame_i010",
+ name: "webrtc_ilbc__audio_decoder_ilbc",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "api/video/i010_buffer.cc",
- "api/video/i210_buffer.cc",
+ "api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__ilbc",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
"webrtc_rtc_base__zero_memory",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/test/metrics:metrics_accumulator
-*/
-cc_library_static {
- name: "webrtc_metrics__metrics_accumulator",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/test/metrics/metrics_accumulator.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_metrics__metric",
- "webrtc_numerics__numerics",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_units__timestamp",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/audio_coding:red
+//api/audio_codecs/ilbc:audio_encoder_ilbc
*/
cc_library_static {
- name: "webrtc_audio_coding__red",
+ name: "webrtc_ilbc__audio_encoder_ilbc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -9920,17 +8039,17 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/red/audio_encoder_copy_red.cc",
+ "api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
],
host_supported: true,
static_libs: [
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_coding__ilbc",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
@@ -9946,25 +8065,14 @@ cc_library_static {
}
/* From target:
-//modules/audio_processing:rms_level
-*/
-filegroup {
- name: "webrtc_audio_processing__rms_level",
- srcs: ["modules/audio_processing/rms_level.cc"],
-}
-
-/* From target:
-//modules/congestion_controller/goog_cc:delay_based_bwe
+//logging:ice_log
*/
cc_library_static {
- name: "webrtc_goog_cc__delay_based_bwe",
+ name: "webrtc_logging__ice_log",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -9982,14 +8090,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -10001,103 +8106,43 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/delay_based_bwe.cc",
- "modules/congestion_controller/goog_cc/inter_arrival_delta.cc",
+ "logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc",
+ "logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc",
+ "logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc",
+ "logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc",
+ "logging/rtc_event_log/ice_logger.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
+ "webrtc_api__dtls_transport_interface",
"webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_goog_cc__estimators",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_pacing__pacing",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//api/neteq:neteq_api
-*/
-filegroup {
- name: "webrtc_neteq__neteq_api",
- srcs: ["api/neteq/neteq.cc"],
-}
-
-/* From target:
-//modules/video_coding/codecs/av1:av1_svc_config
+//logging:rtc_event_audio
*/
cc_library_static {
- name: "webrtc_av1__av1_svc_config",
+ name: "webrtc_logging__rtc_event_audio",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10106,54 +8151,34 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
":webrtc_types__bad_optional_access",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/av1/av1_svc_config.cc",
+ "logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
+ "logging/rtc_event_log/events/rtc_event_audio_playout.cc",
+ "logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
+ "logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
],
host_supported: true,
static_libs: [
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_audio_coding__audio_network_adaptor_config",
+ "webrtc_logging__rtc_event_field",
+ "webrtc_logging__rtc_stream_config",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:ice_transport
-*/
-filegroup {
- name: "webrtc_pc__ice_transport",
- srcs: ["pc/ice_transport.cc"],
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/debugging:symbolize
-*/
-filegroup {
- name: "webrtc_debugging__symbolize",
- srcs: ["third_party/abseil-cpp/absl/debugging/symbolize.cc"],
}
/* From target:
-//video/render:video_render_frames
+//logging:rtc_event_begin_end
*/
cc_library_static {
- name: "webrtc_render__video_render_frames",
+ name: "webrtc_logging__rtc_event_begin_end",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10162,32 +8187,29 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "video/render/video_render_frames.cc",
+ "logging/rtc_event_log/events/rtc_event_begin_log.cc",
+ "logging/rtc_event_log/events/rtc_event_end_log.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_video__video_frame",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/audio:aec3_factory
+//logging:rtc_event_bwe
*/
cc_library_static {
- name: "webrtc_audio__aec3_factory",
+ name: "webrtc_logging__rtc_event_bwe",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10196,184 +8218,68 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio/echo_canceller3_factory.cc",
+ "logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
+ "logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
+ "logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
+ "logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
+ "logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
+ "logging/rtc_event_log/events/rtc_event_route_change.cc",
],
host_supported: true,
static_libs: [
- "webrtc_aec3__aec3",
- "webrtc_audio__aec3_config",
- "webrtc_audio_processing__apm_logging",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
+ "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__data_rate",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//video:frame_dumping_decoder
+//logging:rtc_event_field
*/
cc_library_static {
- name: "webrtc_video__frame_dumping_decoder",
+ name: "webrtc_logging__rtc_event_field",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "video/frame_dumping_decoder.cc",
+ "logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.cc",
+ "logging/rtc_event_log/events/rtc_event_field_encoding.cc",
+ "logging/rtc_event_log/events/rtc_event_field_encoding_parser.cc",
+ "logging/rtc_event_log/events/rtc_event_field_extraction.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_logging__rtc_event_number_encodings",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding",
- "webrtc_video_coding__video_coding_utility",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
-}
-
-/* From target:
-//modules/audio_coding:g722_c
-*/
-cc_library_static {
- name: "webrtc_audio_coding__g722_c",
- defaults: ["webrtc_defaults"],
- srcs: ["modules/audio_coding/codecs/g722/g722_interface.c"],
- host_supported: true,
- static_libs: ["webrtc_g722__g722_3p"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/task_queue:default_task_queue_factory
+//logging:rtc_event_log_impl_encoder
*/
cc_library_static {
- name: "webrtc_task_queue__default_task_queue_factory",
+ name: "webrtc_logging__rtc_event_log_impl_encoder",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10382,31 +8288,34 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/task_queue/default_task_queue_factory_libevent.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "logging/rtc_event_log/encoder/blob_encoding.cc",
+ "logging/rtc_event_log/encoder/delta_encoding.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_parameters",
+ "webrtc_logging__rtc_event_number_encodings",
+ "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_task_queue_libevent",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__zero_memory",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
+ "webrtc_transport__network_control",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_coding:legacy_encoded_audio_frame
+//logging:rtc_event_number_encodings
*/
cc_library_static {
- name: "webrtc_audio_coding__legacy_encoded_audio_frame",
+ name: "webrtc_logging__rtc_event_number_encodings",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10415,33 +8324,26 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
+ "logging/rtc_event_log/encoder/bit_writer.cc",
+ "logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc",
+ "logging/rtc_event_log/encoder/var_int.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:socket
+//logging:rtc_event_pacing
*/
cc_library_static {
- name: "webrtc_rtc_base__socket",
+ name: "webrtc_logging__rtc_event_pacing",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10450,66 +8352,98 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/socket.cc",
+ "logging/rtc_event_log/events/rtc_event_alr_state.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__socket_address",
- "webrtc_sigslot__sigslot",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:quality_scaler_settings
+//logging:rtc_event_rtp_rtcp
*/
cc_library_static {
- name: "webrtc_experiments__quality_scaler_settings",
+ name: "webrtc_logging__rtc_event_rtp_rtcp",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/quality_scaler_settings.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
+ "logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
+ "logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
+ "logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_headers",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:rate_limiter
+//logging:rtc_event_video
*/
cc_library_static {
- name: "webrtc_rtc_base__rate_limiter",
+ name: "webrtc_logging__rtc_event_video",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -10518,58 +8452,66 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/rate_limiter.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
+ "logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
+ "webrtc_logging__rtc_event_field",
+ "webrtc_logging__rtc_stream_config",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/third_party/g711:g711_3p
+//logging:rtc_stream_config
*/
cc_library_static {
- name: "webrtc_g711__g711_3p",
+ name: "webrtc_logging__rtc_stream_config",
defaults: ["webrtc_defaults"],
- srcs: ["modules/third_party/g711/g711.c"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "logging/rtc_event_log/rtc_stream_config.cc",
+ ],
host_supported: true,
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:dtls_transport
-*/
-filegroup {
- name: "webrtc_pc__dtls_transport",
- srcs: ["pc/dtls_transport.cc"],
+ static_libs: [
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_parameters",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//modules/rtp_rtcp:rtp_rtcp
+//media:rtc_audio_video
*/
cc_library_static {
- name: "webrtc_rtp_rtcp__rtp_rtcp",
+ name: "webrtc_media__rtc_audio_video",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_coding__default_neteq_factory",
":webrtc_audio_processing__aec_dump_interface",
":webrtc_audio_processing__rms_level",
":webrtc_base__base",
@@ -10589,7 +8531,9 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__default_neteq_controller_factory",
":webrtc_neteq__neteq_api",
+ ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
@@ -10605,6 +8549,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -10613,60 +8561,20 @@ cc_library_static {
":webrtc_types__bad_variant_access",
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
+ ":webrtc_video_capture__video_capture_internal_impl",
":webrtc_video_codecs__scalability_mode",
- "modules/rtp_rtcp/source/absolute_capture_time_interpolator.cc",
- "modules/rtp_rtcp/source/absolute_capture_time_sender.cc",
- "modules/rtp_rtcp/source/active_decode_targets_helper.cc",
- "modules/rtp_rtcp/source/capture_clock_offset_updater.cc",
- "modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc",
- "modules/rtp_rtcp/source/dtmf_queue.cc",
- "modules/rtp_rtcp/source/fec_private_tables_bursty.cc",
- "modules/rtp_rtcp/source/fec_private_tables_random.cc",
- "modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
- "modules/rtp_rtcp/source/flexfec_receiver.cc",
- "modules/rtp_rtcp/source/flexfec_sender.cc",
- "modules/rtp_rtcp/source/forward_error_correction.cc",
- "modules/rtp_rtcp/source/forward_error_correction_internal.cc",
- "modules/rtp_rtcp/source/packet_loss_stats.cc",
- "modules/rtp_rtcp/source/packet_sequencer.cc",
- "modules/rtp_rtcp/source/receive_statistics_impl.cc",
- "modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
- "modules/rtp_rtcp/source/rtcp_nack_stats.cc",
- "modules/rtp_rtcp/source/rtcp_receiver.cc",
- "modules/rtp_rtcp/source/rtcp_sender.cc",
- "modules/rtp_rtcp/source/rtp_descriptor_authentication.cc",
- "modules/rtp_rtcp/source/rtp_format.cc",
- "modules/rtp_rtcp/source/rtp_format_h264.cc",
- "modules/rtp_rtcp/source/rtp_format_video_generic.cc",
- "modules/rtp_rtcp/source/rtp_format_vp8.cc",
- "modules/rtp_rtcp/source/rtp_format_vp9.cc",
- "modules/rtp_rtcp/source/rtp_header_extension_size.cc",
- "modules/rtp_rtcp/source/rtp_packet_history.cc",
- "modules/rtp_rtcp/source/rtp_packetizer_av1.cc",
- "modules/rtp_rtcp/source/rtp_rtcp_impl2.cc",
- "modules/rtp_rtcp/source/rtp_sender.cc",
- "modules/rtp_rtcp/source/rtp_sender_audio.cc",
- "modules/rtp_rtcp/source/rtp_sender_egress.cc",
- "modules/rtp_rtcp/source/rtp_sender_video.cc",
- "modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc",
- "modules/rtp_rtcp/source/rtp_sequence_number_map.cc",
- "modules/rtp_rtcp/source/source_tracker.cc",
- "modules/rtp_rtcp/source/time_util.cc",
- "modules/rtp_rtcp/source/tmmbr_help.cc",
- "modules/rtp_rtcp/source/ulpfec_generator.cc",
- "modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
- "modules/rtp_rtcp/source/ulpfec_receiver.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_av1.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc",
- "modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "media/engine/adm_helpers.cc",
+ "media/engine/payload_type_mapper.cc",
+ "media/engine/unhandled_packets_buffer.cc",
+ "media/engine/webrtc_media_engine.cc",
+ "media/engine/webrtc_video_engine.cc",
+ "media/engine/webrtc_voice_engine.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
+ cflags: ["-DHAVE_WEBRTC_VIDEO"],
static_libs: [
+ "webrtc_aec_dump__null_aec_dump_factory",
"webrtc_agc2__cpu_features",
"webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
@@ -10674,37 +8582,47 @@ cc_library_static {
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
"webrtc_api__transport_api",
+ "webrtc_async_audio_processing__async_audio_processing",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__neteq",
"webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_mixer__audio_mixer_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_base64__base64",
+ "webrtc_call__call",
+ "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__video_stream_api",
"webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
"webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_audio",
- "webrtc_logging__rtc_event_rtp_rtcp",
+ "webrtc_experiments__min_video_bitrate_experiment",
+ "webrtc_experiments__normalize_simulcast_size_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__bit_buffer",
+ "webrtc_rtc_base__audio_format_to_string",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
"webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__race_checker",
"webrtc_rtc_base__random",
- "webrtc_rtc_base__rate_limiter",
- "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
@@ -10714,7 +8632,6 @@ cc_library_static {
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
@@ -10723,19 +8640,26 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
+ "webrtc_transport__bitrate_settings",
"webrtc_transport__field_trial_based_config",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
+ "webrtc_video__frame_decode_timing",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_capture__video_capture_module",
+ "webrtc_video_codecs__rtc_software_fallback_wrappers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -10751,10 +8675,10 @@ cc_library_static {
}
/* From target:
-//api/video_codecs:rtc_software_fallback_wrappers
+//media:rtc_data_dcsctp_transport
*/
cc_library_static {
- name: "webrtc_video_codecs__rtc_software_fallback_wrappers",
+ name: "webrtc_media__rtc_data_dcsctp_transport",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -10772,6 +8696,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -10782,6 +8709,9 @@ cc_library_static {
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
@@ -10804,8 +8734,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "api/video_codecs/video_decoder_software_fallback_wrapper.cc",
- "api/video_codecs/video_encoder_software_fallback_wrapper.cc",
+ "media/sctp/dcsctp_transport.cc",
],
host_supported: true,
static_libs: [
@@ -10820,11 +8749,13 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -10833,6 +8764,7 @@ cc_library_static {
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__random",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -10844,14 +8776,15 @@ cc_library_static {
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_timer__task_queue_timeout",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -10863,8 +8796,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -10880,77 +8811,146 @@ cc_library_static {
}
/* From target:
-//pc:rtc_stats_collector
-*/
-filegroup {
- name: "webrtc_pc__rtc_stats_collector",
- srcs: ["pc/rtc_stats_collector.cc"],
-}
-
-/* From target:
-//pc:data_channel_controller
-*/
-filegroup {
- name: "webrtc_pc__data_channel_controller",
- srcs: ["pc/data_channel_controller.cc"],
-}
-
-/* From target:
-//modules/audio_processing:optionally_built_submodule_creators
+//media:rtc_data_sctp_transport_factory
*/
cc_library_static {
- name: "webrtc_audio_processing__optionally_built_submodule_creators",
+ name: "webrtc_media__rtc_data_sctp_transport_factory",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/optionally_built_submodule_creators.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "media/sctp/sctp_transport_factory.cc",
],
host_supported: true,
+ cflags: ["-DWEBRTC_HAVE_DCSCTP"],
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
"webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_data_dcsctp_transport",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_transient__transient_suppressor_impl",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
},
}
/* From target:
-//api/video_codecs:scalability_mode
-*/
-filegroup {
- name: "webrtc_video_codecs__scalability_mode",
- srcs: ["api/video_codecs/scalability_mode.cc"],
-}
-
-/* From target:
-//rtc_base:bitstream_reader
-*/
-filegroup {
- name: "webrtc_rtc_base__bitstream_reader",
- srcs: ["rtc_base/bitstream_reader.cc"],
-}
-
-/* From target:
-//video/config:streams_config
+//media:rtc_encoder_simulcast_proxy
*/
cc_library_static {
- name: "webrtc_config__streams_config",
+ name: "webrtc_media__rtc_encoder_simulcast_proxy",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -10991,9 +8991,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -11003,33 +9000,24 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "video/config/encoder_stream_factory.cc",
- "video/config/simulcast.cc",
+ "media/engine/encoder_simulcast_proxy.cc",
],
host_supported: true,
static_libs: [
- "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__min_video_bitrate_experiment",
- "webrtc_experiments__normalize_simulcast_size_experiment",
- "webrtc_experiments__rate_control_settings",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
+ "webrtc_media__rtc_simulcast_encoder_adapter",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -11057,7 +9045,6 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_transport__field_trial_based_config",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -11069,8 +9056,7 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp9_helpers",
+ "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
@@ -11086,60 +9072,10 @@ cc_library_static {
}
/* From target:
-//third_party/crc32c:crc32c_arm64
-*/
-filegroup {
- name: "webrtc_crc32c__crc32c_arm64",
- srcs: ["third_party/crc32c/src/src/crc32c_arm64.cc"],
-}
-
-/* From target:
-//rtc_base/system:file_wrapper
-*/
-cc_library_static {
- name: "webrtc_system__file_wrapper",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/system/file_wrapper.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__criticalsection",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/time:time
-*/
-filegroup {
- name: "webrtc_time__time",
- srcs: [
- "third_party/abseil-cpp/absl/time/civil_time.cc",
- "third_party/abseil-cpp/absl/time/clock.cc",
- "third_party/abseil-cpp/absl/time/duration.cc",
- "third_party/abseil-cpp/absl/time/format.cc",
- "third_party/abseil-cpp/absl/time/time.cc",
- ],
-}
-
-/* From target:
-//api/transport:goog_cc
+//media:rtc_internal_video_codecs
*/
cc_library_static {
- name: "webrtc_transport__goog_cc",
+ name: "webrtc_media__rtc_internal_video_codecs",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -11180,6 +9116,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -11189,7 +9129,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "api/transport/goog_cc_factory.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "media/engine/fake_video_codec_factory.cc",
+ "media/engine/internal_decoder_factory.cc",
+ "media/engine/internal_encoder_factory.cc",
+ "media/engine/multiplex_codec_factory.cc",
],
host_supported: true,
static_libs: [
@@ -11204,9 +9148,15 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_goog_cc__goog_cc",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_encoder_simulcast_proxy",
+ "webrtc_media__rtc_media_base",
+ "webrtc_media__rtc_simulcast_encoder_adapter",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -11230,11 +9180,12 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_transport__network_control",
+ "webrtc_test__fake_video_codecs",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -11245,7 +9196,13 @@ cc_library_static {
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__rtc_software_fallback_wrappers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__webrtc_h264",
+ "webrtc_video_coding__webrtc_multiplex",
+ "webrtc_video_coding__webrtc_vp8",
+ "webrtc_video_coding__webrtc_vp9",
],
arch: {
arm: {
@@ -11261,115 +9218,155 @@ cc_library_static {
}
/* From target:
-//modules/audio_processing/agc2:clipping_predictor
+//media:rtc_media_base
*/
cc_library_static {
- name: "webrtc_agc2__clipping_predictor",
+ name: "webrtc_media__rtc_media_base",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/clipping_predictor.cc",
- "modules/audio_processing/agc2/clipping_predictor_level_buffer.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "media/base/adapted_video_track_source.cc",
+ "media/base/codec.cc",
+ "media/base/media_channel.cc",
+ "media/base/media_constants.cc",
+ "media/base/media_engine.cc",
+ "media/base/rid_description.cc",
+ "media/base/rtp_utils.cc",
+ "media/base/stream_params.cc",
+ "media/base/turn_utils.cc",
+ "media/base/video_adapter.cc",
+ "media/base/video_broadcaster.cc",
+ "media/base/video_common.cc",
+ "media/base/video_source_base.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_async_audio_processing__async_audio_processing",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__video_stream_api",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
"webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//rtc_base:async_socket
-*/
-cc_library_static {
- name: "webrtc_rtc_base__async_socket",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/async_socket.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/numeric:int128
-*/
-filegroup {
- name: "webrtc_numeric__int128",
- srcs: ["third_party/abseil-cpp/absl/numeric/int128.cc"],
-}
-
-/* From target:
-//net/dcsctp/tx:retransmission_timeout
-*/
-cc_library_static {
- name: "webrtc_tx__retransmission_timeout",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/retransmission_timeout.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//modules/audio_coding:webrtc_opus_wrapper
+//media:rtc_sdp_video_format_utils
*/
cc_library_static {
- name: "webrtc_audio_coding__webrtc_opus_wrapper",
+ name: "webrtc_media__rtc_sdp_video_format_utils",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11381,32 +9378,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/opus/opus_interface.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "media/base/sdp_video_format_utils.cc",
],
host_supported: true,
- cflags: [
- "-DWEBRTC_CODEC_ILBC",
- "-DWEBRTC_CODEC_OPUS",
- "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
- ],
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:video_coding_utility
+//media:rtc_simulcast_encoder_adapter
*/
cc_library_static {
- name: "webrtc_video_coding__video_coding_utility",
+ name: "webrtc_media__rtc_simulcast_encoder_adapter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -11456,18 +9445,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/utility/bandwidth_quality_scaler.cc",
- "modules/video_coding/utility/decoded_frames_history.cc",
- "modules/video_coding/utility/frame_dropper.cc",
- "modules/video_coding/utility/framerate_controller_deprecated.cc",
- "modules/video_coding/utility/ivf_file_reader.cc",
- "modules/video_coding/utility/ivf_file_writer.cc",
- "modules/video_coding/utility/qp_parser.cc",
- "modules/video_coding/utility/quality_scaler.cc",
- "modules/video_coding/utility/simulcast_rate_allocator.cc",
- "modules/video_coding/utility/simulcast_utility.cc",
- "modules/video_coding/utility/vp8_header_parser.cc",
- "modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
+ "media/engine/simulcast_encoder_adapter.cc",
],
host_supported: true,
static_libs: [
@@ -11483,14 +9461,12 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__video_stream_api",
"webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__bandwidth_quality_scaler_settings",
"webrtc_experiments__encoder_info_settings",
- "webrtc_experiments__quality_scaler_settings",
- "webrtc_experiments__quality_scaling_experiment",
"webrtc_experiments__rate_control_settings",
- "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -11500,20 +9476,15 @@ cc_library_static {
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
@@ -11524,7 +9495,6 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -11535,8 +9505,10 @@ cc_library_static {
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__rtc_software_fallback_wrappers",
"webrtc_video_codecs__video_codecs_api",
"webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -11552,18 +9524,31 @@ cc_library_static {
}
/* From target:
-//pc:simulcast_description
+//rtc_base/memory:aligned_malloc
*/
-filegroup {
- name: "webrtc_pc__simulcast_description",
- srcs: ["pc/simulcast_description.cc"],
+cc_library_static {
+ name: "webrtc_memory__aligned_malloc",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/memory/aligned_malloc.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//modules/congestion_controller/goog_cc:link_capacity_estimator
+//api/test/metrics:global_metrics_logger_and_exporter
*/
cc_library_static {
- name: "webrtc_goog_cc__link_capacity_estimator",
+ name: "webrtc_metrics__global_metrics_logger_and_exporter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11575,24 +9560,25 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/congestion_controller/goog_cc/link_capacity_estimator.cc",
+ "api/test/metrics/global_metrics_logger_and_exporter.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_metrics__metric",
+ "webrtc_metrics__metrics_logger",
"webrtc_rtc_base__checks",
- "webrtc_units__data_rate",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc2:noise_level_estimator
+//api/test/metrics:metric
*/
cc_library_static {
- name: "webrtc_agc2__noise_level_estimator",
+ name: "webrtc_metrics__metric",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11604,31 +9590,20 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/noise_level_estimator.cc",
+ "api/test/metrics/metric.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__biquad_filter",
- "webrtc_audio_processing__apm_logging",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//rtc_base:net_helpers
+//api/test/metrics:metrics_accumulator
*/
cc_library_static {
- name: "webrtc_rtc_base__net_helpers",
+ name: "webrtc_metrics__metrics_accumulator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11639,20 +9614,25 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/net_helpers.cc",
+ ":webrtc_types__bad_optional_access",
+ "api/test/metrics/metrics_accumulator.cc",
],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_metrics__metric",
+ "webrtc_numerics__numerics",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_units__timestamp",
+ ],
}
/* From target:
-//video:task_queue_frame_decode_scheduler
+//api/test/metrics:metrics_logger
*/
cc_library_static {
- name: "webrtc_video__task_queue_frame_decode_scheduler",
+ name: "webrtc_metrics__metrics_logger",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11664,25 +9644,69 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "video/task_queue_frame_decode_scheduler.cc",
+ "api/test/metrics/metrics_logger.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
+ "webrtc_metrics__metric",
+ "webrtc_metrics__metrics_accumulator",
+ "webrtc_numerics__numerics",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_units__timestamp",
- "webrtc_video__frame_decode_timing",
],
- arch: {
- arm: {
- },
- },
+}
+
+/* From target:
+//api/test/metrics:stdout_metrics_exporter
+*/
+cc_library_static {
+ name: "webrtc_metrics__stdout_metrics_exporter",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/test/metrics/stdout_metrics_exporter.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_metrics__metric",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
+}
+
+/* From target:
+//api/neteq:default_neteq_controller_factory
+*/
+filegroup {
+ name: "webrtc_neteq__default_neteq_controller_factory",
+ srcs: ["api/neteq/default_neteq_controller_factory.cc"],
+}
+
+/* From target:
+//api/neteq:neteq_api
+*/
+filegroup {
+ name: "webrtc_neteq__neteq_api",
+ srcs: ["api/neteq/neteq.cc"],
+}
+
+/* From target:
+//api/neteq:tick_timer
+*/
+filegroup {
+ name: "webrtc_neteq__tick_timer",
+ srcs: ["api/neteq/tick_timer.cc"],
}
/* From target:
@@ -11698,17 +9722,13 @@ cc_library_static {
"rtc_base/network/sent_packet.cc",
],
host_supported: true,
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:chain_diff_calculator
+//modules/audio_processing/ns:ns
*/
cc_library_static {
- name: "webrtc_video_coding__chain_diff_calculator",
+ name: "webrtc_ns__ns",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11720,26 +9740,58 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/chain_diff_calculator.cc",
+ "modules/audio_processing/ns/fast_math.cc",
+ "modules/audio_processing/ns/histograms.cc",
+ "modules/audio_processing/ns/noise_estimator.cc",
+ "modules/audio_processing/ns/noise_suppressor.cc",
+ "modules/audio_processing/ns/ns_fft.cc",
+ "modules/audio_processing/ns/prior_signal_model.cc",
+ "modules/audio_processing/ns/prior_signal_model_estimator.cc",
+ "modules/audio_processing/ns/quantile_noise_estimator.cc",
+ "modules/audio_processing/ns/signal_model.cc",
+ "modules/audio_processing/ns/signal_model_estimator.cc",
+ "modules/audio_processing/ns/speech_probability_estimator.cc",
+ "modules/audio_processing/ns/suppression_params.cc",
+ "modules/audio_processing/ns/wiener_filter.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_audio_processing__audio_buffer",
+ "webrtc_audio_processing__high_pass_filter",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__cascaded_biquad_filter",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//rtc_base:platform_thread_types
+//third_party/abseil-cpp/absl/numeric:int128
+*/
+filegroup {
+ name: "webrtc_numeric__int128",
+ srcs: ["third_party/abseil-cpp/absl/numeric/int128.cc"],
+}
+
+/* From target:
+//api/numerics:numerics
*/
cc_library_static {
- name: "webrtc_rtc_base__platform_thread_types",
+ name: "webrtc_numerics__numerics",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -11750,253 +9802,82 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/platform_thread_types.cc",
+ ":webrtc_types__bad_optional_access",
+ "api/numerics/samples_stats_counter.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_units__timestamp",
+ ],
}
/* From target:
-//api:create_peerconnection_factory
+//common_audio/third_party/ooura:fft_size_128
*/
cc_library_static {
- name: "webrtc_api__create_peerconnection_factory",
+ name: "webrtc_ooura__fft_size_128",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_coding__default_neteq_factory",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__default_neteq_controller_factory",
- ":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__data_channel_controller",
- ":webrtc_pc__dtls_srtp_transport",
- ":webrtc_pc__dtls_transport",
- ":webrtc_pc__external_hmac",
- ":webrtc_pc__ice_transport",
- ":webrtc_pc__jsep_transport",
- ":webrtc_pc__jsep_transport_collection",
- ":webrtc_pc__jsep_transport_controller",
- ":webrtc_pc__legacy_stats_collector",
- ":webrtc_pc__local_audio_source",
- ":webrtc_pc__media_session",
- ":webrtc_pc__peer_connection",
- ":webrtc_pc__peer_connection_factory",
- ":webrtc_pc__rtc_stats_collector",
- ":webrtc_pc__rtc_stats_traversal",
- ":webrtc_pc__rtcp_mux_filter",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__rtp_transport",
- ":webrtc_pc__sctp_transport",
- ":webrtc_pc__sctp_utils",
- ":webrtc_pc__sdp_offer_answer",
- ":webrtc_pc__sdp_serializer",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_pc__srtp_filter",
- ":webrtc_pc__srtp_session",
- ":webrtc_pc__srtp_transport",
- ":webrtc_pc__track_media_info_map",
- ":webrtc_pc__transport_stats",
- ":webrtc_pc__video_track_source_proxy",
- ":webrtc_pc__webrtc_sdp",
- ":webrtc_pc__webrtc_session_description_factory",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtc_base__rtc_operations_chain",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_capture__video_capture_internal_impl",
- ":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "api/create_peerconnection_factory.cc",
+ "common_audio/third_party/ooura/fft_size_128/ooura_fft.cc",
],
host_supported: true,
- cflags: ["-DHAVE_WEBRTC_VIDEO"],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__ice_transport_factory",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__neteq",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_base64__base64",
- "webrtc_call__call_interfaces",
- "webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__rtp_sender",
- "webrtc_call__video_stream_api",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_audio_video",
- "webrtc_media__rtc_media_base",
- "webrtc_media__rtc_sdp_video_format_utils",
"webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_pc__audio_track",
- "webrtc_pc__connection_context",
- "webrtc_pc__data_channel_utils",
- "webrtc_pc__ice_server_parsing",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__media_stream",
- "webrtc_pc__media_stream_observer",
- "webrtc_pc__peer_connection_message_handler",
- "webrtc_pc__proxy",
- "webrtc_pc__rtp_parameters_conversion",
- "webrtc_pc__rtp_receiver",
- "webrtc_pc__rtp_sender",
- "webrtc_pc__rtp_transceiver",
- "webrtc_pc__rtp_transmission_manager",
- "webrtc_pc__sctp_data_channel",
- "webrtc_pc__transceiver_list",
- "webrtc_pc__usage_pattern",
- "webrtc_pc__video_track",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__weak_ptr",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtc_event_log__rtc_event_log_factory",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
- "webrtc_stats__rtc_stats",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__default_task_queue_factory",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_transport__bitrate_settings",
- "webrtc_transport__field_trial_based_config",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__builtin_video_bitrate_allocator_factory",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__frame_decode_timing",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_capture__video_capture_module",
- "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ srcs: [
+ ":webrtc_common_audio__common_audio_c_arm_asm",
+ "common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc",
+ ],
+ },
+ arm64: {
+ srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc"],
},
x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc"],
},
x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ srcs: ["common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc"],
},
},
}
/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad_spectral_features
+//common_audio/third_party/ooura:fft_size_256
*/
cc_library_static {
- name: "webrtc_rnn_vad__rnn_vad_spectral_features",
+ name: "webrtc_ooura__fft_size_256",
+ defaults: ["webrtc_defaults"],
+ srcs: ["common_audio/third_party/ooura/fft_size_256/fft4g.cc"],
+ host_supported: true,
+}
+
+/* From target:
+//api/audio_codecs/opus:audio_decoder_multiopus
+*/
+cc_library_static {
+ name: "webrtc_opus__audio_decoder_multiopus",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12008,29 +9889,28 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/rnn_vad/spectral_features.cc",
- "modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc",
+ "api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__webrtc_multiopus",
"webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__pffft_wrapper",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/aecm:aecm_core
+//api/audio_codecs/opus:audio_decoder_opus
*/
cc_library_static {
- name: "webrtc_aecm__aecm_core",
+ name: "webrtc_opus__audio_decoder_opus",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12039,41 +9919,40 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/aecm/aecm_core.cc",
- "modules/audio_processing/aecm/aecm_core_c.cc",
- "modules/audio_processing/aecm/echo_control_mobile.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/audio_codecs/opus/audio_decoder_opus.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio_c",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__webrtc_opus",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__legacy_delay_estimator",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
arch: {
arm: {
- srcs: [
- ":webrtc_common_audio__common_audio_c_arm_asm",
- "modules/audio_processing/aecm/aecm_core_neon.cc",
- ],
- },
- arm64: {
- srcs: ["modules/audio_processing/aecm/aecm_core_neon.cc"],
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/audio_coding:pcm16b
+//api/audio_codecs/opus:audio_encoder_multiopus
*/
cc_library_static {
- name: "webrtc_audio_coding__pcm16b",
+ name: "webrtc_opus__audio_encoder_multiopus",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12085,38 +9964,93 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
- "modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
- "modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
+ "api/audio_codecs/opus/audio_encoder_multi_channel_opus.cc",
],
host_supported: true,
static_libs: [
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g711",
- "webrtc_audio_coding__legacy_encoded_audio_frame",
- "webrtc_audio_coding__pcm16b_c",
+ "webrtc_audio_coding__webrtc_multiopus",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_opus__audio_encoder_opus_config",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//api/audio_codecs/opus:audio_encoder_opus
+*/
+cc_library_static {
+ name: "webrtc_opus__audio_encoder_opus",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/audio_codecs/opus/audio_encoder_opus.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_coding__webrtc_opus",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_opus__audio_encoder_opus_config",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__zero_memory",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/video_coding:encoded_frame
+//api/audio_codecs/opus:audio_encoder_opus_config
*/
cc_library_static {
- name: "webrtc_video_coding__encoded_frame",
+ name: "webrtc_opus__audio_encoder_opus_config",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_types__bad_optional_access",
+ "api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.cc",
+ "api/audio_codecs/opus/audio_encoder_opus_config.cc",
+ ],
+ host_supported: true,
+ cflags: ["-DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0"],
+}
+
+/* From target:
+//p2p:libstunprober
+*/
+cc_library_static {
+ name: "webrtc_p2p__libstunprober",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -12139,7 +10073,6 @@ cc_library_static {
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -12151,154 +10084,164 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/encoded_frame.cc",
+ "p2p/stunprober/stun_prober.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtc_error",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__alr_experiment",
- "webrtc_experiments__rtt_mult_experiment",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtp_rtcp__rtp_video_header",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_task_queue__pending_task_safety_flag",
"webrtc_units__time_delta",
- "webrtc_video__encoded_image",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_coding__video_codec_interface",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_coding:neteq
+//p2p:rtc_p2p
*/
cc_library_static {
- name: "webrtc_audio_coding__neteq",
+ name: "webrtc_p2p__rtc_p2p",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_neteq__neteq_api",
- ":webrtc_neteq__tick_timer",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/neteq/accelerate.cc",
- "modules/audio_coding/neteq/audio_multi_vector.cc",
- "modules/audio_coding/neteq/audio_vector.cc",
- "modules/audio_coding/neteq/background_noise.cc",
- "modules/audio_coding/neteq/buffer_level_filter.cc",
- "modules/audio_coding/neteq/comfort_noise.cc",
- "modules/audio_coding/neteq/cross_correlation.cc",
- "modules/audio_coding/neteq/decision_logic.cc",
- "modules/audio_coding/neteq/decoder_database.cc",
- "modules/audio_coding/neteq/delay_manager.cc",
- "modules/audio_coding/neteq/dsp_helper.cc",
- "modules/audio_coding/neteq/dtmf_buffer.cc",
- "modules/audio_coding/neteq/dtmf_tone_generator.cc",
- "modules/audio_coding/neteq/expand.cc",
- "modules/audio_coding/neteq/expand_uma_logger.cc",
- "modules/audio_coding/neteq/histogram.cc",
- "modules/audio_coding/neteq/merge.cc",
- "modules/audio_coding/neteq/nack_tracker.cc",
- "modules/audio_coding/neteq/neteq_impl.cc",
- "modules/audio_coding/neteq/normal.cc",
- "modules/audio_coding/neteq/packet.cc",
- "modules/audio_coding/neteq/packet_arrival_history.cc",
- "modules/audio_coding/neteq/packet_buffer.cc",
- "modules/audio_coding/neteq/post_decode_vad.cc",
- "modules/audio_coding/neteq/preemptive_expand.cc",
- "modules/audio_coding/neteq/random_vector.cc",
- "modules/audio_coding/neteq/red_payload_splitter.cc",
- "modules/audio_coding/neteq/reorder_optimizer.cc",
- "modules/audio_coding/neteq/statistics_calculator.cc",
- "modules/audio_coding/neteq/sync_buffer.cc",
- "modules/audio_coding/neteq/time_stretch.cc",
- "modules/audio_coding/neteq/timestamp_scaler.cc",
- "modules/audio_coding/neteq/underrun_optimizer.cc",
+ ":webrtc_types__bad_variant_access",
+ "p2p/base/async_stun_tcp_socket.cc",
+ "p2p/base/basic_async_resolver_factory.cc",
+ "p2p/base/basic_ice_controller.cc",
+ "p2p/base/basic_packet_socket_factory.cc",
+ "p2p/base/connection.cc",
+ "p2p/base/connection_info.cc",
+ "p2p/base/default_ice_transport_factory.cc",
+ "p2p/base/dtls_transport.cc",
+ "p2p/base/dtls_transport_internal.cc",
+ "p2p/base/ice_controller_interface.cc",
+ "p2p/base/ice_credentials_iterator.cc",
+ "p2p/base/ice_switch_reason.cc",
+ "p2p/base/ice_transport_internal.cc",
+ "p2p/base/p2p_constants.cc",
+ "p2p/base/p2p_transport_channel.cc",
+ "p2p/base/packet_transport_internal.cc",
+ "p2p/base/port.cc",
+ "p2p/base/port_allocator.cc",
+ "p2p/base/port_interface.cc",
+ "p2p/base/pseudo_tcp.cc",
+ "p2p/base/regathering_controller.cc",
+ "p2p/base/stun_port.cc",
+ "p2p/base/stun_request.cc",
+ "p2p/base/tcp_port.cc",
+ "p2p/base/transport_description.cc",
+ "p2p/base/transport_description_factory.cc",
+ "p2p/base/turn_port.cc",
+ "p2p/base/wrapping_active_ice_controller.cc",
+ "p2p/client/basic_port_allocator.cc",
+ "p2p/client/turn_port_factory.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_cng",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_base64__base64",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
"webrtc_experiments__field_trial_parser",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__audio_format_to_string",
+ "webrtc_logging__ice_log",
+ "webrtc_network__sent_packet",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__buffer_queue",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__net_helpers",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rate_tracker",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_transport__field_trial_based_config",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//pc:srtp_filter
-*/
-filegroup {
- name: "webrtc_pc__srtp_filter",
- srcs: ["pc/srtp_filter.cc"],
-}
-
-/* From target:
-//modules/third_party/g722:g722_3p
-*/
-cc_library_static {
- name: "webrtc_g722__g722_3p",
- defaults: ["webrtc_defaults"],
- srcs: [
- "modules/third_party/g722/g722_decode.c",
- "modules/third_party/g722/g722_encode.c",
- ],
- host_supported: true,
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:field_trial_parser
+//modules/pacing:interval_budget
*/
cc_library_static {
- name: "webrtc_experiments__field_trial_parser",
+ name: "webrtc_pacing__interval_budget",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12309,34 +10252,17 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/experiments/field_trial_list.cc",
- "rtc_base/experiments/field_trial_parser.cc",
- "rtc_base/experiments/field_trial_units.cc",
- "rtc_base/experiments/struct_parameters_parser.cc",
+ "modules/pacing/interval_budget.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__data_size",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//modules/video_coding:video_coding
+//modules/pacing:pacing
*/
cc_library_static {
- name: "webrtc_video_coding__video_coding",
+ name: "webrtc_pacing__pacing",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -12377,10 +10303,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -12390,23 +10312,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "modules/video_coding/decoder_database.cc",
- "modules/video_coding/fec_controller_default.cc",
- "modules/video_coding/frame_object.cc",
- "modules/video_coding/generic_decoder.cc",
- "modules/video_coding/h264_sprop_parameter_sets.cc",
- "modules/video_coding/h264_sps_pps_tracker.cc",
- "modules/video_coding/loss_notification_controller.cc",
- "modules/video_coding/media_opt_util.cc",
- "modules/video_coding/rtp_frame_id_only_ref_finder.cc",
- "modules/video_coding/rtp_frame_reference_finder.cc",
- "modules/video_coding/rtp_generic_ref_finder.cc",
- "modules/video_coding/rtp_seq_num_only_ref_finder.cc",
- "modules/video_coding/rtp_vp8_ref_finder.cc",
- "modules/video_coding/rtp_vp9_ref_finder.cc",
- "modules/video_coding/video_codec_initializer.cc",
- "modules/video_coding/video_receiver2.cc",
+ "modules/pacing/bitrate_prober.cc",
+ "modules/pacing/pacing_controller.cc",
+ "modules/pacing/packet_router.cc",
+ "modules/pacing/prioritized_packet_queue.cc",
+ "modules/pacing/task_queue_paced_sender.cc",
],
host_supported: true,
static_libs: [
@@ -12421,21 +10331,14 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_av1__av1_svc_config",
- "webrtc_base64__base64",
"webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__alr_experiment",
"webrtc_experiments__field_trial_parser",
- "webrtc_experiments__min_video_bitrate_experiment",
- "webrtc_experiments__rate_control_settings",
- "webrtc_experiments__rtt_mult_experiment",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_logging__rtc_event_bwe",
+ "webrtc_logging__rtc_event_pacing",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_pacing__interval_budget",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -12457,27 +10360,20 @@ cc_library_static {
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_timing__inter_frame_delay",
- "webrtc_timing__jitter_estimator",
- "webrtc_timing__rtt_filter",
- "webrtc_timing__timing_module",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__data_size",
- "webrtc_units__frequency",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__builtin_video_bitrate_allocator_factory",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
"webrtc_video__video_adaptation",
@@ -12486,11 +10382,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__encoded_frame",
- "webrtc_video_coding__frame_helpers",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -12506,10 +10397,10 @@ cc_library_static {
}
/* From target:
-//net/dcsctp/socket:heartbeat_handler
+//net/dcsctp/packet:chunk
*/
cc_library_static {
- name: "webrtc_socket__heartbeat_handler",
+ name: "webrtc_packet__chunk",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12517,41 +10408,47 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/socket/heartbeat_handler.cc",
+ "net/dcsctp/packet/chunk/abort_chunk.cc",
+ "net/dcsctp/packet/chunk/chunk.cc",
+ "net/dcsctp/packet/chunk/cookie_ack_chunk.cc",
+ "net/dcsctp/packet/chunk/cookie_echo_chunk.cc",
+ "net/dcsctp/packet/chunk/data_chunk.cc",
+ "net/dcsctp/packet/chunk/error_chunk.cc",
+ "net/dcsctp/packet/chunk/forward_tsn_chunk.cc",
+ "net/dcsctp/packet/chunk/heartbeat_ack_chunk.cc",
+ "net/dcsctp/packet/chunk/heartbeat_request_chunk.cc",
+ "net/dcsctp/packet/chunk/idata_chunk.cc",
+ "net/dcsctp/packet/chunk/iforward_tsn_chunk.cc",
+ "net/dcsctp/packet/chunk/init_ack_chunk.cc",
+ "net/dcsctp/packet/chunk/init_chunk.cc",
+ "net/dcsctp/packet/chunk/reconfig_chunk.cc",
+ "net/dcsctp/packet/chunk/sack_chunk.cc",
+ "net/dcsctp/packet/chunk/shutdown_ack_chunk.cc",
+ "net/dcsctp/packet/chunk/shutdown_chunk.cc",
+ "net/dcsctp/packet/chunk/shutdown_complete_chunk.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
+ "webrtc_packet__error_cause",
"webrtc_packet__parameter",
- "webrtc_packet__sctp_packet",
+ "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:rtc_event_log_output_file
+//net/dcsctp/packet:chunk_validators
*/
cc_library_static {
- name: "webrtc_api__rtc_event_log_output_file",
+ name: "webrtc_packet__chunk_validators",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12563,28 +10460,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/rtc_event_log_output_file.cc",
+ "net/dcsctp/packet/chunk_validators.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:webrtc_libvpx_interface
+//net/dcsctp/packet:crc32c
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_libvpx_interface",
+ name: "webrtc_packet__crc32c",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12592,105 +10485,66 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/video_coding/codecs/interface/libvpx_interface.cc",
+ "net/dcsctp/packet/crc32c.cc",
],
host_supported: true,
static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing:audio_processing
+//net/dcsctp/packet:error_cause
*/
cc_library_static {
- name: "webrtc_audio_processing__audio_processing",
+ name: "webrtc_packet__error_cause",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/audio_processing_builder_impl.cc",
- "modules/audio_processing/audio_processing_impl.cc",
- "modules/audio_processing/echo_control_mobile_impl.cc",
- "modules/audio_processing/gain_control_impl.cc",
+ "net/dcsctp/packet/error_cause/cookie_received_while_shutting_down_cause.cc",
+ "net/dcsctp/packet/error_cause/error_cause.cc",
+ "net/dcsctp/packet/error_cause/invalid_mandatory_parameter_cause.cc",
+ "net/dcsctp/packet/error_cause/invalid_stream_identifier_cause.cc",
+ "net/dcsctp/packet/error_cause/missing_mandatory_parameter_cause.cc",
+ "net/dcsctp/packet/error_cause/no_user_data_cause.cc",
+ "net/dcsctp/packet/error_cause/out_of_resource_error_cause.cc",
+ "net/dcsctp/packet/error_cause/protocol_violation_cause.cc",
+ "net/dcsctp/packet/error_cause/restart_of_an_association_with_new_address_cause.cc",
+ "net/dcsctp/packet/error_cause/stale_cookie_error_cause.cc",
+ "net/dcsctp/packet/error_cause/unrecognized_chunk_type_cause.cc",
+ "net/dcsctp/packet/error_cause/unrecognized_parameter_cause.cc",
+ "net/dcsctp/packet/error_cause/unresolvable_address_cause.cc",
+ "net/dcsctp/packet/error_cause/user_initiated_abort_cause.cc",
],
host_supported: true,
static_libs: [
- "webrtc_aec3__aec3",
- "webrtc_aec_dump__null_aec_dump_factory",
- "webrtc_aecm__aecm_core",
- "webrtc_agc2__cpu_features",
- "webrtc_agc2__input_volume_stats_reporter",
- "webrtc_agc__agc",
- "webrtc_agc__legacy_agc",
- "webrtc_audio__aec3_config",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_audio_processing__audio_frame_proxies",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_audio_processing__gain_controller2",
- "webrtc_audio_processing__high_pass_filter",
- "webrtc_audio_processing__optionally_built_submodule_creators",
- "webrtc_capture_levels_adjuster__capture_levels_adjuster",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_common_audio__fir_filter_factory",
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_memory__aligned_malloc",
- "webrtc_ns__ns",
- "webrtc_ooura__fft_size_128",
- "webrtc_ooura__fft_size_256",
+ "webrtc_packet__parameter",
+ "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__denormal_disabler",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__audio_frame_operations",
- "webrtc_vad__vad",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//modules/audio_processing:audio_buffer
+//net/dcsctp/packet:parameter
*/
cc_library_static {
- name: "webrtc_audio_processing__audio_buffer",
+ name: "webrtc_packet__parameter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12702,42 +10556,34 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/audio_buffer.cc",
- "modules/audio_processing/splitting_filter.cc",
- "modules/audio_processing/three_band_filter_bank.cc",
+ "net/dcsctp/packet/parameter/add_incoming_streams_request_parameter.cc",
+ "net/dcsctp/packet/parameter/add_outgoing_streams_request_parameter.cc",
+ "net/dcsctp/packet/parameter/forward_tsn_supported_parameter.cc",
+ "net/dcsctp/packet/parameter/heartbeat_info_parameter.cc",
+ "net/dcsctp/packet/parameter/incoming_ssn_reset_request_parameter.cc",
+ "net/dcsctp/packet/parameter/outgoing_ssn_reset_request_parameter.cc",
+ "net/dcsctp/packet/parameter/parameter.cc",
+ "net/dcsctp/packet/parameter/reconfiguration_response_parameter.cc",
+ "net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.cc",
+ "net/dcsctp/packet/parameter/state_cookie_parameter.cc",
+ "net/dcsctp/packet/parameter/supported_extensions_parameter.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_processing__api",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//net/dcsctp/public:factory
-*/
-filegroup {
- name: "webrtc_public__factory",
- srcs: ["net/dcsctp/public/dcsctp_socket_factory.cc"],
-}
-
-/* From target:
-//modules/audio_coding:webrtc_cng
+//net/dcsctp/packet:sctp_packet
*/
cc_library_static {
- name: "webrtc_audio_coding__webrtc_cng",
+ name: "webrtc_packet__sctp_packet",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -12745,149 +10591,59 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/cng/webrtc_cng.cc",
+ "net/dcsctp/packet/sctp_packet.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
+ "webrtc_packet__crc32c",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//common_video:common_video
+//net/dcsctp/packet:tlv_trait
*/
cc_library_static {
- name: "webrtc_common_video__common_video",
+ name: "webrtc_packet__tlv_trait",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video_codecs__scalability_mode",
- "common_video/bitrate_adjuster.cc",
- "common_video/frame_rate_estimator.cc",
- "common_video/framerate_controller.cc",
- "common_video/h264/h264_bitstream_parser.cc",
- "common_video/h264/h264_common.cc",
- "common_video/h264/pps_parser.cc",
- "common_video/h264/sps_parser.cc",
- "common_video/h264/sps_vui_rewriter.cc",
- "common_video/libyuv/webrtc_libyuv.cc",
- "common_video/video_frame_buffer.cc",
- "common_video/video_frame_buffer_pool.cc",
+ "net/dcsctp/packet/tlv_trait.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rate_statistics",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_image",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_frame_i010",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//rtc_base:checks
-*/
-cc_library_static {
- name: "webrtc_rtc_base__checks",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/checks.cc",
- ],
- host_supported: true,
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:video_rtp_receiver
+//pc:audio_rtp_receiver
*/
cc_library_static {
- name: "webrtc_pc__video_rtp_receiver",
+ name: "webrtc_pc__audio_rtp_receiver",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -12914,7 +10670,10 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__video_track_source_proxy",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
@@ -12938,7 +10697,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/video_rtp_receiver.cc",
+ "pc/audio_rtp_receiver.cc",
],
host_supported: true,
static_libs: [
@@ -12956,20 +10715,26 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_pc__audio_track",
"webrtc_pc__jitter_buffer_delay",
+ "webrtc_pc__media_protocol_names",
"webrtc_pc__media_stream",
"webrtc_pc__proxy",
+ "webrtc_pc__remote_audio_source",
"webrtc_pc__rtp_receiver",
- "webrtc_pc__video_rtp_track_source",
- "webrtc_pc__video_track",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -13017,32 +10782,51 @@ cc_library_static {
}
/* From target:
-//rtc_base:rtc_operations_chain
+//pc:audio_track
*/
-filegroup {
- name: "webrtc_rtc_base__rtc_operations_chain",
- srcs: ["rtc_base/operations_chain.cc"],
+cc_library_static {
+ name: "webrtc_pc__audio_track",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "pc/audio_track.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_api__media_stream_interface",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ ],
}
/* From target:
-//modules/third_party/fft:fft
+//pc:channel
*/
-cc_library_static {
- name: "webrtc_fft__fft",
- defaults: ["webrtc_defaults"],
- srcs: ["modules/third_party/fft/fft.c"],
- host_supported: true,
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__channel",
+ srcs: ["pc/channel.cc"],
}
/* From target:
-//call:rtp_sender
+//pc:connection_context
*/
cc_library_static {
- name: "webrtc_call__rtp_sender",
+ name: "webrtc_pc__connection_context",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -13060,6 +10844,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -13070,6 +10857,9 @@ cc_library_static {
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
@@ -13092,43 +10882,38 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/rtp_payload_params.cc",
- "call/rtp_transport_controller_send.cc",
- "call/rtp_video_sender.cc",
+ "pc/connection_context.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__transport_api",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__bitrate_configurator",
"webrtc_call__rtp_interfaces",
- "webrtc_congestion_controller__congestion_controller",
"webrtc_containers__flat_containers_internal",
- "webrtc_logging__rtc_event_bwe",
+ "webrtc_media__rtc_data_sctp_transport_factory",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_pacing__pacing",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__random",
- "webrtc_rtc_base__rate_limiter",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
@@ -13139,12 +10924,9 @@ cc_library_static {
"webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp__control_handler",
- "webrtc_rtp__transport_feedback",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
@@ -13152,10 +10934,7 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
"webrtc_transport__field_trial_based_config",
- "webrtc_transport__goog_cc",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -13167,9 +10946,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__chain_diff_calculator",
- "webrtc_video_coding__frame_dependencies_calculator",
- "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
@@ -13185,15 +10961,25 @@ cc_library_static {
}
/* From target:
-//call:video_stream_api
+//pc:data_channel_controller
+*/
+filegroup {
+ name: "webrtc_pc__data_channel_controller",
+ srcs: ["pc/data_channel_controller.cc"],
+}
+
+/* From target:
+//pc:data_channel_utils
*/
cc_library_static {
- name: "webrtc_call__video_stream_api",
+ name: "webrtc_pc__data_channel_utils",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -13211,8 +10997,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -13228,31 +11016,43 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/video_receive_stream.cc",
- "call/video_send_stream.cc",
+ "pc/data_channel_utils.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_api__transport_api",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
@@ -13263,6 +11063,11 @@ cc_library_static {
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -13277,210 +11082,38 @@ cc_library_static {
],
arch: {
arm: {
- },
- },
-}
-
-/* From target:
-//api/audio_codecs/ilbc:audio_encoder_ilbc
-*/
-cc_library_static {
- name: "webrtc_ilbc__audio_encoder_ilbc",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__ilbc",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//video:unique_timestamp_counter
-*/
-cc_library_static {
- name: "webrtc_video__unique_timestamp_counter",
- defaults: ["webrtc_defaults"],
- srcs: ["video/unique_timestamp_counter.cc"],
- host_supported: true,
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
- },
-}
-
-/* From target:
-//api/audio_codecs/L16:audio_decoder_L16
-*/
-cc_library_static {
- name: "webrtc_L16__audio_decoder_L16",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/audio_codecs/L16/audio_decoder_L16.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__pcm16b",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//api/neteq:tick_timer
+//pc:dtls_srtp_transport
*/
filegroup {
- name: "webrtc_neteq__tick_timer",
- srcs: ["api/neteq/tick_timer.cc"],
-}
-
-/* From target:
-//system_wrappers:denormal_disabler
-*/
-cc_library_static {
- name: "webrtc_system_wrappers__denormal_disabler",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "system_wrappers/source/denormal_disabler.cc",
- ],
- host_supported: true,
- cppflags: ["-Wno-unused-private-field"],
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ name: "webrtc_pc__dtls_srtp_transport",
+ srcs: ["pc/dtls_srtp_transport.cc"],
}
/* From target:
-//net/dcsctp/rx:reassembly_queue
+//pc:dtls_transport
*/
-cc_library_static {
- name: "webrtc_rx__reassembly_queue",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_public__socket",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
- ":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
- ":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "net/dcsctp/rx/reassembly_queue.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_packet__parameter",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rx__interleaved_reassembly_streams",
- "webrtc_rx__traditional_reassembly_streams",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__dtls_transport",
+ srcs: ["pc/dtls_transport.cc"],
}
/* From target:
-//media:rtc_encoder_simulcast_proxy
+//pc:dtmf_sender
*/
cc_library_static {
- name: "webrtc_media__rtc_encoder_simulcast_proxy",
+ name: "webrtc_pc__dtmf_sender",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -13530,11 +11163,12 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "media/engine/encoder_simulcast_proxy.cc",
+ "pc/dtmf_sender.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -13547,9 +11181,9 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_simulcast_encoder_adapter",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_pc__proxy",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -13586,7 +11220,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
@@ -13602,10 +11235,18 @@ cc_library_static {
}
/* From target:
-//call/adaptation:resource_adaptation
+//pc:external_hmac
+*/
+filegroup {
+ name: "webrtc_pc__external_hmac",
+ srcs: ["pc/external_hmac.cc"],
+}
+
+/* From target:
+//pc:ice_server_parsing
*/
cc_library_static {
- name: "webrtc_adaptation__resource_adaptation",
+ name: "webrtc_pc__ice_server_parsing",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -13655,37 +11296,27 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/adaptation/adaptation_constraint.cc",
- "call/adaptation/broadcast_resource_listener.cc",
- "call/adaptation/degradation_preference_provider.cc",
- "call/adaptation/encoder_settings.cc",
- "call/adaptation/resource_adaptation_processor.cc",
- "call/adaptation/resource_adaptation_processor_interface.cc",
- "call/adaptation/video_source_restrictions.cc",
- "call/adaptation/video_stream_adapter.cc",
- "call/adaptation/video_stream_input_state.cc",
- "call/adaptation/video_stream_input_state_provider.cc",
+ "pc/ice_server_parsing.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__balanced_degradation_settings",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -13722,7 +11353,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -13738,43 +11368,18 @@ cc_library_static {
}
/* From target:
-//third_party/abseil-cpp/absl/base:malloc_internal
+//pc:ice_transport
*/
filegroup {
- name: "webrtc_base__malloc_internal",
- srcs: ["third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc"],
-}
-
-/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad_lp_residual
-*/
-cc_library_static {
- name: "webrtc_rnn_vad__rnn_vad_lp_residual",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "modules/audio_processing/agc2/rnn_vad/lp_residual.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ name: "webrtc_pc__ice_transport",
+ srcs: ["pc/ice_transport.cc"],
}
/* From target:
-//net/dcsctp/packet:chunk_validators
+//pc:jitter_buffer_delay
*/
cc_library_static {
- name: "webrtc_packet__chunk_validators",
+ name: "webrtc_pc__jitter_buffer_delay",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -13786,110 +11391,62 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/chunk_validators.cc",
+ "pc/jitter_buffer_delay.cc",
],
host_supported: true,
static_libs: [
- "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding/svc:svc_rate_allocator
+//pc:jsep_transport
*/
filegroup {
- name: "webrtc_svc__svc_rate_allocator",
- srcs: ["modules/video_coding/svc/svc_rate_allocator.cc"],
+ name: "webrtc_pc__jsep_transport",
+ srcs: ["pc/jsep_transport.cc"],
}
/* From target:
-//rtc_base/experiments:rate_control_settings
+//pc:jsep_transport_collection
*/
-cc_library_static {
- name: "webrtc_experiments__rate_control_settings",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "rtc_base/experiments/rate_control_settings.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_config__encoder_config",
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_transport__field_trial_based_config",
- "webrtc_units__data_size",
- "webrtc_video_codecs__video_codecs_api",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__jsep_transport_collection",
+ srcs: ["pc/jsep_transport_collection.cc"],
}
/* From target:
-//api/rtc_event_log:rtc_event_log_factory
+//pc:jsep_transport_controller
*/
-cc_library_static {
- name: "webrtc_rtc_event_log__rtc_event_log_factory",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/rtc_event_log/rtc_event_log_factory.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_task_queue__task_queue",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__jsep_transport_controller",
+ srcs: ["pc/jsep_transport_controller.cc"],
}
/* From target:
-//net/dcsctp/tx:rr_send_queue
+//pc:legacy_stats_collector
+*/
+filegroup {
+ name: "webrtc_pc__legacy_stats_collector",
+ srcs: ["pc/legacy_stats_collector.cc"],
+}
+
+/* From target:
+//pc:local_audio_source
+*/
+filegroup {
+ name: "webrtc_pc__local_audio_source",
+ srcs: ["pc/local_audio_source.cc"],
+}
+
+/* From target:
+//pc:media_protocol_names
*/
cc_library_static {
- name: "webrtc_tx__rr_send_queue",
+ name: "webrtc_pc__media_protocol_names",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -13897,80 +11454,151 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/rr_send_queue.cc",
+ "pc/media_protocol_names.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_tx__stream_scheduler",
- ],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_coding:audio_encoder_cng
+//pc:media_session
+*/
+filegroup {
+ name: "webrtc_pc__media_session",
+ srcs: ["pc/media_session.cc"],
+}
+
+/* From target:
+//pc:media_stream
*/
cc_library_static {
- name: "webrtc_audio_coding__audio_encoder_cng",
+ name: "webrtc_pc__media_stream",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "pc/media_stream.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_cng",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
},
}
/* From target:
-//modules/audio_processing/agc2:cpu_features
+//pc:media_stream_observer
*/
cc_library_static {
- name: "webrtc_agc2__cpu_features",
+ name: "webrtc_pc__media_stream_observer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -13982,31 +11610,51 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/cpu_features.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "pc/media_stream_observer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
+ "webrtc_api__media_stream_interface",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:video_codec_interface
+//pc:peer_connection
+*/
+filegroup {
+ name: "webrtc_pc__peer_connection",
+ srcs: ["pc/peer_connection.cc"],
+}
+
+/* From target:
+//pc:peer_connection_factory
+*/
+filegroup {
+ name: "webrtc_pc__peer_connection_factory",
+ srcs: ["pc/peer_connection_factory.cc"],
+}
+
+/* From target:
+//pc:peer_connection_message_handler
*/
cc_library_static {
- name: "webrtc_video_coding__video_codec_interface",
+ name: "webrtc_pc__peer_connection_message_handler",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -14024,8 +11672,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -14041,107 +11691,87 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/include/video_codec_interface.cc",
- "modules/video_coding/video_coding_defines.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_common_video__common_video",
- "webrtc_containers__flat_containers_internal",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__time_delta",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/audio_coding:audio_network_adaptor
-*/
-cc_library_static {
- name: "webrtc_audio_coding__audio_network_adaptor",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
- "modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
- "modules/audio_coding/audio_network_adaptor/channel_controller.cc",
- "modules/audio_coding/audio_network_adaptor/controller.cc",
- "modules/audio_coding/audio_network_adaptor/controller_manager.cc",
- "modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
- "modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
- "modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
- "modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
- "modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
- "modules/audio_coding/audio_network_adaptor/frame_length_controller_v2.cc",
+ "pc/peer_connection_message_handler.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__audio_network_adaptor_config",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_logging__rtc_event_audio",
"webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
},
}
/* From target:
-//pc:channel
-*/
-filegroup {
- name: "webrtc_pc__channel",
- srcs: ["pc/channel.cc"],
-}
-
-/* From target:
-//modules/congestion_controller/goog_cc:loss_based_bwe_v1
+//pc:proxy
*/
cc_library_static {
- name: "webrtc_goog_cc__loss_based_bwe_v1",
+ name: "webrtc_pc__proxy",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -14150,34 +11780,34 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__network_constants",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc",
+ "pc/proxy.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_experiments__field_trial_parser",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
+ "webrtc_task_queue__task_queue",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/congestion_controller:congestion_controller
+//pc:remote_audio_source
*/
cc_library_static {
- name: "webrtc_congestion_controller__congestion_controller",
+ name: "webrtc_pc__remote_audio_source",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -14204,6 +11834,10 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
@@ -14227,13 +11861,12 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/receive_side_congestion_controller.cc",
- "modules/congestion_controller/remb_throttler.cc",
+ "pc/remote_audio_source.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -14245,15 +11878,20 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
- "webrtc_pacing__pacing",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_pc__media_protocol_names",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -14275,7 +11913,6 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -14302,13 +11939,49 @@ cc_library_static {
}
/* From target:
-//rtc_base:rtc_base
+//pc:rtc_stats_collector
+*/
+filegroup {
+ name: "webrtc_pc__rtc_stats_collector",
+ srcs: ["pc/rtc_stats_collector.cc"],
+}
+
+/* From target:
+//pc:rtc_stats_traversal
+*/
+filegroup {
+ name: "webrtc_pc__rtc_stats_traversal",
+ srcs: ["pc/rtc_stats_traversal.cc"],
+}
+
+/* From target:
+//pc:rtcp_mux_filter
+*/
+filegroup {
+ name: "webrtc_pc__rtcp_mux_filter",
+ srcs: ["pc/rtcp_mux_filter.cc"],
+}
+
+/* From target:
+//pc:rtp_media_utils
+*/
+filegroup {
+ name: "webrtc_pc__rtp_media_utils",
+ srcs: ["pc/rtp_media_utils.cc"],
+}
+
+/* From target:
+//pc:rtp_parameters_conversion
*/
cc_library_static {
- name: "webrtc_rtc_base__rtc_base",
+ name: "webrtc_pc__rtp_parameters_conversion",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -14326,10 +11999,16 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -14341,120 +12020,90 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "rtc_base/async_packet_socket.cc",
- "rtc_base/async_tcp_socket.cc",
- "rtc_base/async_udp_socket.cc",
- "rtc_base/boringssl_certificate.cc",
- "rtc_base/boringssl_identity.cc",
- "rtc_base/crc32.cc",
- "rtc_base/crypt_string.cc",
- "rtc_base/data_rate_limiter.cc",
- "rtc_base/file_rotating_stream.cc",
- "rtc_base/helpers.cc",
- "rtc_base/http_common.cc",
- "rtc_base/ifaddrs_converter.cc",
- "rtc_base/log_sinks.cc",
- "rtc_base/message_digest.cc",
- "rtc_base/net_helper.cc",
- "rtc_base/network.cc",
- "rtc_base/network_route.cc",
- "rtc_base/openssl_adapter.cc",
- "rtc_base/openssl_digest.cc",
- "rtc_base/openssl_key_pair.cc",
- "rtc_base/openssl_session_cache.cc",
- "rtc_base/openssl_stream_adapter.cc",
- "rtc_base/openssl_utility.cc",
- "rtc_base/proxy_info.cc",
- "rtc_base/rtc_certificate.cc",
- "rtc_base/rtc_certificate_generator.cc",
- "rtc_base/socket_adapters.cc",
- "rtc_base/socket_address_pair.cc",
- "rtc_base/ssl_adapter.cc",
- "rtc_base/ssl_certificate.cc",
- "rtc_base/ssl_fingerprint.cc",
- "rtc_base/ssl_identity.cc",
- "rtc_base/ssl_stream_adapter.cc",
- "rtc_base/stream.cc",
- "rtc_base/unique_id_generator.cc",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "pc/rtp_parameters_conversion.cc",
],
host_supported: true,
static_libs: [
- "webrtc_base64__base64",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_network__sent_packet",
- "webrtc_numerics__numerics",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_pc__media_protocol_names",
"webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__async_socket",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
- "webrtc_rtc_base__null_socket_server",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_transport__field_trial_based_config",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//rtc_base:criticalsection
-*/
-cc_library_static {
- name: "webrtc_rtc_base__criticalsection",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/deprecated/recursive_critical_section.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- ],
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//modules/congestion_controller/goog_cc:goog_cc
+//pc:rtp_receiver
*/
cc_library_static {
- name: "webrtc_goog_cc__goog_cc",
+ name: "webrtc_pc__rtp_receiver",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -14504,12 +12153,13 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/goog_cc_network_control.cc",
+ "pc/rtp_receiver.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -14522,21 +12172,12 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__alr_experiment",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__rate_control_settings",
- "webrtc_goog_cc__alr_detector",
- "webrtc_goog_cc__delay_based_bwe",
- "webrtc_goog_cc__estimators",
- "webrtc_goog_cc__loss_based_bwe_v2",
- "webrtc_goog_cc__probe_controller",
- "webrtc_goog_cc__pushback_controller",
- "webrtc_goog_cc__send_side_bwe",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_logging__rtc_event_pacing",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_pc__media_stream",
+ "webrtc_pc__proxy",
+ "webrtc_pc__video_track_source",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -14562,10 +12203,7 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_transport__field_trial_based_config",
- "webrtc_transport__network_control",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
@@ -14591,108 +12229,17 @@ cc_library_static {
}
/* From target:
-//modules/audio_processing/agc2:input_volume_stats_reporter
-*/
-cc_library_static {
- name: "webrtc_agc2__input_volume_stats_reporter",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/input_volume_stats_reporter.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:rtp_media_utils
-*/
-filegroup {
- name: "webrtc_pc__rtp_media_utils",
- srcs: ["pc/rtp_media_utils.cc"],
-}
-
-/* From target:
-//api/video:video_adaptation
-*/
-cc_library_static {
- name: "webrtc_video__video_adaptation",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/video/video_adaptation_counters.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//rtc_base:random
-*/
-cc_library_static {
- name: "webrtc_rtc_base__random",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/random.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//logging:rtc_event_rtp_rtcp
+//pc:rtp_sender
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_rtp_rtcp",
+ name: "webrtc_pc__rtp_sender",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -14710,8 +12257,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -14727,46 +12276,100 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
- "logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
- "logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
- "logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
+ "pc/rtp_sender.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_logging__rtc_event_field",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_pc__dtmf_sender",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//call:rtp_interfaces
+//pc:rtp_transceiver
*/
cc_library_static {
- name: "webrtc_call__rtp_interfaces",
+ name: "webrtc_pc__rtp_transceiver",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -14777,6 +12380,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -14784,8 +12390,32 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__dtls_srtp_transport",
+ ":webrtc_pc__dtls_transport",
+ ":webrtc_pc__external_hmac",
+ ":webrtc_pc__ice_transport",
+ ":webrtc_pc__jsep_transport",
+ ":webrtc_pc__jsep_transport_collection",
+ ":webrtc_pc__jsep_transport_controller",
+ ":webrtc_pc__rtcp_mux_filter",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__rtp_transport",
+ ":webrtc_pc__sctp_transport",
+ ":webrtc_pc__sctp_utils",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
+ ":webrtc_pc__srtp_filter",
+ ":webrtc_pc__srtp_session",
+ ":webrtc_pc__srtp_transport",
+ ":webrtc_pc__transport_stats",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -14801,147 +12431,114 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/rtp_config.cc",
+ "pc/rtp_transceiver.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__audio_options_api",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__ice_transport_factory",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_base64__base64",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
+ "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
"webrtc_crypto__options",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_pc__connection_context",
+ "webrtc_pc__media_protocol_names",
+ "webrtc_pc__peer_connection_message_handler",
+ "webrtc_pc__proxy",
+ "webrtc_pc__rtp_parameters_conversion",
+ "webrtc_pc__rtp_receiver",
+ "webrtc_pc__rtp_sender",
+ "webrtc_pc__sctp_data_channel",
+ "webrtc_pc__usage_pattern",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__bitrate_settings",
- "webrtc_transport__network_control",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- },
-}
-
-/* From target:
-//modules/audio_processing/aec_dump:null_aec_dump_factory
-*/
-cc_library_static {
- name: "webrtc_aec_dump__null_aec_dump_factory",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/aec_dump/null_aec_dump_factory.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_processing__api",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/numerics:numerics
-*/
-cc_library_static {
- name: "webrtc_numerics__numerics",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/numerics/samples_stats_counter.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__timeutils",
- "webrtc_units__timestamp",
- ],
- arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
- },
-}
-
-/* From target:
-//rtc_base:socket_address
-*/
-cc_library_static {
- name: "webrtc_rtc_base__socket_address",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/socket_address.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__net_helpers",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- ],
- arch: {
- arm: {
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//pc:remote_audio_source
+//pc:rtp_transmission_manager
*/
cc_library_static {
- name: "webrtc_pc__remote_audio_source",
+ name: "webrtc_pc__rtp_transmission_manager",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -14959,6 +12556,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -14969,10 +12569,29 @@ cc_library_static {
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_pc__channel",
+ ":webrtc_pc__dtls_srtp_transport",
+ ":webrtc_pc__dtls_transport",
+ ":webrtc_pc__external_hmac",
+ ":webrtc_pc__ice_transport",
+ ":webrtc_pc__jsep_transport",
+ ":webrtc_pc__jsep_transport_collection",
+ ":webrtc_pc__jsep_transport_controller",
+ ":webrtc_pc__rtcp_mux_filter",
":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__rtp_transport",
+ ":webrtc_pc__sctp_transport",
+ ":webrtc_pc__sctp_utils",
":webrtc_pc__session_description",
":webrtc_pc__simulcast_description",
+ ":webrtc_pc__srtp_filter",
+ ":webrtc_pc__srtp_session",
+ ":webrtc_pc__srtp_transport",
+ ":webrtc_pc__transport_stats",
+ ":webrtc_pc__video_track_source_proxy",
":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
@@ -14995,24 +12614,31 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/remote_audio_source.cc",
+ "pc/rtp_transmission_manager.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__ice_transport_factory",
"webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_base64__base64",
+ "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
"webrtc_call__rtp_receiver",
+ "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
"webrtc_crypto__options",
"webrtc_media__rtc_media_base",
@@ -15020,7 +12646,19 @@ cc_library_static {
"webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
"webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_pc__audio_rtp_receiver",
"webrtc_pc__media_protocol_names",
+ "webrtc_pc__peer_connection_message_handler",
+ "webrtc_pc__proxy",
+ "webrtc_pc__rtp_receiver",
+ "webrtc_pc__rtp_sender",
+ "webrtc_pc__rtp_transceiver",
+ "webrtc_pc__sctp_data_channel",
+ "webrtc_pc__transceiver_list",
+ "webrtc_pc__usage_pattern",
+ "webrtc_pc__video_rtp_receiver",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -15036,10 +12674,13 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
@@ -15073,49 +12714,18 @@ cc_library_static {
}
/* From target:
-//rtc_base:network_constants
+//pc:rtp_transport
*/
filegroup {
- name: "webrtc_rtc_base__network_constants",
- srcs: ["rtc_base/network_constants.cc"],
-}
-
-/* From target:
-//api/task_queue:pending_task_safety_flag
-*/
-cc_library_static {
- name: "webrtc_task_queue__pending_task_safety_flag",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/task_queue/pending_task_safety_flag.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- ],
- arch: {
- arm: {
- },
- },
+ name: "webrtc_pc__rtp_transport",
+ srcs: ["pc/rtp_transport.cc"],
}
/* From target:
-//pc:dtmf_sender
+//pc:sctp_data_channel
*/
cc_library_static {
- name: "webrtc_pc__dtmf_sender",
+ name: "webrtc_pc__sctp_data_channel",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -15142,6 +12752,7 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__sctp_utils",
":webrtc_profiling__exponential_biased",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
@@ -15165,7 +12776,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/dtmf_sender.cc",
+ "pc/sctp_data_channel.cc",
],
host_supported: true,
static_libs: [
@@ -15183,8 +12794,11 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_pc__data_channel_utils",
"webrtc_pc__proxy",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
@@ -15237,229 +12851,278 @@ cc_library_static {
}
/* From target:
-//modules/rtp_rtcp:rtp_video_header
+//pc:sctp_transport
*/
-cc_library_static {
- name: "webrtc_rtp_rtcp__rtp_video_header",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video__video_frame_metadata",
- "modules/rtp_rtcp/source/rtp_video_header.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_api__rtp_headers",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__sctp_transport",
+ srcs: ["pc/sctp_transport.cc"],
}
/* From target:
-//api/audio_codecs/opus:audio_decoder_multiopus
+//pc:sctp_utils
*/
-cc_library_static {
- name: "webrtc_opus__audio_decoder_multiopus",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_multiopus",
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__sctp_utils",
+ srcs: ["pc/sctp_utils.cc"],
}
/* From target:
-//third_party/abseil-cpp/absl/types:bad_variant_access
+//pc:sdp_offer_answer
*/
filegroup {
- name: "webrtc_types__bad_variant_access",
- srcs: ["third_party/abseil-cpp/absl/types/bad_variant_access.cc"],
+ name: "webrtc_pc__sdp_offer_answer",
+ srcs: ["pc/sdp_offer_answer.cc"],
}
/* From target:
-//pc:rtc_stats_traversal
+//pc:sdp_serializer
*/
filegroup {
- name: "webrtc_pc__rtc_stats_traversal",
- srcs: ["pc/rtc_stats_traversal.cc"],
+ name: "webrtc_pc__sdp_serializer",
+ srcs: ["pc/sdp_serializer.cc"],
}
/* From target:
-//modules/audio_processing/agc2:speech_level_estimator
+//pc:sdp_utils
*/
-cc_library_static {
- name: "webrtc_agc2__speech_level_estimator",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/speech_level_estimator.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
+filegroup {
+ name: "webrtc_pc__sdp_utils",
+ srcs: ["pc/sdp_utils.cc"],
}
/* From target:
-//rtc_base:platform_thread
+//pc:session_description
*/
-cc_library_static {
- name: "webrtc_rtc_base__platform_thread",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/platform_thread.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__session_description",
+ srcs: ["pc/session_description.cc"],
}
/* From target:
-//modules/video_coding/timing:rtt_filter
+//pc:simulcast_description
*/
-cc_library_static {
- name: "webrtc_timing__rtt_filter",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/rtt_filter.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
+filegroup {
+ name: "webrtc_pc__simulcast_description",
+ srcs: ["pc/simulcast_description.cc"],
}
/* From target:
-//rtc_base:weak_ptr
+//pc:srtp_filter
+*/
+filegroup {
+ name: "webrtc_pc__srtp_filter",
+ srcs: ["pc/srtp_filter.cc"],
+}
+
+/* From target:
+//pc:srtp_session
+*/
+filegroup {
+ name: "webrtc_pc__srtp_session",
+ srcs: ["pc/srtp_session.cc"],
+}
+
+/* From target:
+//pc:srtp_transport
+*/
+filegroup {
+ name: "webrtc_pc__srtp_transport",
+ srcs: ["pc/srtp_transport.cc"],
+}
+
+/* From target:
+//pc:track_media_info_map
+*/
+filegroup {
+ name: "webrtc_pc__track_media_info_map",
+ srcs: ["pc/track_media_info_map.cc"],
+}
+
+/* From target:
+//pc:transceiver_list
*/
cc_library_static {
- name: "webrtc_rtc_base__weak_ptr",
+ name: "webrtc_pc__transceiver_list",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__channel",
+ ":webrtc_pc__dtls_srtp_transport",
+ ":webrtc_pc__dtls_transport",
+ ":webrtc_pc__external_hmac",
+ ":webrtc_pc__ice_transport",
+ ":webrtc_pc__jsep_transport",
+ ":webrtc_pc__jsep_transport_collection",
+ ":webrtc_pc__jsep_transport_controller",
+ ":webrtc_pc__rtcp_mux_filter",
+ ":webrtc_pc__rtp_media_utils",
+ ":webrtc_pc__rtp_transport",
+ ":webrtc_pc__sctp_transport",
+ ":webrtc_pc__sctp_utils",
+ ":webrtc_pc__session_description",
+ ":webrtc_pc__simulcast_description",
+ ":webrtc_pc__srtp_filter",
+ ":webrtc_pc__srtp_session",
+ ":webrtc_pc__srtp_transport",
+ ":webrtc_pc__transport_stats",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_public__factory",
+ ":webrtc_public__socket",
+ ":webrtc_public__utils",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "rtc_base/weak_ptr.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "pc/transceiver_list.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__candidate",
+ "webrtc_api__dtls_transport_interface",
+ "webrtc_api__ice_transport_factory",
+ "webrtc_api__libjingle_peerconnection_api",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_base64__base64",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
+ "webrtc_call__video_stream_api",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_network__sent_packet",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_p2p__rtc_p2p",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
+ "webrtc_pc__media_protocol_names",
+ "webrtc_pc__peer_connection_message_handler",
+ "webrtc_pc__proxy",
+ "webrtc_pc__rtp_transceiver",
+ "webrtc_pc__sctp_data_channel",
+ "webrtc_pc__usage_pattern",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//pc:video_track_source
+//pc:transport_stats
+*/
+filegroup {
+ name: "webrtc_pc__transport_stats",
+ srcs: ["pc/transport_stats.cc"],
+}
+
+/* From target:
+//pc:usage_pattern
*/
cc_library_static {
- name: "webrtc_pc__video_track_source",
+ name: "webrtc_pc__usage_pattern",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -15509,11 +13172,12 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/video_track_source.cc",
+ "pc/usage_pattern.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -15524,8 +13188,8 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -15579,35 +13243,10 @@ cc_library_static {
}
/* From target:
-//rtc_base/third_party/base64:base64
-*/
-cc_library_static {
- name: "webrtc_base64__base64",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "rtc_base/third_party/base64/base64.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:video_track
+//pc:video_rtp_receiver
*/
cc_library_static {
- name: "webrtc_pc__video_track",
+ name: "webrtc_pc__video_rtp_receiver",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -15658,11 +13297,12 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/video_track.cc",
+ "pc/video_rtp_receiver.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__dtls_transport_interface",
"webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
@@ -15679,7 +13319,12 @@ cc_library_static {
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_pc__jitter_buffer_delay",
+ "webrtc_pc__media_stream",
"webrtc_pc__proxy",
+ "webrtc_pc__rtp_receiver",
+ "webrtc_pc__video_rtp_track_source",
+ "webrtc_pc__video_track",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
@@ -15731,13 +13376,17 @@ cc_library_static {
}
/* From target:
-//modules/video_coding:frame_helpers
+//pc:video_rtp_track_source
*/
cc_library_static {
- name: "webrtc_video_coding__frame_helpers",
+ name: "webrtc_pc__video_rtp_track_source",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -15755,8 +13404,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -15772,76 +13423,214 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/frame_helpers.cc",
+ "pc/video_rtp_track_source.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
"webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_pc__video_track_source",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
"webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//pc:media_stream_observer
+//pc:video_track
*/
cc_library_static {
- name: "webrtc_pc__media_stream_observer",
+ name: "webrtc_pc__video_track",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_pc__video_track_source_proxy",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/media_stream_observer.cc",
+ "pc/video_track.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_pc__proxy",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//api/video_codecs:builtin_video_decoder_factory
+//pc:video_track_source
*/
cc_library_static {
- name: "webrtc_video_codecs__builtin_video_decoder_factory",
+ name: "webrtc_pc__video_track_source",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -15882,10 +13671,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -15895,8 +13680,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "api/video_codecs/builtin_video_decoder_factory.cc",
+ "pc/video_track_source.cc",
],
host_supported: true,
static_libs: [
@@ -15911,11 +13695,8 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_internal_video_codecs",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -15954,9 +13735,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__webrtc_h264",
- "webrtc_video_coding__webrtc_vp8",
- "webrtc_video_coding__webrtc_vp9",
],
arch: {
arm: {
@@ -15972,45 +13750,158 @@ cc_library_static {
}
/* From target:
-//modules/audio_processing:api
+//pc:video_track_source_proxy
+*/
+filegroup {
+ name: "webrtc_pc__video_track_source_proxy",
+ srcs: ["pc/video_track_source_proxy.cc"],
+}
+
+/* From target:
+//pc:webrtc_sdp
+*/
+filegroup {
+ name: "webrtc_pc__webrtc_sdp",
+ srcs: [
+ "pc/jsep_ice_candidate.cc",
+ "pc/jsep_session_description.cc",
+ "pc/webrtc_sdp.cc",
+ ],
+}
+
+/* From target:
+//pc:webrtc_session_description_factory
+*/
+filegroup {
+ name: "webrtc_pc__webrtc_session_description_factory",
+ srcs: ["pc/webrtc_session_description_factory.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/profiling:exponential_biased
+*/
+filegroup {
+ name: "webrtc_profiling__exponential_biased",
+ srcs: ["third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc"],
+}
+
+/* From target:
+//net/dcsctp/public:factory
+*/
+filegroup {
+ name: "webrtc_public__factory",
+ srcs: ["net/dcsctp/public/dcsctp_socket_factory.cc"],
+}
+
+/* From target:
+//net/dcsctp/public:socket
+*/
+filegroup {
+ name: "webrtc_public__socket",
+ srcs: ["net/dcsctp/public/dcsctp_handover_state.cc"],
+}
+
+/* From target:
+//net/dcsctp/public:utils
+*/
+filegroup {
+ name: "webrtc_public__utils",
+ srcs: ["net/dcsctp/public/text_pcap_packet_observer.cc"],
+}
+
+/* From target:
+//modules/remote_bitrate_estimator:remote_bitrate_estimator
*/
cc_library_static {
- name: "webrtc_audio_processing__api",
+ name: "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/include/audio_processing.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/remote_bitrate_estimator/aimd_rate_control.cc",
+ "modules/remote_bitrate_estimator/bwe_defines.cc",
+ "modules/remote_bitrate_estimator/inter_arrival.cc",
+ "modules/remote_bitrate_estimator/overuse_detector.cc",
+ "modules/remote_bitrate_estimator/overuse_estimator.cc",
+ "modules/remote_bitrate_estimator/packet_arrival_map.cc",
+ "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
+ "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
+ "modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
- "webrtc_audio__aec3_config",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_processing__audio_processing_statistics",
+ "webrtc_api__rtp_headers",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_goog_cc__link_capacity_estimator",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__socket",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//stats:rtc_stats
+//video/render:incoming_video_stream
*/
cc_library_static {
- name: "webrtc_stats__rtc_stats",
+ name: "webrtc_render__incoming_video_stream",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16022,27 +13913,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "stats/rtc_stats.cc",
- "stats/rtc_stats_report.cc",
- "stats/rtcstats_objects.cc",
+ "video/render/incoming_video_stream.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_render__video_render_frames",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
- "webrtc_units__timestamp",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__time_delta",
+ "webrtc_video__video_frame",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:copy_on_write_buffer
+//video/render:video_render_frames
*/
cc_library_static {
- name: "webrtc_rtc_base__copy_on_write_buffer",
+ name: "webrtc_render__video_render_frames",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16053,24 +13946,26 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/copy_on_write_buffer.cc",
+ ":webrtc_types__bad_optional_access",
+ "video/render/video_render_frames.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_video__video_frame",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:rtp_headers
+//modules/audio_processing/agc2/rnn_vad:rnn_vad
*/
cc_library_static {
- name: "webrtc_api__rtp_headers",
+ name: "webrtc_rnn_vad__rnn_vad",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16079,110 +13974,141 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/rtp_headers.cc",
+ "modules/audio_processing/agc2/rnn_vad/features_extraction.cc",
+ "modules/audio_processing/agc2/rnn_vad/rnn.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__biquad_filter",
+ "webrtc_agc2__cpu_features",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rnn_vad__rnn_vad_lp_residual",
+ "webrtc_rnn_vad__rnn_vad_pitch",
+ "webrtc_rnn_vad__rnn_vad_spectral_features",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_units__timestamp",
- "webrtc_video__video_rtp_headers",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//pc:external_hmac
+//modules/audio_processing/agc2/rnn_vad:rnn_vad_auto_correlation
+*/
+cc_library_static {
+ name: "webrtc_rnn_vad__rnn_vad_auto_correlation",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "modules/audio_processing/agc2/rnn_vad/auto_correlation.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__pffft_wrapper",
+ ],
+}
+
+/* From target:
+//modules/audio_processing/agc2/rnn_vad:rnn_vad_layers
*/
filegroup {
- name: "webrtc_pc__external_hmac",
- srcs: ["pc/external_hmac.cc"],
+ name: "webrtc_rnn_vad__rnn_vad_layers",
+ srcs: [
+ "modules/audio_processing/agc2/rnn_vad/rnn_fc.cc",
+ "modules/audio_processing/agc2/rnn_vad/rnn_gru.cc",
+ ],
}
/* From target:
-//modules/congestion_controller/goog_cc:loss_based_bwe_v2
+//modules/audio_processing/agc2/rnn_vad:rnn_vad_lp_residual
*/
cc_library_static {
- name: "webrtc_goog_cc__loss_based_bwe_v2",
+ name: "webrtc_rnn_vad__rnn_vad_lp_residual",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/agc2/rnn_vad/lp_residual.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//modules/audio_processing/agc2/rnn_vad:rnn_vad_pitch
+*/
+cc_library_static {
+ name: "webrtc_rnn_vad__rnn_vad_pitch",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc",
+ "modules/audio_processing/agc2/rnn_vad/pitch_search.cc",
+ "modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_rnn_vad__rnn_vad_auto_correlation",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__data_size",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
- arm: {
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//net/dcsctp/tx:stream_scheduler
+//modules/audio_processing/agc2/rnn_vad:rnn_vad_spectral_features
*/
cc_library_static {
- name: "webrtc_tx__stream_scheduler",
+ name: "webrtc_rnn_vad__rnn_vad_spectral_features",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16190,39 +14116,29 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/stream_scheduler.cc",
+ "modules/audio_processing/agc2/rnn_vad/spectral_features.cc",
+ "modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__pffft_wrapper",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding/timing:codec_timer
+//modules/audio_processing/agc2/rnn_vad:vector_math_avx2
*/
cc_library_static {
- name: "webrtc_timing__codec_timer",
+ name: "webrtc_rnn_vad__vector_math_avx2",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16234,212 +14150,256 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/codec_timer.cc",
+ "modules/audio_processing/agc2/rnn_vad/vector_math_avx2.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
],
arch: {
arm: {
+ enabled: false,
+ },
+ arm64: {
+ enabled: false,
+ },
+ riscv64: {
+ enabled: false,
},
},
}
/* From target:
-//pc:legacy_stats_collector
+//rtc_base:async_resolver_interface
*/
-filegroup {
- name: "webrtc_pc__legacy_stats_collector",
- srcs: ["pc/legacy_stats_collector.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__async_resolver_interface",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/async_resolver_interface.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//api/video_codecs:vp8_temporal_layers_factory
+//rtc_base:async_socket
*/
cc_library_static {
- name: "webrtc_video_codecs__vp8_temporal_layers_factory",
+ name: "webrtc_rtc_base__async_socket",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "api/video_codecs/vp8_temporal_layers_factory.cc",
+ "rtc_base/async_socket.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__yield",
+ ],
+}
+
+/* From target:
+//rtc_base:audio_format_to_string
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__audio_format_to_string",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/strings/audio_format_to_string.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp8_temporal_layers",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//pc:jsep_transport
+//rtc_base:bit_buffer
*/
-filegroup {
- name: "webrtc_pc__jsep_transport",
- srcs: ["pc/jsep_transport.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__bit_buffer",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/bit_buffer.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//pc:transport_stats
+//rtc_base:bitstream_reader
*/
filegroup {
- name: "webrtc_pc__transport_stats",
- srcs: ["pc/transport_stats.cc"],
+ name: "webrtc_rtc_base__bitstream_reader",
+ srcs: ["rtc_base/bitstream_reader.cc"],
}
/* From target:
-//call:version
+//rtc_base:buffer_queue
*/
cc_library_static {
- name: "webrtc_call__version",
+ name: "webrtc_rtc_base__buffer_queue",
defaults: ["webrtc_defaults"],
- srcs: ["call/version.cc"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/buffer_queue.cc",
+ ],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//common_audio:common_audio_c_arm_asm
+//rtc_base:byte_buffer
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__byte_buffer",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/byte_buffer.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__zero_memory",
+ ],
+}
+
+/* From target:
+//rtc_base:callback_list
*/
filegroup {
- name: "webrtc_common_audio__common_audio_c_arm_asm",
+ name: "webrtc_rtc_base__callback_list",
+ srcs: ["rtc_base/callback_list.cc"],
+}
+
+/* From target:
+//rtc_base:checks
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__checks",
+ defaults: ["webrtc_defaults"],
srcs: [
- "common_audio/signal_processing/complex_bit_reverse_arm.S",
- "common_audio/signal_processing/filter_ar_fast_q12_armv7.S",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/checks.cc",
],
+ host_supported: true,
}
/* From target:
-//common_audio/third_party/ooura:fft_size_256
+//rtc_base:copy_on_write_buffer
*/
cc_library_static {
- name: "webrtc_ooura__fft_size_256",
+ name: "webrtc_rtc_base__copy_on_write_buffer",
defaults: ["webrtc_defaults"],
- srcs: ["common_audio/third_party/ooura/fft_size_256/fft4g.cc"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/copy_on_write_buffer.cc",
+ ],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__zero_memory",
+ ],
}
/* From target:
-//api/video:encoded_image
+//rtc_base:criticalsection
*/
cc_library_static {
- name: "webrtc_video__encoded_image",
+ name: "webrtc_rtc_base__criticalsection",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16450,29 +14410,21 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "api/video/encoded_image.cc",
+ "rtc_base/deprecated/recursive_critical_section.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_packet_info",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_mixer:audio_mixer_impl
+//rtc_base:event_tracer
*/
cc_library_static {
- name: "webrtc_audio_mixer__audio_mixer_impl",
+ name: "webrtc_rtc_base__event_tracer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16484,52 +14436,48 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_mixer/audio_mixer_impl.cc",
- "modules/audio_mixer/default_output_rate_calculator.cc",
- "modules/audio_mixer/frame_combiner.cc",
+ "rtc_base/event_tracer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__fixed_digital",
- "webrtc_api__rtp_packet_info",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_mixer__audio_frame_manipulator",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_audio__common_audio",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__timeutils",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__audio_frame_operations",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//pc:peer_connection
+//rtc_base:histogram_percentile_counter
*/
-filegroup {
- name: "webrtc_pc__peer_connection",
- srcs: ["pc/peer_connection.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__histogram_percentile_counter",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/numerics/histogram_percentile_counter.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//rtc_base/experiments:rtt_mult_experiment
+//rtc_base:ip_address
*/
cc_library_static {
- name: "webrtc_experiments__rtt_mult_experiment",
+ name: "webrtc_rtc_base__ip_address",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16541,28 +14489,21 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/rtt_mult_experiment.cc",
+ "rtc_base/ip_address.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
+ "webrtc_rtc_base__net_helpers",
+ "webrtc_rtc_base__stringutils",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//logging:rtc_event_begin_end
+//rtc_base:logging
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_begin_end",
+ name: "webrtc_rtc_base__logging",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16571,127 +14512,86 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "logging/rtc_event_log/events/rtc_event_begin_log.cc",
- "logging/rtc_event_log/events/rtc_event_end_log.cc",
+ "rtc_base/logging.cc",
],
host_supported: true,
static_libs: [
- "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__timeutils",
"webrtc_synchronization__yield",
"webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api:rtp_sender_interface
+//rtc_base:net_helpers
*/
cc_library_static {
- name: "webrtc_api__rtp_sender_interface",
+ name: "webrtc_rtc_base__net_helpers",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/net_helpers.cc",
+ ],
+ host_supported: true,
+}
+
+/* From target:
+//rtc_base:network_constants
+*/
+filegroup {
+ name: "webrtc_rtc_base__network_constants",
+ srcs: ["rtc_base/network_constants.cc"],
+}
+
+/* From target:
+//rtc_base:null_socket_server
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__null_socket_server",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "api/rtp_sender_interface.cc",
+ "rtc_base/null_socket_server.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_parameters",
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:rtcp_mux_filter
-*/
-filegroup {
- name: "webrtc_pc__rtcp_mux_filter",
- srcs: ["pc/rtcp_mux_filter.cc"],
}
/* From target:
-//api/transport:field_trial_based_config
+//rtc_base:platform_thread
*/
cc_library_static {
- name: "webrtc_transport__field_trial_based_config",
+ name: "webrtc_rtc_base__platform_thread",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -16701,27 +14601,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/transport/field_trial_based_config.cc",
+ "rtc_base/platform_thread.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/video_codecs:video_codecs_api
+//rtc_base:platform_thread_types
*/
cc_library_static {
- name: "webrtc_video_codecs__video_codecs_api",
+ name: "webrtc_rtc_base__platform_thread_types",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16732,52 +14629,62 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/video_codecs/av1_profile.cc",
- "api/video_codecs/h264_profile_level_id.cc",
- "api/video_codecs/sdp_video_format.cc",
- "api/video_codecs/simulcast_stream.cc",
- "api/video_codecs/spatial_layer.cc",
- "api/video_codecs/video_codec.cc",
- "api/video_codecs/video_decoder.cc",
- "api/video_codecs/video_encoder.cc",
- "api/video_codecs/vp8_frame_config.cc",
- "api/video_codecs/vp8_temporal_layers.cc",
- "api/video_codecs/vp9_profile.cc",
+ "rtc_base/platform_thread_types.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//rtc_base:race_checker
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__race_checker",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/race_checker.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_video__encoded_image",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//third_party/crc32c:crc32c_sse42
+//rtc_base:random
*/
-filegroup {
- name: "webrtc_crc32c__crc32c_sse42",
- srcs: ["third_party/crc32c/src/src/crc32c_sse42.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__random",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/random.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//modules/congestion_controller/goog_cc:probe_controller
+//rtc_base:rate_limiter
*/
cc_library_static {
- name: "webrtc_goog_cc__probe_controller",
+ name: "webrtc_rtc_base__rate_limiter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16786,40 +14693,27 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/congestion_controller/goog_cc/probe_controller.cc",
+ "rtc_base/rate_limiter.cc",
],
host_supported: true,
static_libs: [
- "webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_logging__rtc_event_pacing",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_base__rate_statistics",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__metrics",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__data_size",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//logging:rtc_event_pacing
+//rtc_base:rate_statistics
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_pacing",
+ name: "webrtc_rtc_base__rate_statistics",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16828,32 +14722,25 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "logging/rtc_event_log/events/rtc_event_alr_state.cc",
+ "rtc_base/rate_statistics.cc",
],
host_supported: true,
static_libs: [
- "webrtc_logging__rtc_event_field",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
"webrtc_synchronization__yield",
- "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc2/rnn_vad:vector_math_avx2
+//rtc_base:rate_tracker
*/
cc_library_static {
- name: "webrtc_rnn_vad__vector_math_avx2",
+ name: "webrtc_rtc_base__rate_tracker",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -16865,45 +14752,23 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/rnn_vad/vector_math_avx2.cc",
+ "rtc_base/rate_tracker.cc",
],
host_supported: true,
- cflags: [
- "-mavx2",
- "-mfma",
- ],
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
+ "webrtc_rtc_base__timeutils",
],
- arch: {
- arm: {
- enabled: false,
- },
- arm64: {
- enabled: false,
- },
- riscv64: {
- enabled: false,
- },
- },
}
/* From target:
-//modules/video_capture:video_capture_module
+//rtc_base:rtc_base
*/
cc_library_static {
- name: "webrtc_video_capture__video_capture_module",
+ name: "webrtc_rtc_base__rtc_base",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -16921,14 +14786,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -16940,44 +14801,62 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_capture/device_info_impl.cc",
- "modules/video_capture/video_capture_factory.cc",
- "modules/video_capture/video_capture_impl.cc",
+ "rtc_base/async_packet_socket.cc",
+ "rtc_base/async_tcp_socket.cc",
+ "rtc_base/async_udp_socket.cc",
+ "rtc_base/boringssl_certificate.cc",
+ "rtc_base/boringssl_identity.cc",
+ "rtc_base/crc32.cc",
+ "rtc_base/crypt_string.cc",
+ "rtc_base/data_rate_limiter.cc",
+ "rtc_base/file_rotating_stream.cc",
+ "rtc_base/helpers.cc",
+ "rtc_base/http_common.cc",
+ "rtc_base/ifaddrs_converter.cc",
+ "rtc_base/log_sinks.cc",
+ "rtc_base/message_digest.cc",
+ "rtc_base/net_helper.cc",
+ "rtc_base/network.cc",
+ "rtc_base/network_route.cc",
+ "rtc_base/openssl_adapter.cc",
+ "rtc_base/openssl_digest.cc",
+ "rtc_base/openssl_key_pair.cc",
+ "rtc_base/openssl_session_cache.cc",
+ "rtc_base/openssl_stream_adapter.cc",
+ "rtc_base/openssl_utility.cc",
+ "rtc_base/proxy_info.cc",
+ "rtc_base/rtc_certificate.cc",
+ "rtc_base/rtc_certificate_generator.cc",
+ "rtc_base/socket_adapters.cc",
+ "rtc_base/socket_address_pair.cc",
+ "rtc_base/ssl_adapter.cc",
+ "rtc_base/ssl_certificate.cc",
+ "rtc_base/ssl_fingerprint.cc",
+ "rtc_base/ssl_identity.cc",
+ "rtc_base/ssl_stream_adapter.cc",
+ "rtc_base/stream.cc",
+ "rtc_base/unique_id_generator.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_video__common_video",
+ "webrtc_base64__base64",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_network__sent_packet",
+ "webrtc_numerics__numerics",
"webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__async_socket",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__null_socket_server",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
@@ -16985,46 +14864,24 @@ cc_library_static {
"webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_system_wrappers__field_trial",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_transport__field_trial_based_config",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//rtc_base:rtc_task_queue
+//rtc_base:rtc_event
*/
cc_library_static {
- name: "webrtc_rtc_base__rtc_task_queue",
+ name: "webrtc_rtc_base__rtc_event",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17036,32 +14893,54 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/task_queue.cc",
+ "rtc_base/event.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_task_queue__task_queue",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield_policy",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:sctp_transport
+//rtc_base:rtc_numerics
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__rtc_numerics",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/numerics/event_based_exponential_moving_average.cc",
+ "rtc_base/numerics/exp_filter.cc",
+ "rtc_base/numerics/moving_average.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//rtc_base:rtc_operations_chain
*/
filegroup {
- name: "webrtc_pc__sctp_transport",
- srcs: ["pc/sctp_transport.cc"],
+ name: "webrtc_rtc_base__rtc_operations_chain",
+ srcs: ["rtc_base/operations_chain.cc"],
}
/* From target:
-//modules/video_coding/timing:frame_delay_variation_kalman_filter
+//rtc_base:rtc_task_queue
*/
cc_library_static {
- name: "webrtc_timing__frame_delay_variation_kalman_filter",
+ name: "webrtc_rtc_base__rtc_task_queue",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17073,37 +14952,74 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/frame_delay_variation_kalman_filter.cc",
+ "rtc_base/task_queue.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_units__data_size",
+ "webrtc_task_queue__task_queue",
+ ],
+}
+
+/* From target:
+//rtc_base:rtc_task_queue_libevent
+*/
+cc_library_static {
+ name: "webrtc_rtc_base__rtc_task_queue_libevent",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/task_queue_libevent.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
"webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//third_party/abseil-cpp/absl/strings:cord
+//rtc_base:sample_counter
*/
-filegroup {
- name: "webrtc_strings__cord",
+cc_library_static {
+ name: "webrtc_rtc_base__sample_counter",
+ defaults: ["webrtc_defaults"],
srcs: [
- "third_party/abseil-cpp/absl/strings/cord.cc",
- "third_party/abseil-cpp/absl/strings/cord_analysis.cc",
- "third_party/abseil-cpp/absl/strings/cord_buffer.cc",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/numerics/sample_counter.cc",
],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//rtc_base:logging
+//rtc_base:socket
*/
cc_library_static {
- name: "webrtc_rtc_base__logging",
+ name: "webrtc_rtc_base__socket",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17115,80 +15031,130 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/logging.cc",
+ "rtc_base/socket.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__yield",
- "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing:aec_dump_interface
+//rtc_base:socket_address
*/
-filegroup {
- name: "webrtc_audio_processing__aec_dump_interface",
- srcs: ["modules/audio_processing/include/aec_dump.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__socket_address",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/socket_address.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__net_helpers",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//net/dcsctp/public:socket
+//rtc_base:stringutils
*/
-filegroup {
- name: "webrtc_public__socket",
- srcs: ["net/dcsctp/public/dcsctp_handover_state.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__stringutils",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/string_encode.cc",
+ "rtc_base/string_to_number.cc",
+ "rtc_base/string_utils.cc",
+ "rtc_base/strings/string_builder.cc",
+ "rtc_base/strings/string_format.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//modules/congestion_controller/goog_cc:pushback_controller
+//rtc_base:threading
*/
cc_library_static {
- name: "webrtc_goog_cc__pushback_controller",
+ name: "webrtc_rtc_base__threading",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtc_base__network_constants",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc",
+ "rtc_base/async_resolver.cc",
+ "rtc_base/internal/default_socket_server.cc",
+ "rtc_base/network_monitor.cc",
+ "rtc_base/network_monitor_factory.cc",
+ "rtc_base/physical_socket_server.cc",
+ "rtc_base/thread.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__rate_control_settings",
+ "webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__criticalsection",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__null_socket_server",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__network_control",
- "webrtc_units__data_size",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:rtc_numerics
+//rtc_base:timestamp_aligner
*/
cc_library_static {
- name: "webrtc_rtc_base__rtc_numerics",
+ name: "webrtc_rtc_base__timestamp_aligner",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17200,55 +15166,154 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/numerics/event_based_exponential_moving_average.cc",
- "rtc_base/numerics/exp_filter.cc",
- "rtc_base/numerics/moving_average.cc",
+ "rtc_base/timestamp_aligner.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//modules/video_coding/svc:scalable_video_controller
+//rtc_base:timeutils
*/
-filegroup {
- name: "webrtc_svc__scalable_video_controller",
- srcs: ["modules/video_coding/svc/scalable_video_controller_no_layering.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__timeutils",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/system_time.cc",
+ "rtc_base/time_utils.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
}
/* From target:
-//third_party/abseil-cpp/absl/strings:cordz_functions
+//rtc_base:weak_ptr
*/
-filegroup {
- name: "webrtc_strings__cordz_functions",
- srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__weak_ptr",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "rtc_base/weak_ptr.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ ],
}
/* From target:
-//pc:jsep_transport_collection
+//rtc_base:zero_memory
*/
-filegroup {
- name: "webrtc_pc__jsep_transport_collection",
- srcs: ["pc/jsep_transport_collection.cc"],
+cc_library_static {
+ name: "webrtc_rtc_base__zero_memory",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/zero_memory.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//api/transport:stun_types
+//api/rtc_event_log:rtc_event_log
*/
-filegroup {
- name: "webrtc_transport__stun_types",
- srcs: ["api/transport/stun.cc"],
+cc_library_static {
+ name: "webrtc_rtc_event_log__rtc_event_log",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/rtc_event_log/rtc_event.cc",
+ "api/rtc_event_log/rtc_event_log.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_task_queue__task_queue",
+ ],
}
/* From target:
-//pc:rtp_transceiver
+//api/rtc_event_log:rtc_event_log_factory
*/
cc_library_static {
- name: "webrtc_pc__rtp_transceiver",
+ name: "webrtc_rtc_event_log__rtc_event_log_factory",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/rtc_event_log/rtc_event_log_factory.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_task_queue__task_queue",
+ ],
+}
+
+/* From target:
+//modules/congestion_controller/rtp:control_handler
+*/
+cc_library_static {
+ name: "webrtc_rtp__control_handler",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -17266,9 +15331,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -17278,29 +15340,7 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__channel",
- ":webrtc_pc__dtls_srtp_transport",
- ":webrtc_pc__dtls_transport",
- ":webrtc_pc__external_hmac",
- ":webrtc_pc__ice_transport",
- ":webrtc_pc__jsep_transport",
- ":webrtc_pc__jsep_transport_collection",
- ":webrtc_pc__jsep_transport_controller",
- ":webrtc_pc__rtcp_mux_filter",
- ":webrtc_pc__rtp_media_utils",
- ":webrtc_pc__rtp_transport",
- ":webrtc_pc__sctp_transport",
- ":webrtc_pc__sctp_utils",
- ":webrtc_pc__session_description",
- ":webrtc_pc__simulcast_description",
- ":webrtc_pc__srtp_filter",
- ":webrtc_pc__srtp_session",
- ":webrtc_pc__srtp_transport",
- ":webrtc_pc__transport_stats",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
@@ -17323,55 +15363,30 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/rtp_transceiver.cc",
+ "modules/congestion_controller/rtp/control_handler.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__candidate",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__ice_transport_factory",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_base64__base64",
- "webrtc_call__call_interfaces",
"webrtc_call__rtp_interfaces",
- "webrtc_call__rtp_receiver",
- "webrtc_call__video_stream_api",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_network__sent_packet",
"webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
- "webrtc_pc__connection_context",
- "webrtc_pc__media_protocol_names",
- "webrtc_pc__peer_connection_message_handler",
- "webrtc_pc__proxy",
- "webrtc_pc__rtp_parameters_conversion",
- "webrtc_pc__rtp_receiver",
- "webrtc_pc__rtp_sender",
- "webrtc_pc__sctp_data_channel",
- "webrtc_pc__usage_pattern",
+ "webrtc_pacing__pacing",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -17382,20 +15397,21 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
@@ -17421,43 +15437,90 @@ cc_library_static {
}
/* From target:
-//system_wrappers:field_trial
+//api/transport/rtp:dependency_descriptor
+*/
+filegroup {
+ name: "webrtc_rtp__dependency_descriptor",
+ srcs: ["api/transport/rtp/dependency_descriptor.cc"],
+}
+
+/* From target:
+//modules/congestion_controller/rtp:transport_feedback
*/
cc_library_static {
- name: "webrtc_system_wrappers__field_trial",
+ name: "webrtc_rtp__transport_feedback",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "system_wrappers/source/field_trial.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/congestion_controller/rtp/transport_feedback_adapter.cc",
+ "modules/congestion_controller/rtp/transport_feedback_demuxer.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
+ "webrtc_network__sent_packet",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//call:rtp_receiver
+//modules/rtp_rtcp:rtp_rtcp
*/
cc_library_static {
- name: "webrtc_call__rtp_receiver",
+ name: "webrtc_rtp_rtcp__rtp_rtcp",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -17507,45 +15570,107 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/rtp_demuxer.cc",
- "call/rtp_stream_receiver_controller.cc",
- "call/rtx_receive_stream.cc",
+ "modules/rtp_rtcp/source/absolute_capture_time_interpolator.cc",
+ "modules/rtp_rtcp/source/absolute_capture_time_sender.cc",
+ "modules/rtp_rtcp/source/active_decode_targets_helper.cc",
+ "modules/rtp_rtcp/source/capture_clock_offset_updater.cc",
+ "modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc",
+ "modules/rtp_rtcp/source/dtmf_queue.cc",
+ "modules/rtp_rtcp/source/fec_private_tables_bursty.cc",
+ "modules/rtp_rtcp/source/fec_private_tables_random.cc",
+ "modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
+ "modules/rtp_rtcp/source/flexfec_receiver.cc",
+ "modules/rtp_rtcp/source/flexfec_sender.cc",
+ "modules/rtp_rtcp/source/forward_error_correction.cc",
+ "modules/rtp_rtcp/source/forward_error_correction_internal.cc",
+ "modules/rtp_rtcp/source/packet_loss_stats.cc",
+ "modules/rtp_rtcp/source/packet_sequencer.cc",
+ "modules/rtp_rtcp/source/receive_statistics_impl.cc",
+ "modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
+ "modules/rtp_rtcp/source/rtcp_nack_stats.cc",
+ "modules/rtp_rtcp/source/rtcp_receiver.cc",
+ "modules/rtp_rtcp/source/rtcp_sender.cc",
+ "modules/rtp_rtcp/source/rtp_descriptor_authentication.cc",
+ "modules/rtp_rtcp/source/rtp_format.cc",
+ "modules/rtp_rtcp/source/rtp_format_h264.cc",
+ "modules/rtp_rtcp/source/rtp_format_video_generic.cc",
+ "modules/rtp_rtcp/source/rtp_format_vp8.cc",
+ "modules/rtp_rtcp/source/rtp_format_vp9.cc",
+ "modules/rtp_rtcp/source/rtp_header_extension_size.cc",
+ "modules/rtp_rtcp/source/rtp_packet_history.cc",
+ "modules/rtp_rtcp/source/rtp_packetizer_av1.cc",
+ "modules/rtp_rtcp/source/rtp_rtcp_impl2.cc",
+ "modules/rtp_rtcp/source/rtp_sender.cc",
+ "modules/rtp_rtcp/source/rtp_sender_audio.cc",
+ "modules/rtp_rtcp/source/rtp_sender_egress.cc",
+ "modules/rtp_rtcp/source/rtp_sender_video.cc",
+ "modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc",
+ "modules/rtp_rtcp/source/rtp_sequence_number_map.cc",
+ "modules/rtp_rtcp/source/source_tracker.cc",
+ "modules/rtp_rtcp/source/time_util.cc",
+ "modules/rtp_rtcp/source/tmmbr_help.cc",
+ "modules/rtp_rtcp/source/ulpfec_generator.cc",
+ "modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
+ "modules/rtp_rtcp/source/ulpfec_receiver.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_av1.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc",
+ "modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc",
],
host_supported: true,
+ cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
"webrtc_agc2__cpu_features",
+ "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
+ "webrtc_api__transport_api",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_logging__rtc_event_audio",
+ "webrtc_logging__rtc_event_rtp_rtcp",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
"webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rate_limiter",
+ "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
@@ -17554,6 +15679,8 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_transport__field_trial_based_config",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -17580,39 +15707,125 @@ cc_library_static {
}
/* From target:
-//modules/video_coding/timing:timestamp_extrapolator
+//modules/rtp_rtcp:rtp_rtcp_format
*/
cc_library_static {
- name: "webrtc_timing__timestamp_extrapolator",
+ name: "webrtc_rtp_rtcp__rtp_rtcp_format",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/timestamp_extrapolator.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/rtp_rtcp/include/report_block_data.cc",
+ "modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
+ "modules/rtp_rtcp/source/rtcp_packet.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/app.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/bye.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/fir.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/loss_notification.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/nack.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/pli.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/remb.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
+ "modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
+ "modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.cc",
+ "modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.cc",
+ "modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.cc",
+ "modules/rtp_rtcp/source/rtp_generic_frame_descriptor.cc",
+ "modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.cc",
+ "modules/rtp_rtcp/source/rtp_header_extension_map.cc",
+ "modules/rtp_rtcp/source/rtp_header_extensions.cc",
+ "modules/rtp_rtcp/source/rtp_packet.cc",
+ "modules/rtp_rtcp/source/rtp_packet_received.cc",
+ "modules/rtp_rtcp/source/rtp_packet_to_send.cc",
+ "modules/rtp_rtcp/source/rtp_util.cc",
+ "modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_common_video__common_video",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__bit_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_transport__network_control",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/rtc_event_log:rtc_event_log
+//modules/rtp_rtcp:rtp_video_header
*/
cc_library_static {
- name: "webrtc_rtc_event_log__rtc_event_log",
+ name: "webrtc_rtp_rtcp__rtp_video_header",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17621,36 +15834,66 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/rtc_event_log/rtc_event.cc",
- "api/rtc_event_log/rtc_event_log.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video__video_frame_metadata",
+ "modules/rtp_rtcp/source/rtp_video_header.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_headers",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ ],
+}
+
+/* From target:
+//net/dcsctp/rx:data_tracker
+*/
+cc_library_static {
+ name: "webrtc_rx__data_tracker",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_public__socket",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "net/dcsctp/rx/data_tracker.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
"webrtc_task_queue__task_queue",
+ "webrtc_timer__timer",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:sctp_data_channel
+//net/dcsctp/rx:interleaved_reassembly_streams
*/
cc_library_static {
- name: "webrtc_pc__sctp_data_channel",
+ name: "webrtc_rx__interleaved_reassembly_streams",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -17668,15 +15911,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_pc__sctp_utils",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_public__socket",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -17688,107 +15927,100 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "pc/sctp_data_channel.cc",
+ "net/dcsctp/rx/interleaved_reassembly_streams.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_pc__data_channel_utils",
- "webrtc_pc__proxy",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
-}
-
-/* From target:
-//pc:srtp_transport
-*/
-filegroup {
- name: "webrtc_pc__srtp_transport",
- srcs: ["pc/srtp_transport.cc"],
}
/* From target:
-//third_party/abseil-cpp/absl/hash:hash
+//net/dcsctp/rx:reassembly_queue
*/
-filegroup {
- name: "webrtc_hash__hash",
- srcs: ["third_party/abseil-cpp/absl/hash/internal/hash.cc"],
+cc_library_static {
+ name: "webrtc_rx__reassembly_queue",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_public__socket",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
+ ":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_types__bad_variant_access",
+ "net/dcsctp/rx/reassembly_queue.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
+ "webrtc_packet__parameter",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rx__interleaved_reassembly_streams",
+ "webrtc_rx__traditional_reassembly_streams",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__time_delta",
+ ],
}
/* From target:
-//rtc_base/containers:flat_containers_internal
+//net/dcsctp/rx:traditional_reassembly_streams
*/
cc_library_static {
- name: "webrtc_containers__flat_containers_internal",
+ name: "webrtc_rx__traditional_reassembly_streams",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17797,30 +16029,42 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/containers/flat_tree.cc",
+ ":webrtc_types__bad_optional_access",
+ "net/dcsctp/rx/traditional_reassembly_streams.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_packet__chunk",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ ],
}
/* From target:
-//media:rtc_media_base
+//rtc_base/third_party/sigslot:sigslot
*/
cc_library_static {
- name: "webrtc_media__rtc_media_base",
+ name: "webrtc_sigslot__sigslot",
+ defaults: ["webrtc_defaults"],
+ srcs: ["rtc_base/third_party/sigslot/sigslot.cc"],
+ host_supported: true,
+}
+
+/* From target:
+//net/dcsctp/socket:dcsctp_socket
+*/
+cc_library_static {
+ name: "webrtc_socket__dcsctp_socket",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -17831,6 +16075,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -17838,14 +16085,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_public__socket",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -17857,108 +16101,51 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "media/base/adapted_video_track_source.cc",
- "media/base/codec.cc",
- "media/base/media_channel.cc",
- "media/base/media_constants.cc",
- "media/base/media_engine.cc",
- "media/base/rid_description.cc",
- "media/base/rtp_utils.cc",
- "media/base/stream_params.cc",
- "media/base/turn_utils.cc",
- "media/base/video_adapter.cc",
- "media/base/video_broadcaster.cc",
- "media/base/video_common.cc",
- "media/base/video_source_base.cc",
+ "net/dcsctp/socket/callback_deferrer.cc",
+ "net/dcsctp/socket/dcsctp_socket.cc",
+ "net/dcsctp/socket/state_cookie.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__audio_options_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
- "webrtc_async_audio_processing__async_audio_processing",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_processing_statistics",
- "webrtc_call__call_interfaces",
- "webrtc_call__video_stream_api",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_crypto__options",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_packet__chunk",
+ "webrtc_packet__chunk_validators",
+ "webrtc_packet__error_cause",
+ "webrtc_packet__parameter",
+ "webrtc_packet__sctp_packet",
+ "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
+ "webrtc_rx__data_tracker",
+ "webrtc_rx__reassembly_queue",
+ "webrtc_socket__heartbeat_handler",
+ "webrtc_socket__packet_sender",
+ "webrtc_socket__stream_reset_handler",
+ "webrtc_socket__transmission_control_block",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
+ "webrtc_timer__timer",
+ "webrtc_tx__retransmission_error_counter",
+ "webrtc_tx__retransmission_queue",
+ "webrtc_tx__retransmission_timeout",
+ "webrtc_tx__rr_send_queue",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//api/audio_codecs/ilbc:audio_decoder_ilbc
+//net/dcsctp/socket:heartbeat_handler
*/
cc_library_static {
- name: "webrtc_ilbc__audio_decoder_ilbc",
+ name: "webrtc_socket__heartbeat_handler",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -17966,39 +16153,37 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
+ "net/dcsctp/socket/heartbeat_handler.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__ilbc",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_packet__chunk",
+ "webrtc_packet__parameter",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timer__timer",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//api/audio_codecs/opus:audio_decoder_opus
+//net/dcsctp/socket:packet_sender
*/
cc_library_static {
- name: "webrtc_opus__audio_decoder_opus",
+ name: "webrtc_socket__packet_sender",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18006,107 +16191,110 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "api/audio_codecs/opus/audio_decoder_opus.cc",
+ "net/dcsctp/socket/packet_sender.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__webrtc_opus",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timer__timer",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//modules/audio_processing/transient:transient_suppressor_impl
+//net/dcsctp/socket:stream_reset_handler
*/
cc_library_static {
- name: "webrtc_transient__transient_suppressor_impl",
+ name: "webrtc_socket__stream_reset_handler",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_public__socket",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/transient/moving_moments.cc",
- "modules/audio_processing/transient/transient_detector.cc",
- "modules/audio_processing/transient/transient_suppressor_impl.cc",
- "modules/audio_processing/transient/wpd_node.cc",
- "modules/audio_processing/transient/wpd_tree.cc",
+ ":webrtc_types__bad_variant_access",
+ "net/dcsctp/socket/stream_reset_handler.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_common_audio__fir_filter_factory",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_256",
+ "webrtc_packet__chunk",
+ "webrtc_packet__parameter",
+ "webrtc_packet__sctp_packet",
+ "webrtc_packet__tlv_trait",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rx__data_tracker",
+ "webrtc_rx__reassembly_queue",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_transient__voice_probability_delay_unit",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/strings:str_format_internal
-*/
-filegroup {
- name: "webrtc_strings__str_format_internal",
- srcs: [
- "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc",
- "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc",
- "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc",
- "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc",
- "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc",
- "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timer__timer",
+ "webrtc_tx__retransmission_queue",
+ "webrtc_units__time_delta",
],
}
/* From target:
-//api:ice_transport_factory
+//net/dcsctp/socket:transmission_control_block
*/
cc_library_static {
- name: "webrtc_api__ice_transport_factory",
+ name: "webrtc_socket__transmission_control_block",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -18117,6 +16305,9 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -18124,14 +16315,11 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_public__socket",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -18143,88 +16331,70 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "api/ice_transport_factory.cc",
+ "net/dcsctp/socket/transmission_control_block.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
+ "webrtc_rx__data_tracker",
+ "webrtc_rx__reassembly_queue",
+ "webrtc_socket__heartbeat_handler",
+ "webrtc_socket__packet_sender",
+ "webrtc_socket__stream_reset_handler",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
+ "webrtc_timer__timer",
+ "webrtc_tx__retransmission_error_counter",
+ "webrtc_tx__retransmission_queue",
+ "webrtc_tx__retransmission_timeout",
"webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
],
+}
+
+/* From target:
+//common_audio/third_party/spl_sqrt_floor:spl_sqrt_floor
+*/
+cc_library_static {
+ name: "webrtc_spl_sqrt_floor__spl_sqrt_floor",
+ defaults: ["webrtc_defaults"],
+ srcs: [],
+ host_supported: true,
arch: {
arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_arm.S"],
+ },
+ arm64: {
+ srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
+ },
+ riscv64: {
+ srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
},
x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
},
x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ srcs: ["common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"],
},
},
}
/* From target:
-//api/test/metrics:global_metrics_logger_and_exporter
+//stats:rtc_stats
*/
cc_library_static {
- name: "webrtc_metrics__global_metrics_logger_and_exporter",
+ name: "webrtc_stats__rtc_stats",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18236,37 +16406,172 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/test/metrics/global_metrics_logger_and_exporter.cc",
+ "stats/rtc_stats.cc",
+ "stats/rtc_stats_report.cc",
+ "stats/rtcstats_objects.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_metrics__metric",
- "webrtc_metrics__metrics_logger",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//pc:jsep_transport_controller
+//third_party/abseil-cpp/absl/strings:cord
*/
filegroup {
- name: "webrtc_pc__jsep_transport_controller",
- srcs: ["pc/jsep_transport_controller.cc"],
+ name: "webrtc_strings__cord",
+ srcs: [
+ "third_party/abseil-cpp/absl/strings/cord.cc",
+ "third_party/abseil-cpp/absl/strings/cord_analysis.cc",
+ "third_party/abseil-cpp/absl/strings/cord_buffer.cc",
+ ],
}
/* From target:
-//net/dcsctp/packet:sctp_packet
+//third_party/abseil-cpp/absl/strings:cord_internal
+*/
+filegroup {
+ name: "webrtc_strings__cord_internal",
+ srcs: [
+ "third_party/abseil-cpp/absl/strings/internal/cord_internal.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc",
+ "third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc",
+ ],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:cordz_functions
+*/
+filegroup {
+ name: "webrtc_strings__cordz_functions",
+ srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:cordz_handle
+*/
+filegroup {
+ name: "webrtc_strings__cordz_handle",
+ srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:cordz_info
+*/
+filegroup {
+ name: "webrtc_strings__cordz_info",
+ srcs: ["third_party/abseil-cpp/absl/strings/internal/cordz_info.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:internal
+*/
+filegroup {
+ name: "webrtc_strings__internal",
+ srcs: [
+ "third_party/abseil-cpp/absl/strings/internal/escaping.cc",
+ "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc",
+ "third_party/abseil-cpp/absl/strings/internal/utf8.cc",
+ ],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:str_format_internal
+*/
+filegroup {
+ name: "webrtc_strings__str_format_internal",
+ srcs: [
+ "third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc",
+ "third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc",
+ "third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc",
+ "third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc",
+ "third_party/abseil-cpp/absl/strings/internal/str_format/output.cc",
+ "third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc",
+ ],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/strings:strings
+*/
+filegroup {
+ name: "webrtc_strings__strings",
+ srcs: [
+ "third_party/abseil-cpp/absl/strings/ascii.cc",
+ "third_party/abseil-cpp/absl/strings/charconv.cc",
+ "third_party/abseil-cpp/absl/strings/escaping.cc",
+ "third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc",
+ "third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc",
+ "third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc",
+ "third_party/abseil-cpp/absl/strings/internal/memutil.cc",
+ "third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc",
+ "third_party/abseil-cpp/absl/strings/match.cc",
+ "third_party/abseil-cpp/absl/strings/numbers.cc",
+ "third_party/abseil-cpp/absl/strings/str_cat.cc",
+ "third_party/abseil-cpp/absl/strings/str_replace.cc",
+ "third_party/abseil-cpp/absl/strings/str_split.cc",
+ "third_party/abseil-cpp/absl/strings/string_view.cc",
+ "third_party/abseil-cpp/absl/strings/substitute.cc",
+ ],
+}
+
+/* From target:
+//modules/video_coding/svc:scalability_mode_util
+*/
+filegroup {
+ name: "webrtc_svc__scalability_mode_util",
+ srcs: ["modules/video_coding/svc/scalability_mode_util.cc"],
+}
+
+/* From target:
+//modules/video_coding/svc:scalability_structures
+*/
+filegroup {
+ name: "webrtc_svc__scalability_structures",
+ srcs: [
+ "modules/video_coding/svc/create_scalability_structure.cc",
+ "modules/video_coding/svc/scalability_structure_full_svc.cc",
+ "modules/video_coding/svc/scalability_structure_key_svc.cc",
+ "modules/video_coding/svc/scalability_structure_l2t2_key_shift.cc",
+ "modules/video_coding/svc/scalability_structure_simulcast.cc",
+ ],
+}
+
+/* From target:
+//modules/video_coding/svc:scalable_video_controller
+*/
+filegroup {
+ name: "webrtc_svc__scalable_video_controller",
+ srcs: ["modules/video_coding/svc/scalable_video_controller_no_layering.cc"],
+}
+
+/* From target:
+//modules/video_coding/svc:svc_rate_allocator
+*/
+filegroup {
+ name: "webrtc_svc__svc_rate_allocator",
+ srcs: ["modules/video_coding/svc/svc_rate_allocator.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/synchronization:graphcycles_internal
+*/
+filegroup {
+ name: "webrtc_synchronization__graphcycles_internal",
+ srcs: ["third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc"],
+}
+
+/* From target:
+//rtc_base/synchronization:sequence_checker_internal
*/
cc_library_static {
- name: "webrtc_packet__sctp_packet",
+ name: "webrtc_synchronization__sequence_checker_internal",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18274,36 +16579,120 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/sctp_packet.cc",
+ "rtc_base/synchronization/sequence_checker_internal.cc",
],
host_supported: true,
static_libs: [
- "webrtc_packet__chunk",
- "webrtc_packet__crc32c",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/agc2:adaptive_digital
+//third_party/abseil-cpp/absl/synchronization:synchronization
+*/
+filegroup {
+ name: "webrtc_synchronization__synchronization",
+ srcs: [
+ "third_party/abseil-cpp/absl/synchronization/barrier.cc",
+ "third_party/abseil-cpp/absl/synchronization/blocking_counter.cc",
+ "third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
+ "third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
+ "third_party/abseil-cpp/absl/synchronization/internal/waiter.cc",
+ "third_party/abseil-cpp/absl/synchronization/mutex.cc",
+ "third_party/abseil-cpp/absl/synchronization/notification.cc",
+ ],
+}
+
+/* From target:
+//rtc_base/synchronization:yield
*/
cc_library_static {
- name: "webrtc_agc2__adaptive_digital",
+ name: "webrtc_synchronization__yield",
+ defaults: ["webrtc_defaults"],
+ srcs: ["rtc_base/synchronization/yield.cc"],
+ host_supported: true,
+}
+
+/* From target:
+//rtc_base/synchronization:yield_policy
+*/
+cc_library_static {
+ name: "webrtc_synchronization__yield_policy",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/synchronization/yield_policy.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//rtc_base/system:file_wrapper
+*/
+cc_library_static {
+ name: "webrtc_system__file_wrapper",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "rtc_base/system/file_wrapper.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__criticalsection",
+ ],
+}
+
+/* From target:
+//system_wrappers:denormal_disabler
+*/
+cc_library_static {
+ name: "webrtc_system_wrappers__denormal_disabler",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "system_wrappers/source/denormal_disabler.cc",
+ ],
+ host_supported: true,
+ cppflags: ["-Wno-unused-private-field"],
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//system_wrappers:field_trial
+*/
+cc_library_static {
+ name: "webrtc_system_wrappers__field_trial",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18315,112 +16704,88 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc2/adaptive_digital_gain_controller.cc",
+ "system_wrappers/source/field_trial.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__adaptive_digital_gain_applier",
- "webrtc_agc2__noise_level_estimator",
- "webrtc_agc2__saturation_protector",
- "webrtc_agc2__speech_level_estimator",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//api:candidate
+//system_wrappers:metrics
*/
cc_library_static {
- name: "webrtc_api__candidate",
+ name: "webrtc_system_wrappers__metrics",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- "api/candidate.cc",
+ "system_wrappers/source/metrics.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/video:video_frame_metadata
+//system_wrappers:system_wrappers
*/
-filegroup {
- name: "webrtc_video__video_frame_metadata",
- srcs: ["api/video/video_frame_metadata.cc"],
+cc_library_static {
+ name: "webrtc_system_wrappers__system_wrappers",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "system_wrappers/source/clock.cc",
+ "system_wrappers/source/cpu_features.cc",
+ "system_wrappers/source/cpu_features_linux.cc",
+ "system_wrappers/source/cpu_info.cc",
+ "system_wrappers/source/rtp_to_ntp_estimator.cc",
+ "system_wrappers/source/sleep.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_units__timestamp",
+ ],
}
/* From target:
-//call:bitrate_allocator
+//api/task_queue:default_task_queue_factory
*/
cc_library_static {
- name: "webrtc_call__bitrate_allocator",
+ name: "webrtc_task_queue__default_task_queue_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18432,34 +16797,24 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "call/bitrate_allocator.cc",
+ "api/task_queue/default_task_queue_factory_libevent.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_task_queue_libevent",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_transport__network_control",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_task_queue__task_queue",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding/timing:timing_module
+//api/task_queue:pending_task_safety_flag
*/
cc_library_static {
- name: "webrtc_timing__timing_module",
+ name: "webrtc_task_queue__pending_task_safety_flag",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18471,35 +16826,22 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/video_coding/timing/timing.cc",
+ "api/task_queue/pending_task_safety_flag.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_numerics",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_timing__codec_timer",
- "webrtc_timing__timestamp_extrapolator",
- "webrtc_units__time_delta",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/utility:cascaded_biquad_filter
+//api/task_queue:task_queue
*/
cc_library_static {
- name: "webrtc_utility__cascaded_biquad_filter",
+ name: "webrtc_task_queue__task_queue",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18510,21 +16852,21 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/audio_processing/utility/cascaded_biquad_filter.cc",
+ ":webrtc_types__bad_optional_access",
+ "api/task_queue/task_queue_base.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_units__time_delta",
+ ],
}
/* From target:
-//video:frame_decode_timing
+//rtc_base/task_utils:repeating_task
*/
cc_library_static {
- name: "webrtc_video__frame_decode_timing",
+ name: "webrtc_task_utils__repeating_task",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18536,7 +16878,7 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "video/frame_decode_timing.cc",
+ "rtc_base/task_utils/repeating_task.cc",
],
host_supported: true,
static_libs: [
@@ -18544,25 +16886,22 @@ cc_library_static {
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_timing__timing_module",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//video:video_stream_buffer_controller
+//test:fake_video_codecs
*/
cc_library_static {
- name: "webrtc_video__video_stream_buffer_controller",
+ name: "webrtc_test__fake_video_codecs",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -18603,10 +16942,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -18616,8 +16951,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "video/video_stream_buffer_controller.cc",
+ "test/configurable_frame_size_encoder.cc",
+ "test/fake_decoder.cc",
+ "test/fake_encoder.cc",
+ "test/fake_vp8_decoder.cc",
+ "test/fake_vp8_encoder.cc",
],
host_supported: true,
static_libs: [
@@ -18634,15 +16972,13 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__rtt_mult_experiment",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__criticalsection",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -18653,6 +16989,7 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -18660,34 +16997,24 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_timing__inter_frame_delay",
- "webrtc_timing__jitter_estimator",
- "webrtc_timing__timing_module",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
- "webrtc_video__decode_synchronizer",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
- "webrtc_video__frame_buffer",
- "webrtc_video__frame_decode_timing",
- "webrtc_video__task_queue_frame_decode_scheduler",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
- "webrtc_video__video_receive_stream_timeout_tracker",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__frame_helpers",
+ "webrtc_video_codecs__vp8_temporal_layers_factory",
"webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -18703,18 +17030,24 @@ cc_library_static {
}
/* From target:
-//modules/utility:utility
+//third_party/abseil-cpp/absl/time:time
*/
filegroup {
- name: "webrtc_utility__utility",
- srcs: ["modules/utility/maybe_worker_thread.cc"],
+ name: "webrtc_time__time",
+ srcs: [
+ "third_party/abseil-cpp/absl/time/civil_time.cc",
+ "third_party/abseil-cpp/absl/time/clock.cc",
+ "third_party/abseil-cpp/absl/time/duration.cc",
+ "third_party/abseil-cpp/absl/time/format.cc",
+ "third_party/abseil-cpp/absl/time/time.cc",
+ ],
}
/* From target:
-//net/dcsctp/socket:packet_sender
+//net/dcsctp/timer:task_queue_timeout
*/
cc_library_static {
- name: "webrtc_socket__packet_sender",
+ name: "webrtc_timer__task_queue_timeout",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18722,194 +17055,58 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/socket/packet_sender.cc",
+ "net/dcsctp/timer/task_queue_timeout.cc",
],
host_supported: true,
static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//third_party/abseil-cpp/absl/profiling:exponential_biased
-*/
-filegroup {
- name: "webrtc_profiling__exponential_biased",
- srcs: ["third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc"],
-}
-
-/* From target:
-//pc:sctp_utils
-*/
-filegroup {
- name: "webrtc_pc__sctp_utils",
- srcs: ["pc/sctp_utils.cc"],
}
/* From target:
-//modules/video_coding:webrtc_vp8
+//net/dcsctp/timer:timer
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_vp8",
+ name: "webrtc_timer__timer",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc",
- "modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc",
+ "net/dcsctp/timer/timer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__cpu_speed_experiment",
- "webrtc_experiments__encoder_info_settings",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__rate_control_settings",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_codecs__vp8_temporal_layers_factory",
- "webrtc_video_coding__video_codec_interface",
- "webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_libvpx_interface",
- "webrtc_video_coding__webrtc_vp8_temporal_layers",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//rtc_base:event_tracer
+//modules/video_coding/timing:codec_timer
*/
cc_library_static {
- name: "webrtc_rtc_base__event_tracer",
+ name: "webrtc_timing__codec_timer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18921,30 +17118,20 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/event_tracer.cc",
+ "modules/video_coding/timing/codec_timer.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
+ "webrtc_rtc_base__rtc_numerics",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/utility:pffft_wrapper
+//modules/video_coding/timing:frame_delay_variation_kalman_filter
*/
cc_library_static {
- name: "webrtc_utility__pffft_wrapper",
+ name: "webrtc_timing__frame_delay_variation_kalman_filter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18955,35 +17142,22 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/audio_processing/utility/pffft_wrapper.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/video_coding/timing/frame_delay_variation_kalman_filter.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/audio_coding:pcm16b_c
-*/
-cc_library_static {
- name: "webrtc_audio_coding__pcm16b_c",
- defaults: ["webrtc_defaults"],
- srcs: ["modules/audio_coding/codecs/pcm16b/pcm16b.c"],
- host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ ],
}
/* From target:
-//api/video:video_frame
+//modules/video_coding/timing:inter_frame_delay
*/
cc_library_static {
- name: "webrtc_video__video_frame",
+ name: "webrtc_timing__inter_frame_delay",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -18995,35 +17169,22 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/video/i420_buffer.cc",
- "api/video/i422_buffer.cc",
- "api/video/i444_buffer.cc",
- "api/video/nv12_buffer.cc",
- "api/video/video_frame.cc",
- "api/video/video_frame_buffer.cc",
- "api/video/video_source_interface.cc",
+ "modules/video_coding/timing/inter_frame_delay.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__rtp_packet_info",
- "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__yield",
- "webrtc_video__video_rtp_headers",
+ "webrtc_units__frequency",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//net/dcsctp/socket:dcsctp_socket
+//modules/video_coding/timing:jitter_estimator
*/
cc_library_static {
- name: "webrtc_socket__dcsctp_socket",
+ name: "webrtc_timing__jitter_estimator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -19037,9 +17198,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -19049,7 +17207,6 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__socket",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
":webrtc_strings__cord",
@@ -19065,64 +17222,37 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "net/dcsctp/socket/callback_deferrer.cc",
- "net/dcsctp/socket/dcsctp_socket.cc",
- "net/dcsctp/socket/state_cookie.cc",
+ "modules/video_coding/timing/jitter_estimator.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_packet__chunk_validators",
- "webrtc_packet__error_cause",
- "webrtc_packet__parameter",
- "webrtc_packet__sctp_packet",
- "webrtc_packet__tlv_trait",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__socket",
- "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__zero_memory",
- "webrtc_rx__data_tracker",
- "webrtc_rx__reassembly_queue",
- "webrtc_socket__heartbeat_handler",
- "webrtc_socket__packet_sender",
- "webrtc_socket__stream_reset_handler",
- "webrtc_socket__transmission_control_block",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- "webrtc_tx__retransmission_error_counter",
- "webrtc_tx__retransmission_queue",
- "webrtc_tx__retransmission_timeout",
- "webrtc_tx__rr_send_queue",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_timing__frame_delay_variation_kalman_filter",
+ "webrtc_timing__rtt_filter",
+ "webrtc_units__data_size",
+ "webrtc_units__frequency",
"webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//modules/audio_processing/agc2/rnn_vad:rnn_vad_layers
-*/
-filegroup {
- name: "webrtc_rnn_vad__rnn_vad_layers",
- srcs: [
- "modules/audio_processing/agc2/rnn_vad/rnn_fc.cc",
- "modules/audio_processing/agc2/rnn_vad/rnn_gru.cc",
+ "webrtc_units__timestamp",
],
}
/* From target:
-//rtc_base:rate_tracker
+//modules/video_coding/timing:rtt_filter
*/
cc_library_static {
- name: "webrtc_rtc_base__rate_tracker",
+ name: "webrtc_timing__rtt_filter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19134,43 +17264,45 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/rate_tracker.cc",
+ "modules/video_coding/timing/rtt_filter.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__timeutils",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_coding:audio_network_adaptor_config
+//modules/video_coding/timing:timestamp_extrapolator
*/
cc_library_static {
- name: "webrtc_audio_coding__audio_network_adaptor_config",
+ name: "webrtc_timing__timestamp_extrapolator",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
+ "modules/video_coding/timing/timestamp_extrapolator.cc",
],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_units__timestamp",
+ ],
}
/* From target:
-//modules/audio_coding:audio_coding_opus_common
+//modules/video_coding/timing:timing_module
*/
cc_library_static {
- name: "webrtc_audio_coding__audio_coding_opus_common",
+ name: "webrtc_timing__timing_module",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19182,31 +17314,31 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_coding/codecs/opus/audio_coder_opus_common.cc",
+ "modules/video_coding/timing/timing.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_timing__codec_timer",
+ "webrtc_timing__timestamp_extrapolator",
"webrtc_units__time_delta",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing:high_pass_filter
+//modules/audio_processing/transient:transient_suppressor_impl
*/
cc_library_static {
- name: "webrtc_audio_processing__high_pass_filter",
+ name: "webrtc_transient__transient_suppressor_impl",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19218,18 +17350,26 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/high_pass_filter.cc",
+ "modules/audio_processing/transient/moving_moments.cc",
+ "modules/audio_processing/transient/transient_detector.cc",
+ "modules/audio_processing/transient/transient_suppressor_impl.cc",
+ "modules/audio_processing/transient/wpd_node.cc",
+ "modules/audio_processing/transient/wpd_tree.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_processing__audio_buffer",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
+ "webrtc_common_audio__fir_filter_factory",
"webrtc_containers__flat_containers_internal",
"webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__system_wrappers",
- "webrtc_utility__cascaded_biquad_filter",
+ "webrtc_transient__voice_probability_delay_unit",
],
arch: {
arm: {
@@ -19239,22 +17379,10 @@ cc_library_static {
}
/* From target:
-//third_party/abseil-cpp/absl/strings:internal
-*/
-filegroup {
- name: "webrtc_strings__internal",
- srcs: [
- "third_party/abseil-cpp/absl/strings/internal/escaping.cc",
- "third_party/abseil-cpp/absl/strings/internal/ostringstream.cc",
- "third_party/abseil-cpp/absl/strings/internal/utf8.cc",
- ],
-}
-
-/* From target:
-//common_video/generic_frame_descriptor:generic_frame_descriptor
+//modules/audio_processing/transient:voice_probability_delay_unit
*/
cc_library_static {
- name: "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ name: "webrtc_transient__voice_probability_delay_unit",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19263,27 +17391,37 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "common_video/generic_frame_descriptor/generic_frame_info.cc",
+ "modules/audio_processing/transient/voice_probability_delay_unit.cc",
],
host_supported: true,
static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:audio_format_to_string
+//api/transport:bitrate_settings
*/
cc_library_static {
- name: "webrtc_rtc_base__audio_format_to_string",
+ name: "webrtc_transport__bitrate_settings",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_types__bad_optional_access",
+ "api/transport/bitrate_settings.cc",
+ ],
+ host_supported: true,
+}
+
+/* From target:
+//api/transport:field_trial_based_config
+*/
+cc_library_static {
+ name: "webrtc_transport__field_trial_based_config",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
@@ -19293,31 +17431,23 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/strings/audio_format_to_string.cc",
+ "api/transport/field_trial_based_config.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_system_wrappers__field_trial",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//video/adaptation:video_adaptation
+//api/transport:goog_cc
*/
cc_library_static {
- name: "webrtc_adaptation__video_adaptation",
+ name: "webrtc_transport__goog_cc",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -19358,7 +17488,6 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -19368,58 +17497,40 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "video/adaptation/balanced_constraint.cc",
- "video/adaptation/bandwidth_quality_scaler_resource.cc",
- "video/adaptation/bitrate_constraint.cc",
- "video/adaptation/encode_usage_resource.cc",
- "video/adaptation/overuse_frame_detector.cc",
- "video/adaptation/pixel_limit_resource.cc",
- "video/adaptation/quality_rampup_experiment_helper.cc",
- "video/adaptation/quality_scaler_resource.cc",
- "video/adaptation/video_stream_encoder_resource.cc",
- "video/adaptation/video_stream_encoder_resource_manager.cc",
+ "api/transport/goog_cc_factory.cc",
],
host_supported: true,
static_libs: [
- "webrtc_adaptation__resource_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
- "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__balanced_degradation_settings",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__quality_rampup_experiment",
- "webrtc_experiments__quality_scaler_settings",
+ "webrtc_goog_cc__goog_cc",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -19427,12 +17538,11 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
+ "webrtc_transport__network_control",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -19444,7 +17554,6 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -19460,10 +17569,10 @@ cc_library_static {
}
/* From target:
-//api/audio_codecs/g722:audio_decoder_g722
+//api/transport:network_control
*/
cc_library_static {
- name: "webrtc_g722__audio_decoder_g722",
+ name: "webrtc_transport__network_control",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19475,161 +17584,66 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/g722/audio_decoder_g722.cc",
+ "api/transport/network_types.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g722",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
+ "webrtc_rtc_event_log__rtc_event_log",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/video_coding:webrtc_vp9_helpers
+//api/transport:stun_types
+*/
+filegroup {
+ name: "webrtc_transport__stun_types",
+ srcs: ["api/transport/stun.cc"],
+}
+
+/* From target:
+//net/dcsctp/tx:outstanding_data
*/
cc_library_static {
- name: "webrtc_video_coding__webrtc_vp9_helpers",
+ name: "webrtc_tx__outstanding_data",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_adaptation__resource_adaptation_api",
- ":webrtc_api__field_trials_registry",
- ":webrtc_api__wrapping_async_dns_resolver",
- ":webrtc_audio_processing__aec_dump_interface",
- ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
- ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
- ":webrtc_cctz__civil_time",
- ":webrtc_cctz__time_zone",
- ":webrtc_container__hashtablez_sampler",
- ":webrtc_container__raw_hash_set",
- ":webrtc_debugging__debugging_internal",
- ":webrtc_debugging__demangle_internal",
- ":webrtc_debugging__stacktrace",
- ":webrtc_debugging__symbolize",
- ":webrtc_hash__city",
- ":webrtc_hash__hash",
- ":webrtc_hash__low_level_hash",
- ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
- ":webrtc_profiling__exponential_biased",
- ":webrtc_rnn_vad__rnn_vad_layers",
- ":webrtc_rtc_base__bitstream_reader",
- ":webrtc_rtc_base__callback_list",
- ":webrtc_rtc_base__network_constants",
- ":webrtc_rtp__dependency_descriptor",
- ":webrtc_strings__cord",
- ":webrtc_strings__cord_internal",
- ":webrtc_strings__cordz_functions",
- ":webrtc_strings__cordz_handle",
- ":webrtc_strings__cordz_info",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
- ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- ":webrtc_svc__scalability_mode_util",
- ":webrtc_svc__scalability_structures",
- ":webrtc_svc__scalable_video_controller",
- ":webrtc_synchronization__graphcycles_internal",
- ":webrtc_synchronization__synchronization",
- ":webrtc_time__time",
- ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- ":webrtc_types__bad_variant_access",
- ":webrtc_utility__utility",
- ":webrtc_video__video_frame_metadata",
- ":webrtc_video_codecs__scalability_mode",
- "modules/video_coding/codecs/vp9/svc_config.cc",
+ "net/dcsctp/tx/outstanding_data.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__cpu_features",
- "webrtc_api__media_stream_interface",
- "webrtc_api__rtc_error",
- "webrtc_api__rtp_headers",
- "webrtc_api__rtp_packet_info",
- "webrtc_api__rtp_parameters",
- "webrtc_audio__audio_frame_api",
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_device__audio_device_impl",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__stable_target_rate_experiment",
- "webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
- "webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_128",
- "webrtc_rtc_base__async_resolver_interface",
- "webrtc_rtc_base__byte_buffer",
+ "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__threading",
- "webrtc_rtc_base__zero_memory",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_rtp_rtcp__rtp_rtcp_format",
- "webrtc_sigslot__sigslot",
- "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system__file_wrapper",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_units__data_rate",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- "webrtc_video__encoded_frame",
- "webrtc_video__encoded_image",
- "webrtc_video__video_adaptation",
- "webrtc_video__video_bitrate_allocation",
- "webrtc_video__video_bitrate_allocator",
- "webrtc_video__video_frame",
- "webrtc_video__video_rtp_headers",
- "webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__video_codec_interface",
+ "webrtc_timer__timer",
+ "webrtc_tx__retransmission_timeout",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//common_audio:common_audio_neon_c
+//net/dcsctp/tx:retransmission_error_counter
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio_neon_c",
+ name: "webrtc_tx__retransmission_error_counter",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19641,40 +17655,57 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "common_audio/signal_processing/cross_correlation_neon.c",
- "common_audio/signal_processing/downsample_fast_neon.c",
- "common_audio/signal_processing/min_max_operations_neon.c",
+ "net/dcsctp/tx/retransmission_error_counter.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ ],
+}
+
+/* From target:
+//net/dcsctp/tx:retransmission_queue
+*/
+cc_library_static {
+ name: "webrtc_tx__retransmission_queue",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_public__socket",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "net/dcsctp/tx/retransmission_queue.cc",
],
host_supported: true,
- cflags: ["-DWEBRTC_HAS_NEON"],
static_libs: [
- "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timer__timer",
+ "webrtc_tx__outstanding_data",
+ "webrtc_tx__retransmission_timeout",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- riscv64: {
- enabled: false,
- },
- x86_64: {
- enabled: false,
- },
- x86: {
- enabled: false,
- },
- },
}
/* From target:
-//api/video:video_bitrate_allocator
+//net/dcsctp/tx:retransmission_timeout
*/
cc_library_static {
- name: "webrtc_video__video_bitrate_allocator",
+ name: "webrtc_tx__retransmission_timeout",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19686,25 +17717,53 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/video/video_bitrate_allocator.cc",
+ "net/dcsctp/tx/retransmission_timeout.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//net/dcsctp/tx:rr_send_queue
+*/
+cc_library_static {
+ name: "webrtc_tx__rr_send_queue",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
+ ":webrtc_numeric__int128",
+ ":webrtc_public__socket",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "net/dcsctp/tx/rr_send_queue.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
- "webrtc_units__data_rate",
- "webrtc_video__video_bitrate_allocation",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ "webrtc_tx__stream_scheduler",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:race_checker
+//net/dcsctp/tx:stream_scheduler
*/
cc_library_static {
- name: "webrtc_rtc_base__race_checker",
+ name: "webrtc_tx__stream_scheduler",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19712,27 +17771,51 @@ cc_library_static {
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_crc32c__crc32c",
+ ":webrtc_crc32c__crc32c_arm64",
+ ":webrtc_crc32c__crc32c_sse42",
":webrtc_numeric__int128",
+ ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/race_checker.cc",
+ ":webrtc_types__bad_optional_access",
+ "net/dcsctp/tx/stream_scheduler.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_packet__chunk",
+ "webrtc_packet__sctp_packet",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/experiments:encoder_info_settings
+//third_party/abseil-cpp/absl/types:bad_optional_access
+*/
+filegroup {
+ name: "webrtc_types__bad_optional_access",
+ srcs: ["third_party/abseil-cpp/absl/types/bad_optional_access.cc"],
+}
+
+/* From target:
+//third_party/abseil-cpp/absl/types:bad_variant_access
+*/
+filegroup {
+ name: "webrtc_types__bad_variant_access",
+ srcs: ["third_party/abseil-cpp/absl/types/bad_variant_access.cc"],
+}
+
+/* From target:
+//api/units:data_rate
*/
cc_library_static {
- name: "webrtc_experiments__encoder_info_settings",
+ name: "webrtc_units__data_rate",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19744,50 +17827,237 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "rtc_base/experiments/encoder_info_settings.cc",
+ "api/units/data_rate.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_units__data_size",
+ "webrtc_units__frequency",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//api/units:data_size
+*/
+cc_library_static {
+ name: "webrtc_units__data_size",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/units/data_size.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
+}
+
+/* From target:
+//api/units:frequency
+*/
+cc_library_static {
+ name: "webrtc_units__frequency",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/units/frequency.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//api/units:time_delta
+*/
+cc_library_static {
+ name: "webrtc_units__time_delta",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/units/time_delta.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
+}
+
+/* From target:
+//api/units:timestamp
+*/
+cc_library_static {
+ name: "webrtc_units__timestamp",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "api/units/timestamp.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_units__time_delta",
+ ],
+}
+
+/* From target:
+//audio/utility:audio_frame_operations
+*/
+cc_library_static {
+ name: "webrtc_utility__audio_frame_operations",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "audio/utility/audio_frame_operations.cc",
+ "audio/utility/channel_mixer.cc",
+ "audio/utility/channel_mixing_matrix.cc",
+ ],
+ host_supported: true,
+ static_libs: [
+ "webrtc_audio__audio_frame_api",
+ "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
"webrtc_system_wrappers__field_trial",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_system_wrappers__system_wrappers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//modules/audio_processing:audio_processing_statistics
+//modules/audio_processing/utility:cascaded_biquad_filter
*/
cc_library_static {
- name: "webrtc_audio_processing__audio_processing_statistics",
+ name: "webrtc_utility__cascaded_biquad_filter",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/include/audio_processing_statistics.cc",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/utility/cascaded_biquad_filter.cc",
],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//rtc_base/experiments:balanced_degradation_settings
+//modules/audio_processing/utility:legacy_delay_estimator
*/
cc_library_static {
- name: "webrtc_experiments__balanced_degradation_settings",
+ name: "webrtc_utility__legacy_delay_estimator",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/utility/delay_estimator.cc",
+ "modules/audio_processing/utility/delay_estimator_wrapper.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//modules/audio_processing/utility:pffft_wrapper
+*/
+cc_library_static {
+ name: "webrtc_utility__pffft_wrapper",
+ defaults: ["webrtc_defaults"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ "modules/audio_processing/utility/pffft_wrapper.cc",
+ ],
+ host_supported: true,
+ static_libs: ["webrtc_rtc_base__checks"],
+}
+
+/* From target:
+//modules/utility:utility
+*/
+filegroup {
+ name: "webrtc_utility__utility",
+ srcs: ["modules/utility/maybe_worker_thread.cc"],
+}
+
+/* From target:
+//modules/audio_processing/vad:vad
+*/
+cc_library_static {
+ name: "webrtc_vad__vad",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19799,31 +18069,41 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "rtc_base/experiments/balanced_degradation_settings.cc",
+ "modules/audio_processing/vad/gmm.cc",
+ "modules/audio_processing/vad/pitch_based_vad.cc",
+ "modules/audio_processing/vad/pitch_internal.cc",
+ "modules/audio_processing/vad/pole_zero_filter.cc",
+ "modules/audio_processing/vad/standalone_vad.cc",
+ "modules/audio_processing/vad/vad_audio_proc.cc",
+ "modules/audio_processing/vad/vad_circular_buffer.cc",
+ "modules/audio_processing/vad/voice_activity_detector.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_audio_coding__isac_vad",
+ "webrtc_common_audio__common_audio",
+ "webrtc_common_audio__common_audio_c",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_256",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_video_codecs__video_codecs_api",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_utility__audio_frame_operations",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
},
}
/* From target:
-//call:bitrate_configurator
+//api/video:builtin_video_bitrate_allocator_factory
*/
cc_library_static {
- name: "webrtc_call__bitrate_configurator",
+ name: "webrtc_video__builtin_video_bitrate_allocator_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -19864,6 +18144,9 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -19873,12 +18156,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "call/rtp_bitrate_configurator.cc",
+ "api/video/builtin_video_bitrate_allocator_factory.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -19891,6 +18173,9 @@ cc_library_static {
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -19918,7 +18203,6 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_transport__bitrate_settings",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -19930,6 +18214,7 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
@@ -19945,10 +18230,10 @@ cc_library_static {
}
/* From target:
-//api/test/metrics:metric
+//video:decode_synchronizer
*/
cc_library_static {
- name: "webrtc_metrics__metric",
+ name: "webrtc_video__decode_synchronizer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -19960,75 +18245,94 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/test/metrics/metric.cc",
+ "video/decode_synchronizer.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__frame_decode_timing",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/utility:legacy_delay_estimator
+//api/video:encoded_frame
*/
cc_library_static {
- name: "webrtc_utility__legacy_delay_estimator",
+ name: "webrtc_video__encoded_frame",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- "modules/audio_processing/utility/delay_estimator.cc",
- "modules/audio_processing/utility/delay_estimator_wrapper.cc",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/video/encoded_frame.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/audio:aec3_config
-*/
-cc_library_static {
- name: "webrtc_audio__aec3_config",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- "api/audio/echo_canceller3_config.cc",
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_coding__encoded_frame",
],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/transport:network_control
+//api/video:encoded_image
*/
cc_library_static {
- name: "webrtc_transport__network_control",
+ name: "webrtc_video__encoded_image",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20040,32 +18344,31 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/transport/network_types.cc",
+ "api/video/encoded_image.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_packet_info",
"webrtc_rtc_base__checks",
- "webrtc_rtc_event_log__rtc_event_log",
- "webrtc_units__data_rate",
- "webrtc_units__data_size",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//logging:ice_log
+//api/video:frame_buffer
*/
cc_library_static {
- name: "webrtc_logging__ice_log",
+ name: "webrtc_video__frame_buffer",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -20083,11 +18386,14 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -20099,69 +18405,129 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc",
- "logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc",
- "logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc",
- "logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc",
- "logging/rtc_event_log/ice_logger.cc",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/video/frame_buffer.cc",
],
host_supported: true,
static_libs: [
- "webrtc_api__dtls_transport_interface",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
- "webrtc_logging__rtc_event_field",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//modules/audio_coding:default_neteq_factory
-*/
-filegroup {
- name: "webrtc_audio_coding__default_neteq_factory",
- srcs: ["modules/audio_coding/neteq/default_neteq_factory.cc"],
-}
-
-/* From target:
-//rtc_base/third_party/sigslot:sigslot
+//video:frame_cadence_adapter
*/
cc_library_static {
- name: "webrtc_sigslot__sigslot",
+ name: "webrtc_video__frame_cadence_adapter",
defaults: ["webrtc_defaults"],
- srcs: ["rtc_base/third_party/sigslot/sigslot.cc"],
+ srcs: [
+ ":webrtc_base__base",
+ ":webrtc_base__log_severity",
+ ":webrtc_base__raw_logging_internal",
+ ":webrtc_base__spinlock_wait",
+ ":webrtc_base__throw_delegate",
+ ":webrtc_numeric__int128",
+ ":webrtc_strings__internal",
+ ":webrtc_strings__strings",
+ ":webrtc_types__bad_optional_access",
+ "video/frame_cadence_adapter.cc",
+ ],
host_supported: true,
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__video_frame",
+ ],
}
/* From target:
-//rtc_base/experiments:min_video_bitrate_experiment
+//video:frame_decode_timing
*/
cc_library_static {
- name: "webrtc_experiments__min_video_bitrate_experiment",
+ name: "webrtc_video__frame_decode_timing",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20173,31 +18539,29 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/experiments/min_video_bitrate_experiment.cc",
+ "video/frame_decode_timing.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_units__data_rate",
- "webrtc_video__video_frame",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timing__timing_module",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//video:video_stream_encoder_impl
+//video:frame_dumping_decoder
*/
cc_library_static {
- name: "webrtc_video__video_stream_encoder_impl",
+ name: "webrtc_video__frame_dumping_decoder",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -20252,67 +18616,41 @@ cc_library_static {
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
":webrtc_video_coding__webrtc_vp8_scalability",
- "video/alignment_adjuster.cc",
- "video/encoder_bitrate_adjuster.cc",
- "video/encoder_overshoot_detector.cc",
- "video/frame_encode_metadata_writer.cc",
- "video/video_source_sink_controller.cc",
- "video/video_stream_encoder.cc",
+ "video/frame_dumping_decoder.cc",
],
host_supported: true,
static_libs: [
- "webrtc_adaptation__resource_adaptation",
- "webrtc_adaptation__video_adaptation",
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
"webrtc_api__rtp_packet_info",
"webrtc_api__rtp_parameters",
- "webrtc_api__rtp_sender_interface",
"webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
- "webrtc_common_video__common_video",
- "webrtc_config__encoder_config",
- "webrtc_config__streams_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__alr_experiment",
- "webrtc_experiments__balanced_degradation_settings",
- "webrtc_experiments__encoder_info_settings",
- "webrtc_experiments__field_trial_parser",
- "webrtc_experiments__quality_rampup_experiment",
- "webrtc_experiments__quality_scaler_settings",
- "webrtc_experiments__quality_scaling_experiment",
- "webrtc_experiments__rate_control_settings",
"webrtc_experiments__stable_target_rate_experiment",
"webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
- "webrtc_rtc_base__criticalsection",
- "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
- "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -20320,18 +18658,15 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
- "webrtc_video__frame_cadence_adapter",
"webrtc_video__video_adaptation",
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
@@ -20341,7 +18676,6 @@ cc_library_static {
"webrtc_video_coding__video_codec_interface",
"webrtc_video_coding__video_coding",
"webrtc_video_coding__video_coding_utility",
- "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -20357,10 +18691,10 @@ cc_library_static {
}
/* From target:
-//net/dcsctp/packet:parameter
+//video:task_queue_frame_decode_scheduler
*/
cc_library_static {
- name: "webrtc_packet__parameter",
+ name: "webrtc_video__task_queue_frame_decode_scheduler",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20372,122 +18706,236 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/parameter/add_incoming_streams_request_parameter.cc",
- "net/dcsctp/packet/parameter/add_outgoing_streams_request_parameter.cc",
- "net/dcsctp/packet/parameter/forward_tsn_supported_parameter.cc",
- "net/dcsctp/packet/parameter/heartbeat_info_parameter.cc",
- "net/dcsctp/packet/parameter/incoming_ssn_reset_request_parameter.cc",
- "net/dcsctp/packet/parameter/outgoing_ssn_reset_request_parameter.cc",
- "net/dcsctp/packet/parameter/parameter.cc",
- "net/dcsctp/packet/parameter/reconfiguration_response_parameter.cc",
- "net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.cc",
- "net/dcsctp/packet/parameter/state_cookie_parameter.cc",
- "net/dcsctp/packet/parameter/supported_extensions_parameter.cc",
+ "video/task_queue_frame_decode_scheduler.cc",
],
host_supported: true,
static_libs: [
- "webrtc_packet__tlv_trait",
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__timestamp",
+ "webrtc_video__frame_decode_timing",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:stringutils
+//video:unique_timestamp_counter
*/
cc_library_static {
- name: "webrtc_rtc_base__stringutils",
+ name: "webrtc_video__unique_timestamp_counter",
defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/string_encode.cc",
- "rtc_base/string_to_number.cc",
- "rtc_base/string_utils.cc",
- "rtc_base/strings/string_builder.cc",
- "rtc_base/strings/string_format.cc",
- ],
+ srcs: ["video/unique_timestamp_counter.cc"],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//system_wrappers:system_wrappers
+//video:video
*/
cc_library_static {
- name: "webrtc_system_wrappers__system_wrappers",
+ name: "webrtc_video__video",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "system_wrappers/source/clock.cc",
- "system_wrappers/source/cpu_features.cc",
- "system_wrappers/source/cpu_features_linux.cc",
- "system_wrappers/source/cpu_info.cc",
- "system_wrappers/source/rtp_to_ntp_estimator.cc",
- "system_wrappers/source/sleep.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "video/buffered_frame_decryptor.cc",
+ "video/call_stats2.cc",
+ "video/encoder_rtcp_feedback.cc",
+ "video/quality_limitation_reason_tracker.cc",
+ "video/quality_threshold.cc",
+ "video/receive_statistics_proxy2.cc",
+ "video/report_block_stats.cc",
+ "video/rtp_streams_synchronizer2.cc",
+ "video/rtp_video_stream_receiver2.cc",
+ "video/rtp_video_stream_receiver_frame_transformer_delegate.cc",
+ "video/send_delay_stats.cc",
+ "video/send_statistics_proxy.cc",
+ "video/stats_counter.cc",
+ "video/stream_synchronization.cc",
+ "video/transport_adapter.cc",
+ "video/video_quality_observer2.cc",
+ "video/video_receive_stream2.cc",
+ "video/video_send_stream.cc",
+ "video/video_send_stream_impl.cc",
+ "video/video_stream_decoder2.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_adaptation__video_adaptation",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_api__transport_api",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__bitrate_allocator",
+ "webrtc_call__call_interfaces",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_call__rtp_receiver",
+ "webrtc_call__rtp_sender",
+ "webrtc_call__video_stream_api",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
+ "webrtc_crypto__options",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__keyframe_interval_settings_experiment",
+ "webrtc_experiments__min_video_bitrate_experiment",
+ "webrtc_experiments__normalize_simulcast_size_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_pacing__pacing",
+ "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_render__incoming_video_stream",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__histogram_percentile_counter",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__rate_tracker",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__sample_counter",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtp_rtcp__rtp_video_header",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
"webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_timing__timing_module",
+ "webrtc_transport__field_trial_based_config",
+ "webrtc_units__data_rate",
+ "webrtc_units__frequency",
+ "webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__frame_cadence_adapter",
+ "webrtc_video__frame_decode_timing",
+ "webrtc_video__frame_dumping_decoder",
+ "webrtc_video__task_queue_frame_decode_scheduler",
+ "webrtc_video__unique_timestamp_counter",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video__video_stream_buffer_controller",
+ "webrtc_video__video_stream_encoder_impl",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__nack_requester",
+ "webrtc_video_coding__packet_buffer",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//modules/video_capture:video_capture_internal_impl
-*/
-filegroup {
- name: "webrtc_video_capture__video_capture_internal_impl",
- srcs: [
- "modules/video_capture/linux/device_info_linux.cc",
- "modules/video_capture/linux/device_info_v4l2.cc",
- "modules/video_capture/linux/video_capture_linux.cc",
- "modules/video_capture/linux/video_capture_v4l2.cc",
- ],
-}
-
-/* From target:
-//net/dcsctp/tx:retransmission_error_counter
+//api/video:video_adaptation
*/
cc_library_static {
- name: "webrtc_tx__retransmission_error_counter",
+ name: "webrtc_video__video_adaptation",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20499,34 +18947,20 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/tx/retransmission_error_counter.cc",
+ "api/video/video_adaptation_counters.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
+ "webrtc_rtc_base__stringutils",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//pc:local_audio_source
-*/
-filegroup {
- name: "webrtc_pc__local_audio_source",
- srcs: ["pc/local_audio_source.cc"],
}
/* From target:
-//modules/audio_processing/transient:voice_probability_delay_unit
+//api/video:video_bitrate_allocation
*/
cc_library_static {
- name: "webrtc_transient__voice_probability_delay_unit",
+ name: "webrtc_video__video_bitrate_allocation",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20537,21 +18971,21 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "modules/audio_processing/transient/voice_probability_delay_unit.cc",
+ ":webrtc_types__bad_optional_access",
+ "api/video/video_bitrate_allocation.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__stringutils",
+ ],
}
/* From target:
-//net/dcsctp/rx:traditional_reassembly_streams
+//api/video:video_bitrate_allocator
*/
cc_library_static {
- name: "webrtc_rx__traditional_reassembly_streams",
+ name: "webrtc_video__video_bitrate_allocator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20560,33 +18994,24 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_public__socket",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "net/dcsctp/rx/traditional_reassembly_streams.cc",
+ "api/video/video_bitrate_allocator.cc",
],
host_supported: true,
static_libs: [
- "webrtc_packet__chunk",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_video__video_bitrate_allocation",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//api/units:frequency
+//api/video:video_frame
*/
cc_library_static {
- name: "webrtc_units__frequency",
+ name: "webrtc_video__video_frame",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20598,56 +19023,102 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/units/frequency.cc",
+ "api/video/i420_buffer.cc",
+ "api/video/i422_buffer.cc",
+ "api/video/i444_buffer.cc",
+ "api/video/nv12_buffer.cc",
+ "api/video/video_frame.cc",
+ "api/video/video_frame_buffer.cc",
+ "api/video/video_source_interface.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_packet_info",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
- "webrtc_units__time_delta",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_synchronization__yield",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//net/dcsctp/packet:tlv_trait
+//api/video:video_frame_i010
*/
cc_library_static {
- name: "webrtc_packet__tlv_trait",
+ name: "webrtc_video__video_frame_i010",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "net/dcsctp/packet/tlv_trait.cc",
+ ":webrtc_types__bad_variant_access",
+ "api/video/i010_buffer.cc",
+ "api/video/i210_buffer.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__time_delta",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:threading
+//api/video:video_frame_metadata
+*/
+filegroup {
+ name: "webrtc_video__video_frame_metadata",
+ srcs: ["api/video/video_frame_metadata.cc"],
+}
+
+/* From target:
+//video:video_receive_stream_timeout_tracker
*/
cc_library_static {
- name: "webrtc_rtc_base__threading",
+ name: "webrtc_video__video_receive_stream_timeout_tracker",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20656,64 +19127,32 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__network_constants",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "rtc_base/async_resolver.cc",
- "rtc_base/internal/default_socket_server.cc",
- "rtc_base/network_monitor.cc",
- "rtc_base/network_monitor_factory.cc",
- "rtc_base/physical_socket_server.cc",
- "rtc_base/thread.cc",
+ "video/video_receive_stream_timeout_tracker.cc",
],
host_supported: true,
static_libs: [
"webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__criticalsection",
- "webrtc_rtc_base__event_tracer",
- "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
- "webrtc_rtc_base__null_socket_server",
- "webrtc_rtc_base__platform_thread",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_task_queue",
- "webrtc_rtc_base__socket",
- "webrtc_rtc_base__socket_address",
- "webrtc_rtc_base__timeutils",
- "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
"webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//third_party/crc32c:crc32c
-*/
-filegroup {
- name: "webrtc_crc32c__crc32c",
- srcs: [
- "third_party/crc32c/src/src/crc32c.cc",
- "third_party/crc32c/src/src/crc32c_portable.cc",
+ "webrtc_units__timestamp",
],
}
/* From target:
-//logging:rtc_event_video
+//api/video:video_rtp_headers
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_video",
+ name: "webrtc_video__video_rtp_headers",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -20722,113 +19161,358 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rtc_base__bitstream_reader",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- ":webrtc_video_codecs__scalability_mode",
- "logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
- "logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
+ "api/video/color_space.cc",
+ "api/video/hdr_metadata.cc",
+ "api/video/video_content_type.cc",
+ "api/video/video_timing.cc",
],
host_supported: true,
static_libs: [
- "webrtc_logging__rtc_event_field",
- "webrtc_logging__rtc_stream_config",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
- "webrtc_units__timestamp",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:rate_statistics
+//video:video_stream_buffer_controller
*/
cc_library_static {
- name: "webrtc_rtc_base__rate_statistics",
+ name: "webrtc_video__video_stream_buffer_controller",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "rtc_base/rate_statistics.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "video/video_stream_buffer_controller.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__rtt_mult_experiment",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_timing__inter_frame_delay",
+ "webrtc_timing__jitter_estimator",
+ "webrtc_timing__timing_module",
+ "webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__decode_synchronizer",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__frame_buffer",
+ "webrtc_video__frame_decode_timing",
+ "webrtc_video__task_queue_frame_decode_scheduler",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_receive_stream_timeout_tracker",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__frame_helpers",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//pc:srtp_session
-*/
-filegroup {
- name: "webrtc_pc__srtp_session",
- srcs: ["pc/srtp_session.cc"],
-}
-
-/* From target:
-//rtc_base/memory:aligned_malloc
+//video:video_stream_encoder_impl
*/
cc_library_static {
- name: "webrtc_memory__aligned_malloc",
+ name: "webrtc_video__video_stream_encoder_impl",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
- "rtc_base/memory/aligned_malloc.cc",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
+ ":webrtc_types__bad_optional_access",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "video/alignment_adjuster.cc",
+ "video/encoder_bitrate_adjuster.cc",
+ "video/encoder_overshoot_detector.cc",
+ "video/frame_encode_metadata_writer.cc",
+ "video/video_source_sink_controller.cc",
+ "video/video_stream_encoder.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
+ static_libs: [
+ "webrtc_adaptation__resource_adaptation",
+ "webrtc_adaptation__video_adaptation",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_api__rtp_sender_interface",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
+ "webrtc_config__streams_config",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__balanced_degradation_settings",
+ "webrtc_experiments__encoder_info_settings",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__quality_rampup_experiment",
+ "webrtc_experiments__quality_scaler_settings",
+ "webrtc_experiments__quality_scaling_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__criticalsection",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__race_checker",
+ "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__frame_cadence_adapter",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp9_helpers",
+ ],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//third_party/abseil-cpp/absl/container:hashtablez_sampler
+//modules/video_capture:video_capture_internal_impl
*/
filegroup {
- name: "webrtc_container__hashtablez_sampler",
+ name: "webrtc_video_capture__video_capture_internal_impl",
srcs: [
- "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc",
- "third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc",
+ "modules/video_capture/linux/device_info_linux.cc",
+ "modules/video_capture/linux/device_info_v4l2.cc",
+ "modules/video_capture/linux/video_capture_linux.cc",
+ "modules/video_capture/linux/video_capture_v4l2.cc",
],
}
/* From target:
-//modules/congestion_controller/goog_cc:estimators
+//modules/video_capture:video_capture_module
*/
cc_library_static {
- name: "webrtc_goog_cc__estimators",
+ name: "webrtc_video_capture__video_capture_module",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -20846,8 +19530,10 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
@@ -20863,188 +19549,498 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc",
- "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc",
- "modules/congestion_controller/goog_cc/bitrate_estimator.cc",
- "modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc",
- "modules/congestion_controller/goog_cc/robust_throughput_estimator.cc",
- "modules/congestion_controller/goog_cc/trendline_estimator.cc",
+ "modules/video_capture/device_info_impl.cc",
+ "modules/video_capture/video_capture_factory.cc",
+ "modules/video_capture/video_capture_impl.cc",
],
host_supported: true,
- cflags: ["-DBWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0"],
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_logging__rtc_event_bwe",
- "webrtc_remote_bitrate_estimator__remote_bitrate_estimator",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_transport__network_control",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//api/units:data_rate
+//api/video_codecs:builtin_video_decoder_factory
*/
cc_library_static {
- name: "webrtc_units__data_rate",
+ name: "webrtc_video_codecs__builtin_video_decoder_factory",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "api/units/data_rate.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "api/video_codecs/builtin_video_decoder_factory.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_internal_video_codecs",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
- "webrtc_units__data_size",
- "webrtc_units__frequency",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__webrtc_h264",
+ "webrtc_video_coding__webrtc_vp8",
+ "webrtc_video_coding__webrtc_vp9",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//common_audio:common_audio
+//api/video_codecs:builtin_video_encoder_factory
*/
cc_library_static {
- name: "webrtc_common_audio__common_audio",
+ name: "webrtc_video_codecs__builtin_video_encoder_factory",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "common_audio/audio_converter.cc",
- "common_audio/audio_util.cc",
- "common_audio/channel_buffer.cc",
- "common_audio/real_fourier.cc",
- "common_audio/real_fourier_ooura.cc",
- "common_audio/resampler/push_resampler.cc",
- "common_audio/resampler/push_sinc_resampler.cc",
- "common_audio/resampler/resampler.cc",
- "common_audio/resampler/sinc_resampler.cc",
- "common_audio/smoothing_filter.cc",
- "common_audio/vad/vad.cc",
- "common_audio/wav_file.cc",
- "common_audio/wav_header.cc",
- "common_audio/window_generator.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "api/video_codecs/builtin_video_encoder_factory.cc",
],
host_supported: true,
static_libs: [
- "webrtc_common_audio__common_audio_c",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
+ "webrtc_media__rtc_encoder_simulcast_proxy",
+ "webrtc_media__rtc_internal_video_codecs",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
- "webrtc_ooura__fft_size_256",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__webrtc_h264",
+ "webrtc_video_coding__webrtc_vp8",
+ "webrtc_video_coding__webrtc_vp9",
],
arch: {
arm: {
- static_libs: ["webrtc_common_audio__common_audio_neon"],
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
- arm64: {
- static_libs: ["webrtc_common_audio__common_audio_neon"],
- },
x86_64: {
- static_libs: [
- "webrtc_common_audio__common_audio_avx2",
- "webrtc_common_audio__common_audio_sse2",
- ],
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
x86: {
- static_libs: [
- "webrtc_common_audio__common_audio_avx2",
- "webrtc_common_audio__common_audio_sse2",
- ],
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//logging:rtc_event_field
+//api/video_codecs:rtc_software_fallback_wrappers
*/
cc_library_static {
- name: "webrtc_logging__rtc_event_field",
+ name: "webrtc_video_codecs__rtc_software_fallback_wrappers",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
- "logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.cc",
- "logging/rtc_event_log/events/rtc_event_field_encoding.cc",
- "logging/rtc_event_log/events/rtc_event_field_encoding_parser.cc",
- "logging/rtc_event_log/events/rtc_event_field_extraction.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/video_codecs/video_decoder_software_fallback_wrapper.cc",
+ "api/video_codecs/video_encoder_software_fallback_wrapper.cc",
],
host_supported: true,
static_libs: [
- "webrtc_logging__rtc_event_number_encodings",
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_media_base",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_units__data_rate",
+ "webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//api/audio_codecs/g711:audio_decoder_g711
+//api/video_codecs:scalability_mode
+*/
+filegroup {
+ name: "webrtc_video_codecs__scalability_mode",
+ srcs: ["api/video_codecs/scalability_mode.cc"],
+}
+
+/* From target:
+//api/video_codecs:video_codecs_api
*/
cc_library_static {
- name: "webrtc_g711__audio_decoder_g711",
+ name: "webrtc_video_codecs__video_codecs_api",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -21056,39 +20052,39 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/audio_codecs/g711/audio_decoder_g711.cc",
+ ":webrtc_video_codecs__scalability_mode",
+ "api/video_codecs/av1_profile.cc",
+ "api/video_codecs/h264_profile_level_id.cc",
+ "api/video_codecs/sdp_video_format.cc",
+ "api/video_codecs/simulcast_stream.cc",
+ "api/video_codecs/spatial_layer.cc",
+ "api/video_codecs/video_codec.cc",
+ "api/video_codecs/video_decoder.cc",
+ "api/video_codecs/video_encoder.cc",
+ "api/video_codecs/vp8_frame_config.cc",
+ "api/video_codecs/vp8_temporal_layers.cc",
+ "api/video_codecs/vp9_profile.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__g711",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_rtc_base__stringutils",
"webrtc_synchronization__yield",
"webrtc_units__data_rate",
- "webrtc_units__time_delta",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//third_party/abseil-cpp/absl/hash:city
-*/
-filegroup {
- name: "webrtc_hash__city",
- srcs: ["third_party/abseil-cpp/absl/hash/internal/city.cc"],
-}
-
-/* From target:
-//pc:usage_pattern
+//api/video_codecs:vp8_temporal_layers_factory
*/
cc_library_static {
- name: "webrtc_pc__usage_pattern",
+ name: "webrtc_video_codecs__vp8_temporal_layers_factory",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -21138,12 +20134,11 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/usage_pattern.cc",
+ "api/video_codecs/vp8_temporal_layers_factory.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -21194,6 +20189,8 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp8_temporal_layers",
],
arch: {
arm: {
@@ -21209,10 +20206,10 @@ cc_library_static {
}
/* From target:
-//rtc_base:byte_buffer
+//modules/video_coding:chain_diff_calculator
*/
cc_library_static {
- name: "webrtc_rtc_base__byte_buffer",
+ name: "webrtc_video_coding__chain_diff_calculator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -21223,50 +20220,93 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- "rtc_base/byte_buffer.cc",
+ ":webrtc_types__bad_optional_access",
+ "modules/video_coding/chain_diff_calculator.cc",
],
host_supported: true,
static_libs: [
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base:histogram_percentile_counter
+//modules/video_coding:encoded_frame
*/
cc_library_static {
- name: "webrtc_rtc_base__histogram_percentile_counter",
+ name: "webrtc_video_coding__encoded_frame",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "rtc_base/numerics/histogram_percentile_counter.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/encoded_frame.cc",
],
host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
+ static_libs: [
+ "webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__rtt_mult_experiment",
+ "webrtc_rtc_base__checks",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_rtp_rtcp__rtp_video_header",
+ "webrtc_synchronization__sequence_checker_internal",
+ "webrtc_synchronization__yield",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__time_delta",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_coding__video_codec_interface",
+ ],
}
/* From target:
-//api/units:time_delta
+//modules/video_coding:frame_dependencies_calculator
*/
cc_library_static {
- name: "webrtc_units__time_delta",
+ name: "webrtc_video_coding__frame_dependencies_calculator",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -21275,114 +20315,131 @@ cc_library_static {
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "api/units/time_delta.cc",
+ "modules/video_coding/frame_dependencies_calculator.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_rtc_base__checks",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__logging",
+ "webrtc_rtc_base__platform_thread_types",
+ "webrtc_synchronization__yield",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//rtc_base/synchronization:sequence_checker_internal
+//modules/video_coding:frame_helpers
*/
cc_library_static {
- name: "webrtc_synchronization__sequence_checker_internal",
+ name: "webrtc_video_coding__frame_helpers",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "rtc_base/synchronization/sequence_checker_internal.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/frame_helpers.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
+ "webrtc_units__time_delta",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing:gain_controller2
+//modules/video_coding:nack_requester
*/
cc_library_static {
- name: "webrtc_audio_processing__gain_controller2",
+ name: "webrtc_video_coding__nack_requester",
defaults: ["webrtc_defaults"],
srcs: [
- ":webrtc_audio_processing__aec_dump_interface",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
":webrtc_numeric__int128",
- ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_strings__internal",
":webrtc_strings__strings",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/gain_controller2.cc",
+ "modules/video_coding/histogram.cc",
+ "modules/video_coding/nack_requester.cc",
],
host_supported: true,
static_libs: [
- "webrtc_agc2__adaptive_digital",
- "webrtc_agc2__cpu_features",
- "webrtc_agc2__fixed_digital",
- "webrtc_agc2__gain_applier",
- "webrtc_agc2__input_volume_controller",
- "webrtc_agc2__vad_wrapper",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_common_audio__common_audio",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_experiments__field_trial_parser",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_units__time_delta",
+ "webrtc_units__timestamp",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- x86_64: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- x86: {
- static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
- },
- },
}
/* From target:
-//api/crypto:options
+//modules/video_coding:packet_buffer
*/
cc_library_static {
- name: "webrtc_crypto__options",
+ name: "webrtc_video_coding__packet_buffer",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_api__field_trials_registry",
@@ -21405,8 +20462,10 @@ cc_library_static {
":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -21420,105 +20479,108 @@ cc_library_static {
":webrtc_time__time",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "api/crypto/crypto_options.cc",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/packet_buffer.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_api__rtp_packet_info",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//net/dcsctp/rx:data_tracker
-*/
-cc_library_static {
- name: "webrtc_rx__data_tracker",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_public__socket",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "net/dcsctp/rx/data_tracker.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_packet__chunk",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_timer__timer",
- ],
- arch: {
- arm: {
- },
- },
}
/* From target:
-//modules/audio_processing/capture_levels_adjuster:capture_levels_adjuster
+//modules/video_coding:video_codec_interface
*/
cc_library_static {
- name: "webrtc_capture_levels_adjuster__capture_levels_adjuster",
+ name: "webrtc_video_coding__video_codec_interface",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_api__field_trials_registry",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
":webrtc_types__bad_optional_access",
- "modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.cc",
- "modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.cc",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/include/video_codec_interface.cc",
+ "modules/video_coding/video_coding_defines.cc",
],
host_supported: true,
static_libs: [
- "webrtc_audio_processing__audio_buffer",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__zero_memory",
+ "webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
+ "webrtc_units__time_delta",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
}
/* From target:
-//pc:rtp_receiver
+//modules/video_coding:video_coding
*/
cc_library_static {
- name: "webrtc_pc__rtp_receiver",
+ name: "webrtc_video_coding__video_coding",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -21559,6 +20621,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -21568,13 +20634,27 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/rtp_receiver.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "modules/video_coding/decoder_database.cc",
+ "modules/video_coding/fec_controller_default.cc",
+ "modules/video_coding/frame_object.cc",
+ "modules/video_coding/generic_decoder.cc",
+ "modules/video_coding/h264_sprop_parameter_sets.cc",
+ "modules/video_coding/h264_sps_pps_tracker.cc",
+ "modules/video_coding/loss_notification_controller.cc",
+ "modules/video_coding/media_opt_util.cc",
+ "modules/video_coding/rtp_frame_id_only_ref_finder.cc",
+ "modules/video_coding/rtp_frame_reference_finder.cc",
+ "modules/video_coding/rtp_generic_ref_finder.cc",
+ "modules/video_coding/rtp_seq_num_only_ref_finder.cc",
+ "modules/video_coding/rtp_vp8_ref_finder.cc",
+ "modules/video_coding/rtp_vp9_ref_finder.cc",
+ "modules/video_coding/video_codec_initializer.cc",
+ "modules/video_coding/video_receiver2.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__dtls_transport_interface",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -21585,42 +20665,63 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_av1__av1_svc_config",
+ "webrtc_base64__base64",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
+ "webrtc_config__encoder_config",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
+ "webrtc_experiments__alr_experiment",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__min_video_bitrate_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__rtt_mult_experiment",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_pc__media_stream",
- "webrtc_pc__proxy",
- "webrtc_pc__video_track_source",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
"webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_rtp_rtcp__rtp_video_header",
"webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
+ "webrtc_timing__inter_frame_delay",
+ "webrtc_timing__jitter_estimator",
+ "webrtc_timing__rtt_filter",
+ "webrtc_timing__timing_module",
"webrtc_units__data_rate",
+ "webrtc_units__data_size",
+ "webrtc_units__frequency",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__builtin_video_bitrate_allocator_factory",
"webrtc_video__encoded_frame",
"webrtc_video__encoded_image",
"webrtc_video__video_adaptation",
@@ -21629,6 +20730,11 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__encoded_frame",
+ "webrtc_video_coding__frame_helpers",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -21644,67 +20750,159 @@ cc_library_static {
}
/* From target:
-//modules/audio_coding:webrtc_opus
+//modules/video_coding:video_coding_utility
*/
cc_library_static {
- name: "webrtc_audio_coding__webrtc_opus",
+ name: "webrtc_video_coding__video_coding_utility",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
+ ":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
+ ":webrtc_base__malloc_internal",
":webrtc_base__raw_logging_internal",
":webrtc_base__spinlock_wait",
":webrtc_base__throw_delegate",
+ ":webrtc_cctz__civil_time",
+ ":webrtc_cctz__time_zone",
+ ":webrtc_container__hashtablez_sampler",
+ ":webrtc_container__raw_hash_set",
+ ":webrtc_debugging__debugging_internal",
+ ":webrtc_debugging__demangle_internal",
+ ":webrtc_debugging__stacktrace",
+ ":webrtc_debugging__symbolize",
+ ":webrtc_hash__city",
+ ":webrtc_hash__hash",
+ ":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
+ ":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
+ ":webrtc_rtc_base__callback_list",
+ ":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
+ ":webrtc_strings__cord",
+ ":webrtc_strings__cord_internal",
+ ":webrtc_strings__cordz_functions",
+ ":webrtc_strings__cordz_handle",
+ ":webrtc_strings__cordz_info",
":webrtc_strings__internal",
+ ":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_synchronization__graphcycles_internal",
+ ":webrtc_synchronization__synchronization",
+ ":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
+ ":webrtc_types__bad_variant_access",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
- "modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
+ "modules/video_coding/utility/bandwidth_quality_scaler.cc",
+ "modules/video_coding/utility/decoded_frames_history.cc",
+ "modules/video_coding/utility/frame_dropper.cc",
+ "modules/video_coding/utility/framerate_controller_deprecated.cc",
+ "modules/video_coding/utility/ivf_file_reader.cc",
+ "modules/video_coding/utility/ivf_file_writer.cc",
+ "modules/video_coding/utility/qp_parser.cc",
+ "modules/video_coding/utility/quality_scaler.cc",
+ "modules/video_coding/utility/simulcast_rate_allocator.cc",
+ "modules/video_coding/utility/simulcast_utility.cc",
+ "modules/video_coding/utility/vp8_header_parser.cc",
+ "modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
],
host_supported: true,
- cflags: [
- "-DWEBRTC_CODEC_ILBC",
- "-DWEBRTC_CODEC_OPUS",
- "-DWEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
- ],
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
"webrtc_audio_codecs__audio_codecs_api",
- "webrtc_audio_coding__audio_coding_opus_common",
- "webrtc_audio_coding__audio_network_adaptor",
- "webrtc_audio_coding__webrtc_opus_wrapper",
- "webrtc_common_audio__common_audio",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
+ "webrtc_experiments__bandwidth_quality_scaler_settings",
+ "webrtc_experiments__encoder_info_settings",
+ "webrtc_experiments__quality_scaler_settings",
+ "webrtc_experiments__quality_scaling_experiment",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__stable_target_rate_experiment",
"webrtc_memory__aligned_malloc",
- "webrtc_opus__audio_encoder_opus_config",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
+ "webrtc_rtc_base__rate_statistics",
+ "webrtc_rtc_base__rtc_base",
+ "webrtc_rtc_base__rtc_event",
"webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
+ "webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
"webrtc_rtc_base__timeutils",
+ "webrtc_rtc_base__weak_ptr",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
"webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
+ "webrtc_task_utils__repeating_task",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
+ "webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
},
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
},
}
/* From target:
-//api/video:builtin_video_bitrate_allocator_factory
+//modules/video_coding:webrtc_h264
*/
cc_library_static {
- name: "webrtc_video__builtin_video_bitrate_allocator_factory",
+ name: "webrtc_video_coding__webrtc_h264",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -21747,7 +20945,6 @@ cc_library_static {
":webrtc_strings__strings",
":webrtc_svc__scalability_structures",
":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -21757,7 +20954,10 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "api/video/builtin_video_bitrate_allocator_factory.cc",
+ "modules/video_coding/codecs/h264/h264.cc",
+ "modules/video_coding/codecs/h264/h264_color_space.cc",
+ "modules/video_coding/codecs/h264/h264_decoder_impl.cc",
+ "modules/video_coding/codecs/h264/h264_encoder_impl.cc",
],
host_supported: true,
static_libs: [
@@ -21773,8 +20973,8 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_experiments__stable_target_rate_experiment",
"webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
@@ -21783,6 +20983,7 @@ cc_library_static {
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -21793,6 +20994,7 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -21800,6 +21002,7 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
@@ -21813,8 +21016,10 @@ cc_library_static {
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
+ "webrtc_video__video_frame_i010",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
"webrtc_video_coding__video_coding_utility",
],
arch: {
@@ -21831,139 +21036,10 @@ cc_library_static {
}
/* From target:
-//rtc_base:rtc_task_queue_libevent
-*/
-cc_library_static {
- name: "webrtc_rtc_base__rtc_task_queue_libevent",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/task_queue_libevent.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__timeutils",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//common_audio:fir_filter_factory
-*/
-cc_library_static {
- name: "webrtc_common_audio__fir_filter_factory",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "common_audio/fir_filter_c.cc",
- "common_audio/fir_filter_factory.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- ],
- arch: {
- arm: {
- static_libs: ["webrtc_common_audio__common_audio_neon"],
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- arm64: {
- static_libs: ["webrtc_common_audio__common_audio_neon"],
- },
- x86_64: {
- static_libs: [
- "webrtc_common_audio__common_audio_avx2",
- "webrtc_common_audio__common_audio_sse2",
- ],
- },
- x86: {
- static_libs: [
- "webrtc_common_audio__common_audio_avx2",
- "webrtc_common_audio__common_audio_sse2",
- ],
- },
- },
-}
-
-/* From target:
-//modules/video_coding:nack_requester
-*/
-cc_library_static {
- name: "webrtc_video_coding__nack_requester",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/video_coding/histogram.cc",
- "modules/video_coding/nack_requester.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_containers__flat_containers_internal",
- "webrtc_experiments__field_trial_parser",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_numerics",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_task_queue__pending_task_safety_flag",
- "webrtc_task_queue__task_queue",
- "webrtc_task_utils__repeating_task",
- "webrtc_units__time_delta",
- "webrtc_units__timestamp",
- ],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//rtc_base:null_socket_server
+//modules/video_coding:webrtc_libvpx_interface
*/
cc_library_static {
- name: "webrtc_rtc_base__null_socket_server",
+ name: "webrtc_video_coding__webrtc_libvpx_interface",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_base__base",
@@ -21974,29 +21050,17 @@ cc_library_static {
":webrtc_numeric__int128",
":webrtc_strings__internal",
":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/null_socket_server.cc",
+ "modules/video_coding/codecs/interface/libvpx_interface.cc",
],
host_supported: true,
- static_libs: [
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__socket",
- "webrtc_synchronization__yield",
- "webrtc_units__time_delta",
- ],
- arch: {
- arm: {
- },
- },
+ static_libs: ["webrtc_rtc_base__checks"],
}
/* From target:
-//api/video:frame_buffer
+//modules/video_coding:webrtc_multiplex
*/
cc_library_static {
- name: "webrtc_video__frame_buffer",
+ name: "webrtc_video_coding__webrtc_multiplex",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -22046,7 +21110,10 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "api/video/frame_buffer.cc",
+ "modules/video_coding/codecs/multiplex/augmented_video_frame_buffer.cc",
+ "modules/video_coding/codecs/multiplex/multiplex_decoder_adapter.cc",
+ "modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.cc",
+ "modules/video_coding/codecs/multiplex/multiplex_encoder_adapter.cc",
],
host_supported: true,
static_libs: [
@@ -22062,7 +21129,9 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
+ "webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
@@ -22074,7 +21143,6 @@ cc_library_static {
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
- "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
@@ -22102,6 +21170,7 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
"webrtc_video_coding__video_coding_utility",
],
arch: {
@@ -22118,10 +21187,10 @@ cc_library_static {
}
/* From target:
-//pc:data_channel_utils
+//modules/video_coding:webrtc_vp8
*/
cc_library_static {
- name: "webrtc_pc__data_channel_utils",
+ name: "webrtc_video_coding__webrtc_vp8",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -22162,6 +21231,7 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -22171,12 +21241,13 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "pc/data_channel_utils.cc",
+ ":webrtc_video_coding__webrtc_vp8_scalability",
+ "modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc",
+ "modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc",
],
host_supported: true,
static_libs: [
"webrtc_agc2__cpu_features",
- "webrtc_api__libjingle_peerconnection_api",
"webrtc_api__media_stream_interface",
"webrtc_api__rtc_error",
"webrtc_api__rtp_headers",
@@ -22188,24 +21259,31 @@ cc_library_static {
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
"webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_media_base",
+ "webrtc_experiments__cpu_speed_experiment",
+ "webrtc_experiments__encoder_info_settings",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__rate_control_settings",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
"webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
@@ -22213,6 +21291,7 @@ cc_library_static {
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
"webrtc_system_wrappers__metrics",
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
@@ -22228,6 +21307,11 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_codecs__vp8_temporal_layers_factory",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_libvpx_interface",
+ "webrtc_video_coding__webrtc_vp8_temporal_layers",
],
arch: {
arm: {
@@ -22243,13 +21327,25 @@ cc_library_static {
}
/* From target:
-//call:simulated_network
+//modules/video_coding:webrtc_vp8_scalability
+*/
+filegroup {
+ name: "webrtc_video_coding__webrtc_vp8_scalability",
+ srcs: ["modules/video_coding/codecs/vp8/vp8_scalability.cc"],
+}
+
+/* From target:
+//modules/video_coding:webrtc_vp8_temporal_layers
*/
cc_library_static {
- name: "webrtc_call__simulated_network",
+ name: "webrtc_video_coding__webrtc_vp8_temporal_layers",
defaults: ["webrtc_defaults"],
srcs: [
+ ":webrtc_adaptation__resource_adaptation_api",
":webrtc_api__field_trials_registry",
+ ":webrtc_api__wrapping_async_dns_resolver",
+ ":webrtc_audio_processing__aec_dump_interface",
+ ":webrtc_audio_processing__rms_level",
":webrtc_base__base",
":webrtc_base__log_severity",
":webrtc_base__malloc_internal",
@@ -22267,10 +21363,14 @@ cc_library_static {
":webrtc_hash__city",
":webrtc_hash__hash",
":webrtc_hash__low_level_hash",
+ ":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
+ ":webrtc_rnn_vad__rnn_vad_layers",
+ ":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
":webrtc_rtc_base__network_constants",
+ ":webrtc_rtp__dependency_descriptor",
":webrtc_strings__cord",
":webrtc_strings__cord_internal",
":webrtc_strings__cordz_functions",
@@ -22282,39 +21382,94 @@ cc_library_static {
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
+ ":webrtc_transport__stun_types",
":webrtc_types__bad_optional_access",
":webrtc_types__bad_variant_access",
- "call/simulated_network.cc",
+ ":webrtc_utility__utility",
+ ":webrtc_video__video_frame_metadata",
+ ":webrtc_video_codecs__scalability_mode",
+ "modules/video_coding/codecs/vp8/default_temporal_layers.cc",
+ "modules/video_coding/codecs/vp8/screenshare_layers.cc",
+ "modules/video_coding/codecs/vp8/temporal_layers_checker.cc",
],
host_supported: true,
static_libs: [
+ "webrtc_agc2__cpu_features",
+ "webrtc_api__media_stream_interface",
+ "webrtc_api__rtc_error",
+ "webrtc_api__rtp_headers",
+ "webrtc_api__rtp_packet_info",
+ "webrtc_api__rtp_parameters",
+ "webrtc_audio__audio_frame_api",
+ "webrtc_audio_codecs__audio_codecs_api",
+ "webrtc_audio_device__audio_device_impl",
+ "webrtc_audio_processing__api",
+ "webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
"webrtc_containers__flat_containers_internal",
+ "webrtc_memory__aligned_malloc",
+ "webrtc_ooura__fft_size_128",
+ "webrtc_rtc_base__async_resolver_interface",
+ "webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
+ "webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__ip_address",
+ "webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__race_checker",
- "webrtc_rtc_base__random",
+ "webrtc_rtc_base__rate_statistics",
"webrtc_rtc_base__rtc_base",
"webrtc_rtc_base__rtc_event",
+ "webrtc_rtc_base__rtc_numerics",
+ "webrtc_rtc_base__rtc_task_queue",
"webrtc_rtc_base__socket",
+ "webrtc_rtc_base__socket_address",
+ "webrtc_rtc_base__stringutils",
+ "webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
+ "webrtc_rtc_event_log__rtc_event_log",
+ "webrtc_rtp_rtcp__rtp_rtcp_format",
+ "webrtc_sigslot__sigslot",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
+ "webrtc_system__file_wrapper",
+ "webrtc_system_wrappers__field_trial",
+ "webrtc_system_wrappers__metrics",
+ "webrtc_system_wrappers__system_wrappers",
+ "webrtc_task_queue__pending_task_safety_flag",
+ "webrtc_task_queue__task_queue",
"webrtc_units__data_rate",
- "webrtc_units__data_size",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
+ "webrtc_video__encoded_frame",
+ "webrtc_video__encoded_image",
+ "webrtc_video__video_adaptation",
+ "webrtc_video__video_bitrate_allocation",
+ "webrtc_video__video_bitrate_allocator",
+ "webrtc_video__video_frame",
+ "webrtc_video__video_rtp_headers",
+ "webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
],
arch: {
arm: {
+ srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
+ },
+ x86_64: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
+ },
+ x86: {
+ static_libs: ["webrtc_rnn_vad__vector_math_avx2"],
},
},
}
/* From target:
-//media:rtc_data_sctp_transport_factory
+//modules/video_coding:webrtc_vp9
*/
cc_library_static {
- name: "webrtc_media__rtc_data_sctp_transport_factory",
+ name: "webrtc_video_coding__webrtc_vp9",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -22332,9 +21487,6 @@ cc_library_static {
":webrtc_cctz__time_zone",
":webrtc_container__hashtablez_sampler",
":webrtc_container__raw_hash_set",
- ":webrtc_crc32c__crc32c",
- ":webrtc_crc32c__crc32c_arm64",
- ":webrtc_crc32c__crc32c_sse42",
":webrtc_debugging__debugging_internal",
":webrtc_debugging__demangle_internal",
":webrtc_debugging__stacktrace",
@@ -22345,9 +21497,6 @@ cc_library_static {
":webrtc_neteq__neteq_api",
":webrtc_numeric__int128",
":webrtc_profiling__exponential_biased",
- ":webrtc_public__factory",
- ":webrtc_public__socket",
- ":webrtc_public__utils",
":webrtc_rnn_vad__rnn_vad_layers",
":webrtc_rtc_base__bitstream_reader",
":webrtc_rtc_base__callback_list",
@@ -22361,6 +21510,10 @@ cc_library_static {
":webrtc_strings__internal",
":webrtc_strings__str_format_internal",
":webrtc_strings__strings",
+ ":webrtc_svc__scalability_mode_util",
+ ":webrtc_svc__scalability_structures",
+ ":webrtc_svc__scalable_video_controller",
+ ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -22370,10 +21523,12 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- "media/sctp/sctp_transport_factory.cc",
+ "modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc",
+ "modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc",
+ "modules/video_coding/codecs/vp9/vp9.cc",
+ "modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
],
host_supported: true,
- cflags: ["-DWEBRTC_HAVE_DCSCTP"],
static_libs: [
"webrtc_agc2__cpu_features",
"webrtc_api__media_stream_interface",
@@ -22386,18 +21541,22 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
+ "webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
- "webrtc_media__rtc_data_dcsctp_transport",
+ "webrtc_experiments__encoder_info_settings",
+ "webrtc_experiments__field_trial_parser",
+ "webrtc_experiments__rate_control_settings",
+ "webrtc_experiments__stable_target_rate_experiment",
+ "webrtc_generic_frame_descriptor__generic_frame_descriptor",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
- "webrtc_p2p__rtc_p2p",
- "webrtc_packet__chunk",
- "webrtc_packet__sctp_packet",
"webrtc_rtc_base__async_resolver_interface",
"webrtc_rtc_base__byte_buffer",
"webrtc_rtc_base__checks",
"webrtc_rtc_base__copy_on_write_buffer",
+ "webrtc_rtc_base__event_tracer",
"webrtc_rtc_base__ip_address",
"webrtc_rtc_base__logging",
"webrtc_rtc_base__platform_thread_types",
@@ -22408,11 +21567,11 @@ cc_library_static {
"webrtc_rtc_base__socket_address",
"webrtc_rtc_base__stringutils",
"webrtc_rtc_base__threading",
+ "webrtc_rtc_base__timeutils",
"webrtc_rtc_base__zero_memory",
"webrtc_rtc_event_log__rtc_event_log",
"webrtc_rtp_rtcp__rtp_rtcp_format",
"webrtc_sigslot__sigslot",
- "webrtc_socket__dcsctp_socket",
"webrtc_synchronization__sequence_checker_internal",
"webrtc_synchronization__yield",
"webrtc_system__file_wrapper",
@@ -22421,6 +21580,7 @@ cc_library_static {
"webrtc_system_wrappers__system_wrappers",
"webrtc_task_queue__pending_task_safety_flag",
"webrtc_task_queue__task_queue",
+ "webrtc_transport__field_trial_based_config",
"webrtc_units__data_rate",
"webrtc_units__time_delta",
"webrtc_units__timestamp",
@@ -22430,8 +21590,13 @@ cc_library_static {
"webrtc_video__video_bitrate_allocation",
"webrtc_video__video_bitrate_allocator",
"webrtc_video__video_frame",
+ "webrtc_video__video_frame_i010",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
+ "webrtc_video_coding__video_codec_interface",
+ "webrtc_video_coding__video_coding_utility",
+ "webrtc_video_coding__webrtc_libvpx_interface",
+ "webrtc_video_coding__webrtc_vp9_helpers",
],
arch: {
arm: {
@@ -22447,44 +21612,10 @@ cc_library_static {
}
/* From target:
-//pc:media_session
-*/
-filegroup {
- name: "webrtc_pc__media_session",
- srcs: ["pc/media_session.cc"],
-}
-
-/* From target:
-//rtc_base:sample_counter
-*/
-cc_library_static {
- name: "webrtc_rtc_base__sample_counter",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "rtc_base/numerics/sample_counter.cc",
- ],
- host_supported: true,
- static_libs: ["webrtc_rtc_base__checks"],
- arch: {
- arm: {
- },
- },
-}
-
-/* From target:
-//api/video_codecs:builtin_video_encoder_factory
+//modules/video_coding:webrtc_vp9_helpers
*/
cc_library_static {
- name: "webrtc_video_codecs__builtin_video_encoder_factory",
+ name: "webrtc_video_coding__webrtc_vp9_helpers",
defaults: ["webrtc_defaults"],
srcs: [
":webrtc_adaptation__resource_adaptation_api",
@@ -22528,7 +21659,6 @@ cc_library_static {
":webrtc_svc__scalability_mode_util",
":webrtc_svc__scalability_structures",
":webrtc_svc__scalable_video_controller",
- ":webrtc_svc__svc_rate_allocator",
":webrtc_synchronization__graphcycles_internal",
":webrtc_synchronization__synchronization",
":webrtc_time__time",
@@ -22538,8 +21668,7 @@ cc_library_static {
":webrtc_utility__utility",
":webrtc_video__video_frame_metadata",
":webrtc_video_codecs__scalability_mode",
- ":webrtc_video_coding__webrtc_vp8_scalability",
- "api/video_codecs/builtin_video_encoder_factory.cc",
+ "modules/video_coding/codecs/vp9/svc_config.cc",
],
host_supported: true,
static_libs: [
@@ -22554,12 +21683,10 @@ cc_library_static {
"webrtc_audio_device__audio_device_impl",
"webrtc_audio_processing__api",
"webrtc_audio_processing__apm_logging",
- "webrtc_call__rtp_interfaces",
+ "webrtc_common_video__common_video",
"webrtc_containers__flat_containers_internal",
"webrtc_experiments__stable_target_rate_experiment",
"webrtc_generic_frame_descriptor__generic_frame_descriptor",
- "webrtc_media__rtc_encoder_simulcast_proxy",
- "webrtc_media__rtc_internal_video_codecs",
"webrtc_media__rtc_media_base",
"webrtc_memory__aligned_malloc",
"webrtc_ooura__fft_size_128",
@@ -22599,9 +21726,7 @@ cc_library_static {
"webrtc_video__video_frame",
"webrtc_video__video_rtp_headers",
"webrtc_video_codecs__video_codecs_api",
- "webrtc_video_coding__webrtc_h264",
- "webrtc_video_coding__webrtc_vp8",
- "webrtc_video_coding__webrtc_vp9",
+ "webrtc_video_coding__video_codec_interface",
],
arch: {
arm: {
@@ -22616,89 +21741,6 @@ cc_library_static {
},
}
-/* From target:
-//modules/audio_device:audio_device_generic
-*/
-cc_library_static {
- name: "webrtc_audio_device__audio_device_generic",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_device/audio_device_generic.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_audio_device__audio_device_buffer",
- "webrtc_containers__flat_containers_internal",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_rtc_base__stringutils",
- "webrtc_rtc_base__zero_memory",
- "webrtc_synchronization__sequence_checker_internal",
- "webrtc_synchronization__yield",
- "webrtc_task_queue__task_queue",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
-/* From target:
-//modules/audio_processing/agc:agc
-*/
-cc_library_static {
- name: "webrtc_agc__agc",
- defaults: ["webrtc_defaults"],
- srcs: [
- ":webrtc_base__base",
- ":webrtc_base__log_severity",
- ":webrtc_base__raw_logging_internal",
- ":webrtc_base__spinlock_wait",
- ":webrtc_base__throw_delegate",
- ":webrtc_numeric__int128",
- ":webrtc_strings__internal",
- ":webrtc_strings__strings",
- ":webrtc_types__bad_optional_access",
- "modules/audio_processing/agc/agc_manager_direct.cc",
- ],
- host_supported: true,
- static_libs: [
- "webrtc_agc2__clipping_predictor",
- "webrtc_agc__level_estimation",
- "webrtc_audio_processing__api",
- "webrtc_audio_processing__apm_logging",
- "webrtc_audio_processing__audio_buffer",
- "webrtc_common_audio__common_audio",
- "webrtc_common_audio__common_audio_c",
- "webrtc_containers__flat_containers_internal",
- "webrtc_memory__aligned_malloc",
- "webrtc_rtc_base__checks",
- "webrtc_rtc_base__logging",
- "webrtc_rtc_base__platform_thread_types",
- "webrtc_synchronization__yield",
- "webrtc_system_wrappers__field_trial",
- "webrtc_system_wrappers__metrics",
- "webrtc_system_wrappers__system_wrappers",
- "webrtc_vad__vad",
- ],
- arch: {
- arm: {
- srcs: [":webrtc_common_audio__common_audio_c_arm_asm"],
- },
- },
-}
-
cc_library_static {
name: "libwebrtc",
defaults: ["webrtc_defaults"],
diff --git a/android_tools/generate_android_bp.sh b/android_tools/generate_android_bp.sh
index 2ea8d42e29..b3d2a4d3d5 100755
--- a/android_tools/generate_android_bp.sh
+++ b/android_tools/generate_android_bp.sh
@@ -9,7 +9,7 @@ fi
DIR=$(dirname $0)
-PYTHONHASHSEED=31 "${DIR}"/generate_bp.py "$DIR" >"${DIR}/../Android.bp"
+"${DIR}"/generate_bp.py "$DIR" >"${DIR}/../Android.bp"
bpfmt -w "${DIR}/../Android.bp"
diff --git a/android_tools/generate_bp.py b/android_tools/generate_bp.py
index 7f3329985e..52278876fe 100755
--- a/android_tools/generate_bp.py
+++ b/android_tools/generate_bp.py
@@ -8,92 +8,47 @@ PRINT_ORIGINAL_FULL = False
# This flags are augmented with flags added to the json files but not present in .gn or .gni files
IGNORED_FLAGS = [
- '-Wall',
+ '-D_DEBUG',
'-Werror',
- '-L',
- '-isystem',
- '-Xclang',
- '-B',
- '--sysroot',
- '-fcrash-diagnostics-dir',
- '.',
- '-fdebug-compilation-dir',
- '-instcombine-lower-dbg-declare=0',
- '-Wno-non-c-typedef-for-linkage',
- '-Werror',
- '-fcomplete-member-pointers',
- '-fno-stack-protector',
- '--target=i686-linux-android16',
- '--target=aarch64-linux-android21'
- '--target=i686-linux-android16',
- '--target=x86_64-linux-android21',
- '--target=arm-linux-androideabi16',
- '--target=aarch64-linux-gnu',
- '--target=arm-linux-gnueabihf',
- '-ggnu-pubnames',
- '-m64',
- '-m32',
- '-march=x86-64',
- '-march=armv8-a',
- '-march=armv7-a',
- '-mllvm',
- '-mfloat-abi=hard',
- '-target-feature',
- '+crypto',
- '+crc',
- '-fno-unique-section-names',
- '-fno-short-enums',
- '-fno-delete-null-pointer-checks',
- '-ffile-compilation-dir=.',
- '-Wno-unneeded-internal-declaration',
- '-Wno-unreachable-code-aggressive',
- '-Wno-unreachable-code-break',
- '-fuse-ctor-homing',
- '-fno-rtti',
- '-gsplit-dwarf', # TODO(b/266468464): breaks riscv
- '-gdwarf-aranges', # TODO(b/269343483): breaks riscv
+ '-Xclang'
]
DEFAULT_CFLAGS = [
- '-Wno-everything',
- '-Wno-all',
- '-Wno-error',
- '-Wno-unreachable-code-aggressive',
- '-Wno-unreachable-code-break',
- '-Wno-unused-parameter',
- '-Wno-missing-field-initializers',
- '-Wno-implicit-const-int-float-conversion',
- '-DUSE_UDEV',
+ '-DHAVE_ARM64_CRC32C=0',
'-DUSE_AURA=1',
'-DUSE_GLIB=1',
'-DUSE_NSS_CERTS=1',
+ '-DUSE_UDEV',
'-DUSE_X11=1',
- '-D_FILE_OFFSET_BITS=64',
- '-D_LARGEFILE_SOURCE',
- '-D_LARGEFILE64_SOURCE',
- '-D_GNU_SOURCE',
- '-DWEBRTC_ENABLE_PROTOBUF=0',
'-DWEBRTC_ANDROID_PLATFORM_BUILD=1',
- '-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE',
- '-DRTC_ENABLE_VP9',
- '-DWEBRTC_HAVE_SCTP',
- '-DWEBRTC_LIBRARY_IMPL',
- '-DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=1',
- '-DWEBRTC_POSIX',
- '-DWEBRTC_LINUX',
- '-DWEBRTC_STRICT_FIELD_TRIALS=0',
- '-DWEBRTC_ENABLE_AVX2',
- '-DABSL_ALLOCATOR_NOTHROW=1',
'-DWEBRTC_APM_DEBUG_DUMP=0',
- '-msse3',
- ]
+ '-D_FILE_OFFSET_BITS=64',
+ '-D_GNU_SOURCE',
+ '-D_LARGEFILE64_SOURCE',
+ '-D_LARGEFILE_SOURCE',
+ '-Wno-all',
+ '-Wno-error',
+ '-Wno-everything',
+ '-Wno-implicit-const-int-float-conversion',
+ '-Wno-missing-field-initializers',
+ '-Wno-unreachable-code-aggressive',
+ '-Wno-unreachable-code-break',
+]
+
DEFAULT_CFLAGS_BY_ARCH = {
- 'x86': ['-msse2', '-mavx2', '-mfma', '-DHAVE_ARM64_CRC32C=0'],
- 'x64': ['-msse2', '-mavx2', '-mfma', '-DHAVE_ARM64_CRC32C=0'],
- 'arm': ['-DWEBRTC_HAS_NEON', '-DWEBRTC_ARCH_ARM_V7', '-DWEBRTC_ARCH_ARM', '-mfpu=neon', '-mthumb', '-DHAVE_ARM64_CRC32C=0'],
- 'arm64': ['-DWEBRTC_HAS_NEON', '-DWEBRTC_ARCH_ARM64', '-DHAVE_ARM64_CRC32C=0'],
- 'riscv64': ['-DHAVE_ARM64_CRC32C=0'],
+ 'x86': ['-mavx2', '-mfma', '-msse2', '-msse3'],
+ 'x64': ['-mavx2', '-mfma', '-msse2', '-msse3'],
+ 'arm': ['-mthumb'],
+ 'arm64': [],
+ 'riscv64': [],
}
+
FLAGS = ['cflags', 'cflags_c', 'cflags_cc', 'asmflags']
+FLAG_NAME_MAP = {
+ 'cflags': 'cflags',
+ 'asmflags': 'asflags',
+ 'cflags_cc': 'cppflags',
+ 'cflags_c': 'conlyflags',
+}
ARCH_NAME_MAP = {n: n for n in DEFAULT_CFLAGS_BY_ARCH.keys()}
ARCH_NAME_MAP['x64'] = 'x86_64'
@@ -131,8 +86,8 @@ def FormatNames(target):
return target
def FilterFlags(flags, to_skip = set()):
- skipped_opts = set(IGNORED_FLAGS).union(to_skip).union(DEFAULT_CFLAGS)
- return sorted([x for x in flags if not any([x.startswith(y) for y in skipped_opts])])
+ skipped_opts = set(IGNORED_FLAGS).union(to_skip)
+ return [x for x in flags if not any([x.startswith(y) for y in skipped_opts])]
def PrintHeader():
print('package {')
@@ -182,39 +137,56 @@ def PrintHeader():
print(' ],')
print('}')
-def GatherDefaultFlags(targets):
- default = { f: [] for f in FLAGS}
- arch = {a: {} for a in ARCHS}
- first = True
- for target in targets.values():
- typ = target['type']
- if typ != 'static_library':
- continue
- if first:
- first = False
- # Add all the flags to the default, we'll remove some later
- for flag_type in default.keys():
- default[flag_type] = []
- for flag in target[flag_type]:
- default[flag_type].append(flag)
- for a in arch.keys():
- arch[a][flag_type] = []
- for flag in target.get('arch', {}).get(a, {}).get(flag_type, []):
- arch[a][flag_type].append(flag)
- else:
- for flag_type in default.keys():
- if flag_type not in target:
- target[flag_type] = []
- default[flag_type] = list(set(default[flag_type]) & set(target[flag_type]))
- for a in arch.keys():
- arch[a][flag_type] = list(set(arch[a][flag_type]) & set(target.get('arch', {}).get(a, {}).get(flag_type, [])))
-
- default['arch'] = arch
- return default
-
-def GenerateDefault(targets):
- in_default = GatherDefaultFlags(targets)
+
+def GatherDefaultFlags(targets_by_arch):
+ # Iterate through all of the targets for each architecture collecting the flags that
+ # are the same for all targets in that architecture. Use a list instead of a set
+ # to maintain the flag ordering, which may be significant (e.g. -Wno-shadow has to
+ # come after -Wshadow).
+ arch_default_flags = {}
+ for arch, targets in targets_by_arch.items():
+ arch_default_flags[arch] = {}
+ for target in targets.values():
+ typ = target['type']
+ if typ != 'static_library':
+ continue
+ for flag_type in FLAGS:
+ if not flag_type in arch_default_flags:
+ arch_default_flags[arch][flag_type] = target[flag_type]
+ else:
+ target_flags = set(target[flag_type])
+ flags = arch_default_flags[arch][flag_type]
+ flags[:] = [ x for x in flags if x in target_flags ]
+ for flag_type, flags in arch_default_flags[arch].items():
+ arch_default_flags[arch][flag_type] = FilterFlags(flags)
+ # Add in the hardcoded extra default cflags
+ arch_default_flags[arch]['cflags'] += DEFAULT_CFLAGS_BY_ARCH.get(arch, [])
+
+ # Iterate through all of the architectures collecting the flags that are the same
+ # for all targets in all architectures.
+ default_flags = {}
+ for arch, flagset in arch_default_flags.items():
+ for flag_type, arch_flags in flagset.items():
+ if not flag_type in default_flags:
+ default_flags[flag_type] = arch_flags.copy()
+ else:
+ flags = default_flags[flag_type]
+ flags[:] = [ x for x in flags if x in arch_flags ]
+ # Add in the hardcoded extra default cflags
+ default_flags['cflags'] += DEFAULT_CFLAGS
+
+ # Remove the global default flags from the per-architecture default flags
+ for arch, flagset in arch_default_flags.items():
+ for flag_type in flagset.keys():
+ flags = flagset[flag_type]
+ flags[:] = [ x for x in flags if x not in default_flags[flag_type] ]
+
+ default_flags['arch'] = arch_default_flags
+ return default_flags
+
+def GenerateDefault(targets_by_arch):
+ in_default = GatherDefaultFlags(targets_by_arch)
print('cc_defaults {')
print(' name: "webrtc_defaults",')
print(' local_include_dirs: [')
@@ -222,15 +194,13 @@ def GenerateDefault(targets):
print(' "webrtc",')
print(' "third_party/crc32c/src/include",')
print(' ],')
- if PRINT_ORIGINAL_FULL:
- for typ in sorted(in_default.keys()):
- print(' // {0}: ['.format(typ.replace('asmflags', 'asflags')
- .replace('cflags_cc', 'cppflags')
- .replace('cflags_c', 'conlyflags')))
- for flag in FilterFlags(in_default[typ]):
- print(' // "{0}",'.format(flag.replace('"', '\\"')))
- print(' // ],')
- print(' cflags: {0},'.format(FormatList(DEFAULT_CFLAGS)))
+ for typ in sorted(in_default.keys() - {'arch'}):
+ flags = in_default[typ]
+ if len(flags) > 0:
+ print(' {0}: ['.format(FLAG_NAME_MAP[typ]))
+ for flag in flags:
+ print(' "{0}",'.format(flag.replace('"', '\\"')))
+ print(' ],')
print(' header_libs: [')
print(' "libwebrtc_absl_headers",')
print(' ],')
@@ -261,7 +231,13 @@ def GenerateDefault(targets):
print(' arch: {')
for a in ARCHS:
print(' {0}: {{'.format(ARCH_NAME_MAP[a]))
- print(' cflags: {0}'.format(FormatList(DEFAULT_CFLAGS_BY_ARCH[a])))
+ for typ in FLAGS:
+ flags = in_default['arch'].get(a, {}).get(typ, [])
+ if len(flags) > 0:
+ print(' {0}: ['.format(FLAG_NAME_MAP[typ]))
+ for flag in flags:
+ print(' "{0}",'.format(flag.replace('"', '\\"')))
+ print(' ],')
print(' },')
print(' },')
print(' visibility: [')
@@ -269,35 +245,19 @@ def GenerateDefault(targets):
print(' "//device/google/cuttlefish/host/frontend/webrtc:__subpackages__",')
print(' ],')
print('}')
- in_default['cflags'].extend(DEFAULT_CFLAGS)
- for a in ARCHS:
- in_default['arch'][a]['cflags'].extend(DEFAULT_CFLAGS_BY_ARCH[a])
# The flags in the default entry can be safely removed from the targets
- for target in targets.values():
- flag_types = in_default.keys() - {'arch'}
- for flag_type in flag_types:
- target[flag_type] = FilterFlags(target.get(flag_type, []), in_default[flag_type])
- if len(target[flag_type]) == 0:
- target.pop(flag_type)
- if 'arch' not in target:
- continue
- for arch_name in in_default['arch'].keys():
- if arch_name not in target['arch']:
- continue
- arch = target['arch'][arch_name]
- if flag_type not in arch:
- continue
- arch[flag_type] = FilterFlags(arch[flag_type], in_default['arch'][arch_name][flag_type])
- if len(arch[flag_type]) == 0:
- arch.pop(flag_type)
- if len(arch.keys()) == 0:
- target['arch'].pop(arch_name)
- if len(target['arch'].keys()) == 0:
- target.pop('arch')
+ for arch, targets in targets_by_arch.items():
+ for flag_type in FLAGS:
+ default_flags = set(in_default[flag_type]) | set(in_default['arch'][arch][flag_type])
+ for target in targets.values():
+ target[flag_type] = FilterFlags(target.get(flag_type, []), default_flags)
+ if len(target[flag_type]) == 0:
+ target.pop(flag_type)
return in_default
+
def TransitiveDependencies(name, dep_type, targets):
target = targets[name]
field = 'transitive_' + dep_type
@@ -696,14 +656,15 @@ for arch in ARCHS:
unusedFlags = FilterFlagsInUse(flags, f"{dir}/..")
IGNORED_FLAGS = sorted(set(IGNORED_FLAGS) | set(unusedFlags))
-targets = MergeAll(targets_by_arch)
-
PrintHeader()
-GenerateDefault(targets)
+GenerateDefault(targets_by_arch)
+
+targets = MergeAll(targets_by_arch)
+
print('\n\n')
-for target in targets.values():
+for name, target in sorted(targets.items()):
typ = target['type']
if typ == 'static_library':
GenerateStaticLib(target, targets)