mirror of
https://github.com/danog/tgcalls_cli.git
synced 2024-11-26 20:15:19 +01:00
2876 lines
164 KiB
CMake
2876 lines
164 KiB
CMake
# WebRTC
|
|
|
|
set(WEBRTC_DIR "${THIRDPARTY_DIR}/webrtc")
|
|
|
|
# Commit Telegram X currently relies on:
|
|
# https://github.com/ali-fareed/webrtc/tree/9f535bc11e3fd19909eb3de2f5c0836c1e3f83f4
|
|
# Origin:
|
|
# https://github.com/TelegramMessenger/Telegram-iOS/tree/930d1fcc46e39830e6d590986a6a838c3ff49e27/third-party/webrtc
|
|
|
|
# Source files list:
|
|
# https://github.com/TelegramMessenger/Telegram-iOS/blob/930d1fcc46e39830e6d590986a6a838c3ff49e27/third-party/webrtc/BUILD
|
|
|
|
#"${WEBRTC_DIR}/rtc_base/socket_address.h"
|
|
#"${WEBRTC_DIR}/rtc_base/arraysize.h"
|
|
#"${WEBRTC_DIR}/rtc_base/strings/string_builder.h"
|
|
#"${WEBRTC_DIR}/rtc_base/weak_ptr.h"
|
|
#"${WEBRTC_DIR}/rtc_base/zero_memory.h"
|
|
#"${WEBRTC_DIR}/rtc_base/unique_id_generator.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/safe_conversions.h"
|
|
#"${WEBRTC_DIR}/rtc_base/third_party/base64/base64.h"
|
|
#"${WEBRTC_DIR}/rtc_base/platform_thread_types.h"
|
|
#"${WEBRTC_DIR}/rtc_base/task_queue.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/file_wrapper.h"
|
|
#"${WEBRTC_DIR}/rtc_base/task_utils/repeating_task.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/yield_policy.h"
|
|
#"${WEBRTC_DIR}/rtc_base/string_utils.h"
|
|
#"${WEBRTC_DIR}/rtc_base/strings/audio_format_to_string.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/cocoa_threading.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/cocoa_threading.mm"
|
|
#"${WEBRTC_DIR}/rtc_base/string_to_number.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_adapter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/stream.h"
|
|
#"${WEBRTC_DIR}/rtc_base/socket_address_pair.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_identity.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_certificate.h"
|
|
#"${WEBRTC_DIR}/rtc_base/socket.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rtc_certificate.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rate_tracker.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rate_statistics.h"
|
|
#"${WEBRTC_DIR}/rtc_base/race_checker.h"
|
|
#"${WEBRTC_DIR}/rtc_base/proxy_info.h"
|
|
#"${WEBRTC_DIR}/rtc_base/random.h"
|
|
#"${WEBRTC_DIR}/rtc_base/platform_thread.h"
|
|
#"${WEBRTC_DIR}/rtc_base/operations_chain.h"
|
|
#"${WEBRTC_DIR}/rtc_base/physical_socket_server.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_session_cache.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_stream_adapter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_identity.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_certificate.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/sample_counter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_adapter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/event_rate_counter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/histogram_percentile_counter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network_route.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network/sent_packet.h"
|
|
#"${WEBRTC_DIR}/rtc_base/net_helper.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/event_based_exponential_moving_average.h"
|
|
#"${WEBRTC_DIR}/rtc_base/null_socket_server.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network_monitor.h"
|
|
#"${WEBRTC_DIR}/rtc_base/message_digest.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network.h"
|
|
#"${WEBRTC_DIR}/rtc_base/memory/aligned_malloc.h"
|
|
#"${WEBRTC_DIR}/rtc_base/byte_order.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ifaddrs_converter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/helpers.h"
|
|
#"${WEBRTC_DIR}/rtc_base/file_rotating_stream.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/struct_parameters_parser.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/rate_control_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/rtt_mult_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/quality_rampup_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/quality_scaling_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/min_video_bitrate_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/field_trial_list.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/field_trial_units.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/field_trial_parser.h"
|
|
#"${WEBRTC_DIR}/rtc_base/data_rate_limiter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/cpu_speed_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/balanced_degradation_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/crc32.h"
|
|
#"${WEBRTC_DIR}/rtc_base/event.h"
|
|
#"${WEBRTC_DIR}/rtc_base/event_tracer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/copy_on_write_buffer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/bit_buffer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/buffer_queue.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_packet_socket.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_socket.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_udp_socket.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_resolver_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_tcp_socket.h"
|
|
#"${WEBRTC_DIR}/rtc_base/byte_buffer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/crypt_string.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/arch.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/alr_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/keyframe_interval_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/normalize_simulcast_size_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/quality_scaler_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/stable_target_rate_experiment.h"
|
|
#"${WEBRTC_DIR}/rtc_base/third_party/sigslot/sigslot.h"
|
|
#"${WEBRTC_DIR}/rtc_base/timestamp_aligner.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_stream_adapter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/task_queue_gcd.h"
|
|
#"${WEBRTC_DIR}/rtc_base/string_encode.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_fingerprint.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rtc_certificate_generator.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rate_limiter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/sample_stats.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/exp_filter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/moving_average.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_utility.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_digest.h"
|
|
#"${WEBRTC_DIR}/rtc_base/net_helpers.h"
|
|
#"${WEBRTC_DIR}/rtc_base/memory/fifo_buffer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/log_sinks.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network_constants.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/rtc_export.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/inline.h"
|
|
#"${WEBRTC_DIR}/rtc_base/type_traits.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/safe_compare.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/yield.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ref_count.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ref_counter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/logging.h"
|
|
#"${WEBRTC_DIR}/api/audio/channel_layout.h"
|
|
#"${WEBRTC_DIR}/api/video_track_source_constraints.h"
|
|
#"${WEBRTC_DIR}/api/candidate.h"
|
|
#"${WEBRTC_DIR}/api/audio/audio_frame.h"
|
|
#"${WEBRTC_DIR}/api/ref_counted_base.h"
|
|
#"${WEBRTC_DIR}/api/function_view.h"
|
|
#"${WEBRTC_DIR}/api/rtp_packet_info.h"
|
|
#"${WEBRTC_DIR}/pc/dtls_srtp_transport.h"
|
|
#"${WEBRTC_DIR}/media/base/adapted_video_track_source.h"
|
|
#"${WEBRTC_DIR}/media/engine/webrtc_media_engine.h"
|
|
#"${WEBRTC_DIR}/media/engine/webrtc_video_engine.h"
|
|
#"${WEBRTC_DIR}/media/engine/webrtc_voice_engine.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/audio_device_name.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_decoder_impl.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_encoder_impl.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/bandwidth_quality_scaler_resource.h"
|
|
#"${WEBRTC_DIR}/rtc_base/checks.h"
|
|
#"${WEBRTC_DIR}/rtc_base/thread.h"
|
|
#"${WEBRTC_DIR}/api/rtp_packet_infos.h"
|
|
#"${WEBRTC_DIR}/api/task_queue/task_queue_base.h"
|
|
#"${WEBRTC_DIR}/rtc_base/thread_annotations.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/dot_product_with_scale.h"
|
|
#"${WEBRTC_DIR}/api/audio/audio_mixer.h"
|
|
#"${WEBRTC_DIR}/api/audio/echo_canceller3_config.h"
|
|
#"${WEBRTC_DIR}/api/audio/echo_canceller3_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/L16/audio_decoder_L16.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/L16/audio_encoder_L16.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_codec_pair_id.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_decoder.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_encoder.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_format.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/builtin_audio_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/builtin_audio_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/g711/audio_decoder_g711.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/g711/audio_encoder_g711.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/g722/audio_decoder_g722.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/g722/audio_encoder_g722.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/ilbc/audio_decoder_ilbc.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/ilbc/audio_encoder_ilbc.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_decoder_isac_fix.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_decoder_isac_float.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_encoder_isac_fix.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_encoder_isac_float.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_decoder_multi_channel_opus.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_decoder_opus.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_multi_channel_opus.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_opus.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_opus_config.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus_audio_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus_audio_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_options.h"
|
|
#"${WEBRTC_DIR}/api/call/transport.h"
|
|
#"${WEBRTC_DIR}/api/create_peerconnection_factory.h"
|
|
#"${WEBRTC_DIR}/api/crypto/crypto_options.h"
|
|
#"${WEBRTC_DIR}/api/data_channel_interface.h"
|
|
#"${WEBRTC_DIR}/api/dtls_transport_interface.h"
|
|
#"${WEBRTC_DIR}/api/ice_transport_factory.h"
|
|
#"${WEBRTC_DIR}/api/jsep.h"
|
|
#"${WEBRTC_DIR}/api/jsep_ice_candidate.h"
|
|
#"${WEBRTC_DIR}/api/jsep_session_description.h"
|
|
#"${WEBRTC_DIR}/api/media_stream_interface.h"
|
|
#"${WEBRTC_DIR}/api/media_types.h"
|
|
#"${WEBRTC_DIR}/api/neteq/custom_neteq_factory.h"
|
|
#"${WEBRTC_DIR}/api/neteq/default_neteq_controller_factory.h"
|
|
#"${WEBRTC_DIR}/api/neteq/neteq.h"
|
|
#"${WEBRTC_DIR}/api/neteq/tick_timer.h"
|
|
#"${WEBRTC_DIR}/api/peer_connection_interface.h"
|
|
#"${WEBRTC_DIR}/api/rtc_error.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log/rtc_event.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log/rtc_event_log.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log/rtc_event_log_factory.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log_output_file.h"
|
|
#"${WEBRTC_DIR}/api/rtp_headers.h"
|
|
#"${WEBRTC_DIR}/api/rtp_parameters.h"
|
|
#"${WEBRTC_DIR}/api/rtp_receiver_interface.h"
|
|
#"${WEBRTC_DIR}/api/rtp_sender_interface.h"
|
|
#"${WEBRTC_DIR}/api/rtp_transceiver_interface.h"
|
|
#"${WEBRTC_DIR}/api/scoped_refptr.h"
|
|
#"${WEBRTC_DIR}/api/sctp_transport_interface.h"
|
|
#"${WEBRTC_DIR}/api/stats/rtc_stats.h"
|
|
#"${WEBRTC_DIR}/api/stats/rtc_stats_report.h"
|
|
#"${WEBRTC_DIR}/api/stats/rtcstats_objects.h"
|
|
#"${WEBRTC_DIR}/api/stats_types.h"
|
|
#"${WEBRTC_DIR}/api/task_queue/task_queue_factory.h"
|
|
#"${WEBRTC_DIR}/api/transport/bitrate_settings.h"
|
|
#"${WEBRTC_DIR}/api/transport/field_trial_based_config.h"
|
|
#"${WEBRTC_DIR}/api/transport/goog_cc_factory.h"
|
|
#"${WEBRTC_DIR}/api/transport/network_types.h"
|
|
#"${WEBRTC_DIR}/api/transport/stun.h"
|
|
#"${WEBRTC_DIR}/api/units/data_rate.h"
|
|
#"${WEBRTC_DIR}/api/units/data_size.h"
|
|
#"${WEBRTC_DIR}/api/units/frequency.h"
|
|
#"${WEBRTC_DIR}/api/units/time_delta.h"
|
|
#"${WEBRTC_DIR}/api/units/timestamp.h"
|
|
#"${WEBRTC_DIR}/api/video/builtin_video_bitrate_allocator_factory.h"
|
|
#"${WEBRTC_DIR}/api/video/color_space.h"
|
|
#"${WEBRTC_DIR}/api/video/encoded_frame.h"
|
|
#"${WEBRTC_DIR}/api/video/encoded_image.h"
|
|
#"${WEBRTC_DIR}/api/video/hdr_metadata.h"
|
|
#"${WEBRTC_DIR}/api/video/i010_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/i420_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/video_bitrate_allocation.h"
|
|
#"${WEBRTC_DIR}/api/video/video_bitrate_allocator.h"
|
|
#"${WEBRTC_DIR}/api/video/video_content_type.h"
|
|
#"${WEBRTC_DIR}/api/video/video_frame.h"
|
|
#"${WEBRTC_DIR}/api/video/video_frame_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/video_rotation.h"
|
|
#"${WEBRTC_DIR}/api/video/video_source_interface.h"
|
|
#"${WEBRTC_DIR}/api/video/video_stream_decoder_create.h"
|
|
#"${WEBRTC_DIR}/api/video/video_timing.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/builtin_video_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/builtin_video_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/sdp_video_format.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_codec.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_decoder.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_decoder_software_fallback_wrapper.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_software_fallback_wrapper.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/vp8_frame_config.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/vp8_temporal_layers.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/vp8_temporal_layers_factory.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/encoder_settings.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/resource_adaptation_processor_interface.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/video_source_restrictions.h"
|
|
#"${WEBRTC_DIR}/call/audio_receive_stream.h"
|
|
#"${WEBRTC_DIR}/call/audio_send_stream.h"
|
|
#"${WEBRTC_DIR}/call/audio_state.h"
|
|
#"${WEBRTC_DIR}/call/bitrate_allocator.h"
|
|
#"${WEBRTC_DIR}/call/call.h"
|
|
#"${WEBRTC_DIR}/call/call_config.h"
|
|
#"${WEBRTC_DIR}/call/call_factory.h"
|
|
#"${WEBRTC_DIR}/call/degraded_call.h"
|
|
#"${WEBRTC_DIR}/call/fake_network_pipe.h"
|
|
#"${WEBRTC_DIR}/call/flexfec_receive_stream.h"
|
|
#"${WEBRTC_DIR}/call/flexfec_receive_stream_impl.h"
|
|
#"${WEBRTC_DIR}/call/receive_time_calculator.h"
|
|
#"${WEBRTC_DIR}/call/receive_stream.h"
|
|
#"${WEBRTC_DIR}/call/rtp_bitrate_configurator.h"
|
|
#"${WEBRTC_DIR}/call/rtp_config.h"
|
|
#"${WEBRTC_DIR}/call/rtp_demuxer.h"
|
|
#"${WEBRTC_DIR}/call/rtp_payload_params.h"
|
|
#"${WEBRTC_DIR}/call/rtp_stream_receiver_controller.h"
|
|
#"${WEBRTC_DIR}/call/rtp_transport_controller_send.h"
|
|
#"${WEBRTC_DIR}/call/rtp_video_sender.h"
|
|
#"${WEBRTC_DIR}/call/rtx_receive_stream.h"
|
|
#"${WEBRTC_DIR}/call/simulated_network.h"
|
|
#"${WEBRTC_DIR}/call/syncable.h"
|
|
#"${WEBRTC_DIR}/call/video_receive_stream.h"
|
|
#"${WEBRTC_DIR}/call/video_send_stream.h"
|
|
#"${WEBRTC_DIR}/common_audio/audio_converter.h"
|
|
#"${WEBRTC_DIR}/common_audio/channel_buffer.h"
|
|
#"${WEBRTC_DIR}/common_audio/fir_filter_c.h"
|
|
#"${WEBRTC_DIR}/common_audio/fir_filter_factory.h"
|
|
#"${WEBRTC_DIR}/common_audio/fir_filter_neon.h"
|
|
#"${WEBRTC_DIR}/common_audio/include/audio_util.h"
|
|
#"${WEBRTC_DIR}/common_audio/real_fourier.h"
|
|
#"${WEBRTC_DIR}/common_audio/real_fourier_ooura.h"
|
|
#"${WEBRTC_DIR}/common_audio/resampler/include/push_resampler.h"
|
|
#"${WEBRTC_DIR}/common_audio/resampler/include/resampler.h"
|
|
#"${WEBRTC_DIR}/common_audio/resampler/push_sinc_resampler.h"
|
|
#"${WEBRTC_DIR}/common_audio/resampler/sinc_resampler.h"
|
|
#"${WEBRTC_DIR}/common_audio/resampler/sinusoidal_linear_chirp_source.h"
|
|
#"${WEBRTC_DIR}/common_audio/ring_buffer.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/complex_fft_tables.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/include/real_fft.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/include/signal_processing_library.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/include/spl_inl.h"
|
|
#"${WEBRTC_DIR}/common_audio/signal_processing/resample_by_2_internal.h"
|
|
#"${WEBRTC_DIR}/common_audio/smoothing_filter.h"
|
|
#"${WEBRTC_DIR}/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/include/vad.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/include/webrtc_vad.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/vad_core.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/vad_filterbank.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/vad_gmm.h"
|
|
#"${WEBRTC_DIR}/common_audio/vad/vad_sp.h"
|
|
#"${WEBRTC_DIR}/common_audio/wav_file.h"
|
|
#"${WEBRTC_DIR}/common_audio/wav_header.h"
|
|
#"${WEBRTC_DIR}/common_audio/window_generator.h"
|
|
#"${WEBRTC_DIR}/common_video/framerate_controller.h"
|
|
#"${WEBRTC_DIR}/common_video/frame_rate_estimator.h"
|
|
#"${WEBRTC_DIR}/common_video/generic_frame_descriptor/generic_frame_info.h"
|
|
#"${WEBRTC_DIR}/common_video/h264/h264_bitstream_parser.h"
|
|
#"${WEBRTC_DIR}/common_video/h264/h264_common.h"
|
|
#"${WEBRTC_DIR}/common_video/h264/pps_parser.h"
|
|
#"${WEBRTC_DIR}/common_video/h264/sps_parser.h"
|
|
#"${WEBRTC_DIR}/common_video/h264/sps_vui_rewriter.h"
|
|
#"${WEBRTC_DIR}/common_video/include/bitrate_adjuster.h"
|
|
#"${WEBRTC_DIR}/common_video/include/video_frame_buffer.h"
|
|
#"${WEBRTC_DIR}/common_video/libyuv/include/webrtc_libyuv.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/blob_encoding.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/delta_encoding.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/var_int.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_alr_state.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_playout.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_dtls_transport_state.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_dtls_writable_state.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_ack_received.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_packet_received.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_packet_sent.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_cluster_created.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_result_failure.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_result_success.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_route_change.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_video_send_stream_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/fake_rtc_event_log.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/fake_rtc_event_log_factory.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/ice_logger.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/rtc_event_log_impl.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/rtc_stream_config.h"
|
|
#"${WEBRTC_DIR}/media/base/codec.h"
|
|
#"${WEBRTC_DIR}/media/base/media_channel.h"
|
|
#"${WEBRTC_DIR}/media/base/media_constants.h"
|
|
#"${WEBRTC_DIR}/media/base/media_engine.h"
|
|
#"${WEBRTC_DIR}/media/base/rid_description.h"
|
|
#"${WEBRTC_DIR}/media/base/rtp_utils.h"
|
|
#"${WEBRTC_DIR}/media/base/stream_params.h"
|
|
#"${WEBRTC_DIR}/media/base/turn_utils.h"
|
|
#"${WEBRTC_DIR}/media/base/video_adapter.h"
|
|
#"${WEBRTC_DIR}/media/base/video_broadcaster.h"
|
|
#"${WEBRTC_DIR}/media/base/video_common.h"
|
|
#"${WEBRTC_DIR}/media/base/video_source_base.h"
|
|
#"${WEBRTC_DIR}/media/engine/adm_helpers.h"
|
|
#"${WEBRTC_DIR}/media/engine/encoder_simulcast_proxy.h"
|
|
#"${WEBRTC_DIR}/media/engine/internal_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/media/engine/internal_encoder_factory.h"
|
|
#"${WEBRTC_DIR}/media/engine/multiplex_codec_factory.h"
|
|
#"${WEBRTC_DIR}/media/engine/payload_type_mapper.h"
|
|
#"${WEBRTC_DIR}/media/engine/simulcast_encoder_adapter.h"
|
|
#"${WEBRTC_DIR}/media/engine/unhandled_packets_buffer.h"
|
|
#"${WEBRTC_DIR}/media/engine/webrtc_media_engine_defaults.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_receiver.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_remixing.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_resampler.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/acm2/call_statistics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/bitrate_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/channel_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/controller_manager.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/dtx_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/event_log_writer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/frame_length_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/cng/audio_encoder_cng.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/cng/webrtc_cng.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/audio_decoder_pcm.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/audio_decoder_g722.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/audio_encoder_g722.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/g722_interface.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_construct.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decode_residual.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/defines.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/energy_inverse.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_cd_vec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/ilbc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/interpolate.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/vq3.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/vq4.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/include/isacfix.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/arith_routins.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/fft.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/settings.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/include/isac.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/arith_routines.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/codec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/crc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/isac_vad.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/settings.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/structs.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/util/utility.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_coder_opus_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_decoder_opus.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_encoder_opus.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/opus_interface.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/audio_ring_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/blocker.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/lapped_transform.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/pcm16b.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/pcm16b_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/red/audio_encoder_copy_red.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/include/audio_coding_module.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/reorder_optimizer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/underrun_optimizer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/accelerate.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/audio_multi_vector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/audio_vector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/background_noise.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/buffer_level_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/comfort_noise.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/cross_correlation.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/decision_logic.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/decoder_database.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/default_neteq_factory.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/delay_manager.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/dsp_helper.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/dtmf_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/dtmf_tone_generator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/expand.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/expand_uma_logger.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/histogram.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/merge.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/nack_tracker.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/neteq_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/normal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/packet.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/packet_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/post_decode_vad.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/preemptive_expand.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/random_vector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/red_payload_splitter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/statistics_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/sync_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/time_stretch.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/timestamp_scaler.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/audio_device_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/audio_device_generic.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/audio_device_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/dummy/audio_device_dummy.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/dummy/file_audio_device.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/dummy/file_audio_device_factory.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/fine_audio_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/audio_device_data_observer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/test_audio_device.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/audio_frame_manipulator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/audio_mixer_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/default_output_rate_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/frame_combiner.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/gain_change_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/sine_wave_generator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/adaptive_fir_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/adaptive_fir_filter_erl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/aec3_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/aec3_fft.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/aec_state.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/alignment_mixer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/api_call_jitter_metrics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block_delay_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block_framer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block_processor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block_processor_metrics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/clockdrift_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/coarse_filter_update_gain.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/comfort_noise_generator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/decimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/dominant_nearend_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/downsampled_render_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_audibility.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_canceller3.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_path_delay_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_path_variability.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_remover.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_remover_metrics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/erl_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/erle_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/fft_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/filter_analyzer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/frame_blocker.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/fullband_erle_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/matched_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/matched_filter_lag_aggregator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/moving_average.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/refined_filter_update_gain.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/render_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_controller_metrics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/render_signal_analyzer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/residual_echo_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_decay_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_frequency_response.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_model.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_model_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/signal_dependent_erle_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/spectrum_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/stationarity_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/subband_erle_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/subband_nearend_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor_output.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor_output_analyzer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/suppression_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/suppression_gain.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec_dump/aec_dump_factory.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aecm/aecm_core.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aecm/echo_control_mobile.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/agc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/agc_manager_direct.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/legacy/analog_agc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/legacy/digital_agc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/loudness_histogram.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/utility.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_digital_gain_applier.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_mode_level_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/agc2_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/agc2_testing_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/biquad_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/compute_interpolated_gain_curve.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/fixed_digital_level_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/gain_applier.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/interpolated_gain_curve.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/limiter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/limiter_db_gain_curve.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/noise_level_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/auto_correlation.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/features_extraction.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/lp_residual.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/pitch_search.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/pitch_search_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/spectral_features.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/spectral_features_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/saturation_protector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/vector_float_frame.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/audio_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/audio_processing_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/echo_control_mobile_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/echo_detector/circular_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/echo_detector/mean_variance_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/echo_detector/moving_max.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/echo_detector/normalized_covariance_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/gain_control_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/gain_controller2.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/high_pass_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/include/aec_dump.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/include/audio_frame_proxies.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/include/audio_processing.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/include/audio_processing_statistics.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/logging/apm_data_dumper.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/fast_math.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/histograms.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/noise_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/noise_suppressor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/ns_fft.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/prior_signal_model.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/prior_signal_model_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/quantile_noise_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/signal_model.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/signal_model_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/speech_probability_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/suppression_params.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/wiener_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/residual_echo_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/rms_level.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/splitting_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/three_band_filter_bank.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/file_utils.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/moving_moments.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/transient_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/transient_suppressor_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/wpd_node.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/wpd_tree.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/utility/cascaded_biquad_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/utility/delay_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/utility/delay_estimator_wrapper.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/utility/pffft_wrapper.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/gmm.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/pitch_based_vad.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/pitch_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/pole_zero_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/standalone_vad.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/vad_audio_proc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/vad_circular_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/voice_activity_detector.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/alr_detector.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/bitrate_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/delay_based_bwe.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/goog_cc_network_control.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/link_capacity_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/probe_bitrate_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/probe_controller.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/robust_throughput_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/trendline_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/include/receive_side_congestion_controller.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/bitrate_controller.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/monitor_interval.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/pcc_factory.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/pcc_network_controller.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/rtt_tracker.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/pcc/utility_function.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/rtp/control_handler.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/rtp/transport_feedback_adapter.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/rtp/transport_feedback_demuxer.h"
|
|
#"${WEBRTC_DIR}/modules/include/module_common_types.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/bitrate_prober.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/interval_budget.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/pacing_controller.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/packet_router.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/task_queue_paced_sender.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/aimd_rate_control.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/include/bwe_defines.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/inter_arrival.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/overuse_detector.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/overuse_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_estimator_proxy.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/flexfec_receiver.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/flexfec_sender.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/remote_ntp_time_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/report_block_data.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_header_extension_map.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/absolute_capture_time_sender.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/create_video_rtp_depacketizer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/dtmf_queue.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_private_tables_bursty.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_private_tables_random.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_test_helper.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/flexfec_header_reader_writer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/forward_error_correction.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/forward_error_correction_internal.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/packet_loss_stats.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/receive_statistics_impl.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_nack_stats.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/app.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/bye.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/common_header.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/dlrr.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/fir.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/loss_notification.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/nack.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/pli.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/psfb.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/receiver_report.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/remb.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/report_block.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rrtr.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/sdes.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/sender_report.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_receiver.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_sender.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver_config.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver_impl.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_descriptor_authentication.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_h264.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_video_generic.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_vp8.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_vp9.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_generic_frame_descriptor.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_header_extension_size.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_header_extensions.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_history.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_received.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_to_send.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packetizer_av1.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_impl.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_audio.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_egress.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_video.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sequence_number_map.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_video_header.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/source_tracker.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/time_util.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/tmmbr_help.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_generator.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_generic.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_raw.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.h"
|
|
#"${WEBRTC_DIR}/modules/third_party/fft/fft.h"
|
|
#"${WEBRTC_DIR}/modules/third_party/g711/g711.h"
|
|
#"${WEBRTC_DIR}/modules/third_party/g722/g722_enc_dec.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/device_info_impl.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/video_capture_factory.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/video_capture_impl.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/vp9_constants.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/bandwidth_quality_scaler.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/av1/libaom_av1_encoder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h264/include/h264.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/include/augmented_video_frame_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/include/multiplex_decoder_adapter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/include/multiplex_encoder_adapter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/default_temporal_layers.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/include/temporal_layers_checker.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/screenshare_layers.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/include/vp9.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/svc_config.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/decoder_database.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/decoding_state.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/encoded_frame.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/event_wrapper.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/fec_controller_default.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/frame_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/frame_buffer2.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/frame_dependencies_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/frame_object.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/generic_decoder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/h264_sprop_parameter_sets.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/h264_sps_pps_tracker.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/histogram.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/include/video_codec_initializer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/include/video_codec_interface.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/include/video_coding_defines.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/include/video_error_codes.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/jitter_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/loss_notification_controller.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/media_opt_util.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/packet.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/packet_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/receiver.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_frame_reference_finder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/session_info.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/decoded_frames_history.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/frame_dropper.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/ivf_file_reader.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/ivf_file_writer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/quality_scaler.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/simulcast_rate_allocator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/simulcast_utility.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/vp8_header_parser.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/vp9_uncompressed_header_parser.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/video_coding_impl.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/video_receiver2.h"
|
|
#"${WEBRTC_DIR}/p2p/base/async_stun_tcp_socket.h"
|
|
#"${WEBRTC_DIR}/p2p/base/basic_async_resolver_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/base/basic_ice_controller.h"
|
|
#"${WEBRTC_DIR}/p2p/base/basic_packet_socket_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/base/connection.h"
|
|
#"${WEBRTC_DIR}/p2p/base/connection_info.h"
|
|
#"${WEBRTC_DIR}/p2p/base/default_ice_transport_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/base/dtls_transport.h"
|
|
#"${WEBRTC_DIR}/p2p/base/dtls_transport_internal.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_controller_interface.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_credentials_iterator.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_transport_internal.h"
|
|
#"${WEBRTC_DIR}/p2p/base/p2p_constants.h"
|
|
#"${WEBRTC_DIR}/p2p/base/p2p_transport_channel.h"
|
|
#"${WEBRTC_DIR}/p2p/base/packet_transport_internal.h"
|
|
#"${WEBRTC_DIR}/p2p/base/port.h"
|
|
#"${WEBRTC_DIR}/p2p/base/port_allocator.h"
|
|
#"${WEBRTC_DIR}/p2p/base/port_interface.h"
|
|
#"${WEBRTC_DIR}/p2p/base/pseudo_tcp.h"
|
|
#"${WEBRTC_DIR}/p2p/base/regathering_controller.h"
|
|
#"${WEBRTC_DIR}/p2p/base/stun_port.h"
|
|
#"${WEBRTC_DIR}/p2p/base/stun_request.h"
|
|
#"${WEBRTC_DIR}/p2p/base/stun_server.h"
|
|
#"${WEBRTC_DIR}/p2p/base/tcp_port.h"
|
|
#"${WEBRTC_DIR}/p2p/base/test_stun_server.h"
|
|
#"${WEBRTC_DIR}/p2p/base/transport_description.h"
|
|
#"${WEBRTC_DIR}/p2p/base/transport_description_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/base/turn_port.h"
|
|
#"${WEBRTC_DIR}/p2p/base/turn_server.h"
|
|
#"${WEBRTC_DIR}/p2p/client/basic_port_allocator.h"
|
|
#"${WEBRTC_DIR}/p2p/client/turn_port_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/stunprober/stun_prober.h"
|
|
#"${WEBRTC_DIR}/pc/audio_rtp_receiver.h"
|
|
#"${WEBRTC_DIR}/pc/audio_track.h"
|
|
#"${WEBRTC_DIR}/pc/channel.h"
|
|
#"${WEBRTC_DIR}/pc/data_channel_controller.h"
|
|
#"${WEBRTC_DIR}/pc/dtls_transport.h"
|
|
#"${WEBRTC_DIR}/pc/dtmf_sender.h"
|
|
#"${WEBRTC_DIR}/pc/external_hmac.h"
|
|
#"${WEBRTC_DIR}/pc/ice_server_parsing.h"
|
|
#"${WEBRTC_DIR}/pc/ice_transport.h"
|
|
#"${WEBRTC_DIR}/pc/jitter_buffer_delay.h"
|
|
#"${WEBRTC_DIR}/pc/jsep_transport.h"
|
|
#"${WEBRTC_DIR}/pc/jsep_transport_controller.h"
|
|
#"${WEBRTC_DIR}/pc/local_audio_source.h"
|
|
#"${WEBRTC_DIR}/pc/media_protocol_names.h"
|
|
#"${WEBRTC_DIR}/pc/media_session.h"
|
|
#"${WEBRTC_DIR}/pc/media_stream.h"
|
|
#"${WEBRTC_DIR}/pc/media_stream_observer.h"
|
|
#"${WEBRTC_DIR}/pc/media_stream_track_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/media_stream_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection_factory.h"
|
|
#"${WEBRTC_DIR}/pc/proxy.h"
|
|
#"${WEBRTC_DIR}/pc/remote_audio_source.h"
|
|
#"${WEBRTC_DIR}/pc/rtc_stats_collector.h"
|
|
#"${WEBRTC_DIR}/pc/rtc_stats_traversal.h"
|
|
#"${WEBRTC_DIR}/pc/rtcp_mux_filter.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_media_utils.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_parameters_conversion.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_receiver.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_sender.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_receiver_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_sender_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_transceiver.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_transport.h"
|
|
#"${WEBRTC_DIR}/pc/sctp_transport.h"
|
|
#"${WEBRTC_DIR}/pc/sctp_utils.h"
|
|
#"${WEBRTC_DIR}/pc/sdp_serializer.h"
|
|
#"${WEBRTC_DIR}/pc/sdp_utils.h"
|
|
#"${WEBRTC_DIR}/pc/session_description.h"
|
|
#"${WEBRTC_DIR}/pc/simulcast_description.h"
|
|
#"${WEBRTC_DIR}/pc/srtp_filter.h"
|
|
#"${WEBRTC_DIR}/pc/srtp_session.h"
|
|
#"${WEBRTC_DIR}/pc/srtp_transport.h"
|
|
#"${WEBRTC_DIR}/pc/track_media_info_map.h"
|
|
#"${WEBRTC_DIR}/pc/transport_stats.h"
|
|
#"${WEBRTC_DIR}/pc/video_rtp_receiver.h"
|
|
#"${WEBRTC_DIR}/pc/video_rtp_track_source.h"
|
|
#"${WEBRTC_DIR}/pc/video_track.h"
|
|
#"${WEBRTC_DIR}/pc/video_track_source.h"
|
|
#"${WEBRTC_DIR}/pc/webrtc_sdp.h"
|
|
#"${WEBRTC_DIR}/pc/webrtc_session_description_factory.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/g711_interface.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/constants.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/bandwidth_info.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lpc_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/structs.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/include/audio_coding_module_typedefs.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/audio_device.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/audio_device_defines.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/include/audio_frame_view.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/ns_common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/ns/ns_config.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/common.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/transient_suppressor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/utility/delay_estimator_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/common.h"
|
|
#"${WEBRTC_DIR}/modules/include/module_common_types_public.h"
|
|
#"${WEBRTC_DIR}/modules/include/module_fec_types.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/byte_io.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/video_capture.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h264/include/h264_globals.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_color_space.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/interface/common_constants.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/include/video_coding.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/internal_defines.h"
|
|
#"${WEBRTC_DIR}/api/wrapping_async_dns_resolver.h"
|
|
#"${WEBRTC_DIR}/api/array_view.h"
|
|
#"${WEBRTC_DIR}/api/async_resolver_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_decoder_factory.h"
|
|
#"${WEBRTC_DIR}/api/call/audio_sink.h"
|
|
#"${WEBRTC_DIR}/api/call/bitrate_allocation.h"
|
|
#"${WEBRTC_DIR}/api/call/call_factory_interface.h"
|
|
#"${WEBRTC_DIR}/api/crypto/frame_decryptor_interface.h"
|
|
#"${WEBRTC_DIR}/api/dtmf_sender_interface.h"
|
|
#"${WEBRTC_DIR}/api/fec_controller.h"
|
|
#"${WEBRTC_DIR}/api/fec_controller_override.h"
|
|
#"${WEBRTC_DIR}/api/frame_transformer_interface.h"
|
|
#"${WEBRTC_DIR}/api/ice_transport_interface.h"
|
|
#"${WEBRTC_DIR}/api/network_state_predictor.h"
|
|
#"${WEBRTC_DIR}/api/packet_socket_factory.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log/rtc_event_log_factory_interface.h"
|
|
#"${WEBRTC_DIR}/api/rtc_event_log_output.h"
|
|
#"${WEBRTC_DIR}/api/test/simulated_network.h"
|
|
#"${WEBRTC_DIR}/api/transport/data_channel_transport_interface.h"
|
|
#"${WEBRTC_DIR}/api/transport/enums.h"
|
|
#"${WEBRTC_DIR}/api/transport/network_control.h"
|
|
#"${WEBRTC_DIR}/api/turn_customizer.h"
|
|
#"${WEBRTC_DIR}/api/video/video_bitrate_allocator_factory.h"
|
|
#"${WEBRTC_DIR}/api/video/video_codec_type.h"
|
|
#"${WEBRTC_DIR}/api/video/video_stream_decoder.h"
|
|
#"${WEBRTC_DIR}/audio/audio_level.h"
|
|
#"${WEBRTC_DIR}/audio/audio_receive_stream.h"
|
|
#"${WEBRTC_DIR}/audio/audio_state.h"
|
|
#"${WEBRTC_DIR}/audio/audio_transport_impl.h"
|
|
#"${WEBRTC_DIR}/audio/channel_receive.h"
|
|
#"${WEBRTC_DIR}/audio/channel_send.h"
|
|
#"${WEBRTC_DIR}/audio/channel_send_frame_transformer_delegate.h"
|
|
#"${WEBRTC_DIR}/audio/utility/channel_mixer.h"
|
|
#"${WEBRTC_DIR}/audio/utility/channel_mixing_matrix.h"
|
|
#"${WEBRTC_DIR}/audio/voip/audio_egress.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_controller_factory_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/bitstream_reader.h"
|
|
#"${WEBRTC_DIR}/rtc_base/buffer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/compile_assert_c.h"
|
|
#"${WEBRTC_DIR}/rtc_base/dscp.h"
|
|
#"${WEBRTC_DIR}/rtc_base/gtest_prod_util.h"
|
|
#"${WEBRTC_DIR}/rtc_base/http_common.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ip_address.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/percentile_filter.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/safe_conversions_impl.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/safe_minmax.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ref_counted_object.h"
|
|
#"${WEBRTC_DIR}/rtc_base/rolling_accumulator.h"
|
|
#"${WEBRTC_DIR}/rtc_base/sanitizer.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/rtc_export_template.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/unused.h"
|
|
#"${WEBRTC_DIR}/rtc_base/time_utils.h"
|
|
#"${WEBRTC_DIR}/rtc_base/units/unit_base.h"
|
|
#"${WEBRTC_DIR}/rtc_base/containers/flat_map.h"
|
|
#"${WEBRTC_DIR}/rtc_base/containers/flat_tree.h"
|
|
#"${WEBRTC_DIR}/rtc_base/containers/invoke.h"
|
|
#"${WEBRTC_DIR}/rtc_base/containers/flat_set.h"
|
|
#"${WEBRTC_DIR}/rtc_base/containers/identity.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/encode_usage_resource.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/overuse_frame_detector.h"
|
|
#"${WEBRTC_DIR}/video/encoder_bitrate_adjuster.h"
|
|
#"${WEBRTC_DIR}/video/encoder_overshoot_detector.h"
|
|
#"${WEBRTC_DIR}/video/encoder_rtcp_feedback.h"
|
|
#"${WEBRTC_DIR}/video/frame_dumping_decoder.h"
|
|
#"${WEBRTC_DIR}/video/frame_encode_metadata_writer.h"
|
|
#"${WEBRTC_DIR}/video/quality_limitation_reason_tracker.h"
|
|
#"${WEBRTC_DIR}/video/rtp_video_stream_receiver_frame_transformer_delegate.h"
|
|
#"${WEBRTC_DIR}/video/send_delay_stats.h"
|
|
#"${WEBRTC_DIR}/video/send_statistics_proxy.h"
|
|
#"${WEBRTC_DIR}/video/stream_synchronization.h"
|
|
#"${WEBRTC_DIR}/video/transport_adapter.h"
|
|
#"${WEBRTC_DIR}/video/video_send_stream_impl.h"
|
|
#"${WEBRTC_DIR}/video/video_source_sink_controller.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_decoder_impl.h"
|
|
#"${WEBRTC_DIR}/call/rtp_packet_sink_interface.h"
|
|
#"${WEBRTC_DIR}/call/rtp_stream_receiver_controller_interface.h"
|
|
#"${WEBRTC_DIR}/api/audio/echo_control.h"
|
|
#"${WEBRTC_DIR}/api/crypto/frame_encryptor_interface.h"
|
|
#"${WEBRTC_DIR}/api/crypto_params.h"
|
|
#"${WEBRTC_DIR}/api/neteq/neteq_controller_factory.h"
|
|
#"${WEBRTC_DIR}/api/transport/rtp/dependency_descriptor.h"
|
|
#"${WEBRTC_DIR}/api/video/video_codec_constants.h"
|
|
#"${WEBRTC_DIR}/api/video/video_frame_type.h"
|
|
#"${WEBRTC_DIR}/api/video/video_sink_interface.h"
|
|
#"${WEBRTC_DIR}/audio/audio_send_stream.h"
|
|
#"${WEBRTC_DIR}/audio/channel_receive_frame_transformer_delegate.h"
|
|
#"${WEBRTC_DIR}/audio/remix_resample.h"
|
|
#"${WEBRTC_DIR}/audio/utility/audio_frame_operations.h"
|
|
#"${WEBRTC_DIR}/common_audio/fir_filter.h"
|
|
#"${WEBRTC_DIR}/common_video/include/quality_limitation_reason.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/abs_quant.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/abs_quant_loop.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/bw_expand.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_update_best_index.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/chebyshev.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/comp_corr.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/create_augmented_vec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enh_upsample.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/gain_dequant.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/gain_quant.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_sync_seq.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/init_encode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lpc_encode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_to_lsp.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_to_poly.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/poly_to_lsp.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/refiner.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/smooth_out_data.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/sort_sq.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/split_vq.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/state_construct.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/window32_w32.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/xcorr_coef.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/entropy_coding.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/filter_functions.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/os_specific_inline.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/opus_inst.h"
|
|
#"${WEBRTC_DIR}/modules/audio_mixer/output_rate_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/fft_data.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/nearend_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aecm/aecm_defines.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/analog_gain_stats_reporter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/legacy/gain_control.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/ring_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/noise_gmm_tables.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/delay_increase_detector_interface.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/receive_statistics.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/include/vp9_globals.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_transport_internal.h"
|
|
#"${WEBRTC_DIR}/rtc_base/mdns_responder_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/running_statistics.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/sequence_number_util.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl.h"
|
|
#"${WEBRTC_DIR}/rtc_base/socket_server.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/quality_scaler_resource.h"
|
|
#"${WEBRTC_DIR}/video/buffered_frame_decryptor.h"
|
|
#"${WEBRTC_DIR}/video/quality_threshold.h"
|
|
#"${WEBRTC_DIR}/video/report_block_stats.h"
|
|
#"${WEBRTC_DIR}/video/stats_counter.h"
|
|
#"${WEBRTC_DIR}/video/video_send_stream.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_encoder.h"
|
|
#"${WEBRTC_DIR}/rtc_base/socket_factory.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_decoder_factory_template.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/audio_encoder_factory_template.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/g722/audio_encoder_g722_config.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/opus/audio_decoder_multi_channel_opus_config.h"
|
|
#"${WEBRTC_DIR}/api/neteq/neteq_controller.h"
|
|
#"${WEBRTC_DIR}/api/neteq/neteq_factory.h"
|
|
#"${WEBRTC_DIR}/api/notifier.h"
|
|
#"${WEBRTC_DIR}/api/rtp_transceiver_direction.h"
|
|
#"${WEBRTC_DIR}/api/stats/rtc_stats_collector_callback.h"
|
|
#"${WEBRTC_DIR}/api/transport/rtp/rtp_source.h"
|
|
#"${WEBRTC_DIR}/api/video/recordable_encoded_frame.h"
|
|
#"${WEBRTC_DIR}/api/video/render_resolution.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/bitstream_parser.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/vp8_frame_buffer_controller.h"
|
|
#"${WEBRTC_DIR}/media/base/delayable.h"
|
|
#"${WEBRTC_DIR}/media/sctp/sctp_transport_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/encode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enhancer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/frame_classify.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_lsp_poly.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/index_conv_dec.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsp_to_lsf.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/my_corr.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/nearest_neighbor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/poly_to_lsf.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/smooth.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/isac_float_type.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_filter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/audio_device_config.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/audio_device_default.h"
|
|
#"${WEBRTC_DIR}/modules/audio_device/include/audio_device_factory.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/delay_estimate.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/vector_math.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc/gain_control.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/sequence_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/symmetric_matrix_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/dyadic_decimator.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/windows_private.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/vad_audio_proc_internal.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/vad/voice_gmm_tables.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtcp_statistics.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_rtcp.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/video_capture_defines.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/fec_rate_table.h"
|
|
#"${WEBRTC_DIR}/p2p/base/candidate_pair_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ignore_wundef.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/math_utils.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/mod_ops.h"
|
|
#"${WEBRTC_DIR}/rtc_base/socket_adapters.h"
|
|
#"${WEBRTC_DIR}/rtc_base/ssl_roots.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/warn_current_thread_is_deadlocked.h"
|
|
#"${WEBRTC_DIR}/rtc_base/trace_event.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_decoder_isac.h"
|
|
#"${WEBRTC_DIR}/api/audio_codecs/isac/audio_encoder_isac.h"
|
|
#"${WEBRTC_DIR}/api/task_queue/default_task_queue_factory.h"
|
|
#"${WEBRTC_DIR}/api/video/video_stream_encoder_settings.h"
|
|
#"${WEBRTC_DIR}/call/audio_sender.h"
|
|
#"${WEBRTC_DIR}/call/rtp_transport_controller_send_interface.h"
|
|
#"${WEBRTC_DIR}/call/rtp_video_sender_interface.h"
|
|
#"${WEBRTC_DIR}/call/rtp_transport_config.h"
|
|
#"${WEBRTC_DIR}/call/rtp_transport_controller_send_factory.h"
|
|
#"${WEBRTC_DIR}/call/rtp_transport_controller_send_factory_interface.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/util/threshold_curve.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/do_plc.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/hp_output.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/init_decode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lsf_quant.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/state_search.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h"
|
|
#"${WEBRTC_DIR}/modules/video_capture/video_capture_config.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/include/vp8.h"
|
|
#"${WEBRTC_DIR}/p2p/base/p2p_transport_channel_ice_field_trials.h"
|
|
#"${WEBRTC_DIR}/rtc_base/swap_queue.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/ignore_warnings.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/bit_writer.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/rtc_event_log_encoder.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_remote_estimate.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/clock.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/cpu_features_wrapper.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/cpu_info.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/field_trial.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/metrics.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/ntp_time.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/rtp_to_ntp_estimator.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/sleep.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/include/vp8_globals.h"
|
|
#"${WEBRTC_DIR}/p2p/client/relay_port_factory_interface.h"
|
|
#"${WEBRTC_DIR}/media/base/audio_source.h"
|
|
#"${WEBRTC_DIR}/media/base/media_config.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_fec_generator.h"
|
|
#"${WEBRTC_DIR}/api/set_remote_description_observer_interface.h"
|
|
#"${WEBRTC_DIR}/pc/channel_interface.h"
|
|
#"${WEBRTC_DIR}/call/packet_receiver.h"
|
|
#"${WEBRTC_DIR}/p2p/base/transport_info.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_packet_sender.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/moving_max_counter.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enhancer_interface.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_cvo.h"
|
|
#"${WEBRTC_DIR}/call/simulated_packet_receiver.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_search.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/interpolate_samples.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_check.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/render_queue_item_verifier.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/rtp_packet_pacer.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_config.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/jitter_buffer_common.h"
|
|
#"${WEBRTC_DIR}/p2p/base/dtls_transport_factory.h"
|
|
#"${WEBRTC_DIR}/p2p/base/udp_port.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection_internal.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection_factory_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection_proxy.h"
|
|
#"${WEBRTC_DIR}/pc/used_ids.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/divide_round.h"
|
|
#"${WEBRTC_DIR}/rtc_base/one_time_event.h"
|
|
#"${WEBRTC_DIR}/audio/conversion.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/unpack_bits.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/index_conv_enc.h"
|
|
#"${WEBRTC_DIR}/pc/stream_collection.h"
|
|
#"${WEBRTC_DIR}/api/uma_metrics.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/encoder/rtc_event_log_encoder_new_format.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_search_core.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/pack_bits.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/swap_bytes.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/hp_input.h"
|
|
#"${WEBRTC_DIR}/api/adaptation/resource.h"
|
|
#"${WEBRTC_DIR}/api/audio/audio_frame_processor.h"
|
|
#"${WEBRTC_DIR}/api/media_stream_track.h"
|
|
#"${WEBRTC_DIR}/api/numerics/samples_stats_counter.h"
|
|
#"${WEBRTC_DIR}/api/priority.h"
|
|
#"${WEBRTC_DIR}/api/transport/sctp_transport_factory_interface.h"
|
|
#"${WEBRTC_DIR}/api/video/video_adaptation_reason.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/spatial_layer.h"
|
|
#"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft.h"
|
|
#"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_256/fft4g.h"
|
|
#"${WEBRTC_DIR}/common_video/include/video_frame_buffer_pool.h"
|
|
#"${WEBRTC_DIR}/modules/async_audio_processing/async_audio_processing.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/frame_length_controller_v2.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/transparent_mode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/cpu_features.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/inter_arrival_delta.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/boringssl_identity.h"
|
|
#"${WEBRTC_DIR}/rtc_base/network_monitor_factory.h"
|
|
#"${WEBRTC_DIR}/rtc_base/openssl_key_pair.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/mutex.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/mutex_critical_section.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/mutex_pthread.h"
|
|
#"${WEBRTC_DIR}/rtc_base/deprecated/recursive_critical_section.h"
|
|
#"${WEBRTC_DIR}/api/video/video_frame_metadata.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_impl2.h"
|
|
#"${WEBRTC_DIR}/api/set_local_description_observer_interface.h"
|
|
#"${WEBRTC_DIR}/common_video/frame_counts.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/no_unique_address.h"
|
|
#"${WEBRTC_DIR}/api/video/nv12_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/video_adaptation_counters.h"
|
|
#"${WEBRTC_DIR}/api/video/video_layers_allocation.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/degradation_preference_provider.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn_fc.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/chain_diff_calculator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_frame_id_only_ref_finder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalable_video_controller.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalable_video_controller_no_layering.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/create_scalability_structure.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/svc_rate_allocator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_l2t2_key_shift.h"
|
|
#"${WEBRTC_DIR}/pc/connection_context.h"
|
|
#"${WEBRTC_DIR}/pc/data_channel_utils.h"
|
|
#"${WEBRTC_DIR}/rtc_base/boringssl_certificate.h"
|
|
#"${WEBRTC_DIR}/rtc_base/strings/string_format.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/adaptation_constraint.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/vector_math.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/optionally_built_submodule_creators.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/active_decode_targets_helper.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/interface/libvpx_interface.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_generic_ref_finder.h"
|
|
#"${WEBRTC_DIR}/pc/sctp_data_channel.h"
|
|
#"${WEBRTC_DIR}/rtc_base/callback_list.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/broadcast_resource_listener.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/video_stream_input_state.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn_gru.h"
|
|
#"${WEBRTC_DIR}/pc/sdp_state_provider.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/video_stream_encoder_resource.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/resource_adaptation_processor.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/assume.h"
|
|
#"${WEBRTC_DIR}/rtc_base/untyped_function.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/video_stream_adapter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_seq_num_only_ref_finder.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_vp8_ref_finder.h"
|
|
#"${WEBRTC_DIR}/call/adaptation/video_stream_input_state_provider.h"
|
|
#"${WEBRTC_DIR}/pc/peer_connection_message_handler.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/video_stream_encoder_resource_manager.h"
|
|
#"${WEBRTC_DIR}/pc/rtp_transmission_manager.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/balanced_constraint.h"
|
|
#"${WEBRTC_DIR}/pc/transceiver_list.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/av1/av1_svc_config.h"
|
|
#"${WEBRTC_DIR}/call/version.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/rtp_vp9_ref_finder.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/bitrate_constraint.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/pixel_limit_resource.h"
|
|
#"${WEBRTC_DIR}/pc/usage_pattern.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.h"
|
|
#"${WEBRTC_DIR}/pc/sdp_offer_answer.h"
|
|
#"${WEBRTC_DIR}/video/adaptation/quality_rampup_experiment_helper.h"
|
|
#"${WEBRTC_DIR}/video/call_stats2.h"
|
|
#"${WEBRTC_DIR}/video/alignment_adjuster.h"
|
|
#"${WEBRTC_DIR}/video/video_receive_stream2.h"
|
|
#"${WEBRTC_DIR}/video/receive_statistics_proxy2.h"
|
|
#"${WEBRTC_DIR}/video/video_quality_observer2.h"
|
|
#"${WEBRTC_DIR}/video/rtp_streams_synchronizer2.h"
|
|
#"${WEBRTC_DIR}/video/rtp_video_stream_receiver2.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_decoder2.h"
|
|
#"${WEBRTC_DIR}/api/sequence_checker.h"
|
|
#"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_common.h"
|
|
#"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_neon_sse2.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/packet_sequencer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_full_svc.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_key_svc.h"
|
|
#"${WEBRTC_DIR}/rtc_base/async_resolver.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/bandwidth_quality_scaler_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/experiments/encoder_info_settings.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system_time.h"
|
|
#"${WEBRTC_DIR}/rtc_base/synchronization/sequence_checker_internal.h"
|
|
#"${WEBRTC_DIR}/rtc_base/internal/default_socket_server.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_simulcast.h"
|
|
#"${WEBRTC_DIR}/api/async_dns_resolver.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/qp_parser.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_digital_gain_controller.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/vad_wrapper.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/saturation_protector_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/gcd_helpers.h"
|
|
#"${WEBRTC_DIR}/rtc_base/system/gcd_helpers.m"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_util.h"
|
|
#"${WEBRTC_DIR}/pc/jsep_transport_collection.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/nack_requester.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/remb_throttler.h"
|
|
#"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h"
|
|
#"${WEBRTC_DIR}/system_wrappers/include/denormal_disabler.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/vp9_profile.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/h264_profile_level_id.h"
|
|
#"${WEBRTC_DIR}/api/video_track_source_proxy_factory.h"
|
|
#"${WEBRTC_DIR}/modules/remote_bitrate_estimator/packet_arrival_map.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/capture_clock_offset_updater.h"
|
|
#"${WEBRTC_DIR}/pc/video_track_source_proxy.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/absolute_capture_time_interpolator.h"
|
|
#"${WEBRTC_DIR}/media/base/sdp_video_format_utils.h"
|
|
#"${WEBRTC_DIR}/media/sctp/sctp_transport_factory.h"
|
|
#"${WEBRTC_DIR}/media/sctp/dcsctp_transport.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/framerate_controller_deprecated.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/legacy_bit_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/h265/include/h265_globals.h"
|
|
#"${WEBRTC_DIR}/video/frame_cadence_adapter.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/h265_common.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/h265_vps_sps_pps_tracker.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/h265_pps_parser.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/h265_bitstream_parser.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/h265_sps_parser.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_h265.h"
|
|
#"${WEBRTC_DIR}/common_video/h265/h265_vps_parser.h"
|
|
#"${WEBRTC_DIR}/rtc_base/strong_alias.h"
|
|
#"${WEBRTC_DIR}/api/video/i444_buffer.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_encoding_parser.h"
|
|
#"${WEBRTC_DIR}/video/decode_synchronizer.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.h"
|
|
#"${WEBRTC_DIR}/video/frame_decode_timing.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/frame_helpers.h"
|
|
#"${WEBRTC_DIR}/video/task_queue_frame_decode_scheduler.h"
|
|
#"${WEBRTC_DIR}/video/video_receive_stream_timeout_tracker.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_encoding.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_extraction.h"
|
|
#"${WEBRTC_DIR}/api/metronome/metronome.h"
|
|
#"${WEBRTC_DIR}/api/webrtc_key_value_config.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/logged_rtp_rtcp.h"
|
|
#"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_definition.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/ivf_defines.h"
|
|
#"${WEBRTC_DIR}/video/frame_decode_scheduler.h"
|
|
#"${WEBRTC_DIR}/api/field_trials_view.h"
|
|
#"${WEBRTC_DIR}/api/make_ref_counted.h"
|
|
#"${WEBRTC_DIR}/api/task_queue/pending_task_safety_flag.h"
|
|
#"${WEBRTC_DIR}/api/video/frame_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/i210_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/i422_buffer.h"
|
|
#"${WEBRTC_DIR}/api/video/resolution.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/av1_profile.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/scalability_mode.h"
|
|
#"${WEBRTC_DIR}/modules/audio_coding/neteq/packet_arrival_history.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/block.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/config_selector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/aec3/multi_channel_content_detector.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/clipping_predictor.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/clipping_predictor_level_buffer.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/transient/voice_probability_delay_unit.h"
|
|
#"${WEBRTC_DIR}/modules/pacing/prioritized_packet_queue.h"
|
|
#"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_receiver.h"
|
|
#"${WEBRTC_DIR}/modules/utility/maybe_worker_thread.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/vp8_scalability.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/svc/scalability_mode_util.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/codec_timer.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/frame_delay_variation_kalman_filter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/inter_frame_delay.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/jitter_estimator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/rtt_filter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/timestamp_extrapolator.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/timing/timing.h"
|
|
#"${WEBRTC_DIR}/video/config/encoder_stream_factory.h"
|
|
#"${WEBRTC_DIR}/video/config/simulcast.h"
|
|
#"${WEBRTC_DIR}/video/config/video_encoder_config.h"
|
|
#"${WEBRTC_DIR}/video/render/incoming_video_stream.h"
|
|
#"${WEBRTC_DIR}/video/render/video_render_frames.h"
|
|
#"${WEBRTC_DIR}/video/unique_timestamp_counter.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_buffer_controller.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/simulcast_stream.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_factory_template.h"
|
|
#"${WEBRTC_DIR}/modules/audio_processing/agc2/gain_map_internal.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_switch_reason.h"
|
|
#"${WEBRTC_DIR}/p2p/base/wrapping_active_ice_controller.h"
|
|
#"${WEBRTC_DIR}/pc/legacy_stats_collector.h"
|
|
#"${WEBRTC_DIR}/rtc_base/numerics/moving_percentile_filter.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h"
|
|
#"${WEBRTC_DIR}/modules/video_coding/utility/vp8_constants.h"
|
|
#"${WEBRTC_DIR}/p2p/base/active_ice_controller_factory_interface.h"
|
|
#"${WEBRTC_DIR}/p2p/base/active_ice_controller_interface.h"
|
|
#"${WEBRTC_DIR}/pc/legacy_stats_collector_interface.h"
|
|
#"${WEBRTC_DIR}/rtc_base/memory/always_valid_pointer.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_encoder_interface.h"
|
|
#"${WEBRTC_DIR}/video/video_stream_encoder_observer.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter.h"
|
|
#"${WEBRTC_DIR}/p2p/base/ice_agent_interface.h"
|
|
#"${WEBRTC_DIR}/api/video_codecs/video_encoder_factory_template_open_h264_adapter.h"
|
|
|
|
# ignored iOS-specific:
|
|
# "${WEBRTC_DIR}/rtc_base/task_queue_gcd.cc"
|
|
|
|
add_library(webrtc STATIC
|
|
"${THIRDPARTY_DIR}/rnnoise/src/rnn_vad_weights.cc"
|
|
|
|
"${THIRDPARTY_DIR}/pffft/src/fftpack.c"
|
|
"${THIRDPARTY_DIR}/pffft/src/pffft.c"
|
|
|
|
"${WEBRTC_DIR}/rtc_base/async_packet_socket.cc"
|
|
"${WEBRTC_DIR}/rtc_base/async_resolver_interface.cc"
|
|
"${WEBRTC_DIR}/rtc_base/async_socket.cc"
|
|
"${WEBRTC_DIR}/rtc_base/async_tcp_socket.cc"
|
|
"${WEBRTC_DIR}/rtc_base/async_udp_socket.cc"
|
|
"${WEBRTC_DIR}/rtc_base/bit_buffer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/buffer_queue.cc"
|
|
"${WEBRTC_DIR}/rtc_base/byte_buffer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/checks.cc"
|
|
"${WEBRTC_DIR}/rtc_base/copy_on_write_buffer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/crc32.cc"
|
|
"${WEBRTC_DIR}/rtc_base/crypt_string.cc"
|
|
"${WEBRTC_DIR}/rtc_base/data_rate_limiter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/event.cc"
|
|
"${WEBRTC_DIR}/rtc_base/event_tracer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/alr_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/balanced_degradation_settings.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/cpu_speed_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/field_trial_list.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/field_trial_parser.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/field_trial_units.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/keyframe_interval_settings.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/min_video_bitrate_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/normalize_simulcast_size_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/quality_rampup_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/quality_scaler_settings.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/quality_scaling_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/rate_control_settings.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/rtt_mult_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/stable_target_rate_experiment.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/struct_parameters_parser.cc"
|
|
"${WEBRTC_DIR}/rtc_base/file_rotating_stream.cc"
|
|
"${WEBRTC_DIR}/rtc_base/helpers.cc"
|
|
"${WEBRTC_DIR}/rtc_base/http_common.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ifaddrs_android.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ifaddrs_converter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ip_address.cc"
|
|
"${WEBRTC_DIR}/rtc_base/log_sinks.cc"
|
|
"${WEBRTC_DIR}/rtc_base/logging.cc"
|
|
"${WEBRTC_DIR}/rtc_base/memory/aligned_malloc.cc"
|
|
"${WEBRTC_DIR}/rtc_base/memory/fifo_buffer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/message_digest.cc"
|
|
"${WEBRTC_DIR}/rtc_base/net_helper.cc"
|
|
"${WEBRTC_DIR}/rtc_base/net_helpers.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network/sent_packet.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network_constants.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network_monitor.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network_route.cc"
|
|
"${WEBRTC_DIR}/rtc_base/null_socket_server.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/event_based_exponential_moving_average.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/event_rate_counter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/exp_filter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/histogram_percentile_counter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/moving_average.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/sample_counter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/numerics/sample_stats.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_adapter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_certificate.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_digest.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_identity.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_session_cache.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_stream_adapter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_utility.cc"
|
|
"${WEBRTC_DIR}/rtc_base/operations_chain.cc"
|
|
"${WEBRTC_DIR}/rtc_base/physical_socket_server.cc"
|
|
"${WEBRTC_DIR}/rtc_base/platform_thread.cc"
|
|
"${WEBRTC_DIR}/rtc_base/platform_thread_types.cc"
|
|
"${WEBRTC_DIR}/rtc_base/proxy_info.cc"
|
|
"${WEBRTC_DIR}/rtc_base/race_checker.cc"
|
|
"${WEBRTC_DIR}/rtc_base/random.cc"
|
|
"${WEBRTC_DIR}/rtc_base/rate_limiter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/rate_statistics.cc"
|
|
"${WEBRTC_DIR}/rtc_base/rate_tracker.cc"
|
|
"${WEBRTC_DIR}/rtc_base/rtc_certificate.cc"
|
|
"${WEBRTC_DIR}/rtc_base/rtc_certificate_generator.cc"
|
|
"${WEBRTC_DIR}/rtc_base/socket.cc"
|
|
"${WEBRTC_DIR}/rtc_base/socket_adapters.cc"
|
|
"${WEBRTC_DIR}/rtc_base/socket_address.cc"
|
|
"${WEBRTC_DIR}/rtc_base/socket_address_pair.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ssl_adapter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ssl_certificate.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ssl_fingerprint.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ssl_identity.cc"
|
|
"${WEBRTC_DIR}/rtc_base/ssl_stream_adapter.cc"
|
|
"${WEBRTC_DIR}/rtc_base/stream.cc"
|
|
"${WEBRTC_DIR}/rtc_base/string_encode.cc"
|
|
"${WEBRTC_DIR}/rtc_base/string_to_number.cc"
|
|
"${WEBRTC_DIR}/rtc_base/string_utils.cc"
|
|
"${WEBRTC_DIR}/rtc_base/strings/audio_format_to_string.cc"
|
|
"${WEBRTC_DIR}/rtc_base/strings/string_builder.cc"
|
|
"${WEBRTC_DIR}/rtc_base/synchronization/yield_policy.cc"
|
|
"${WEBRTC_DIR}/rtc_base/synchronization/yield.cc"
|
|
"${WEBRTC_DIR}/rtc_base/system/file_wrapper.cc"
|
|
"${WEBRTC_DIR}/rtc_base/task_queue.cc"
|
|
"${WEBRTC_DIR}/rtc_base/task_utils/repeating_task.cc"
|
|
"${WEBRTC_DIR}/rtc_base/third_party/base64/base64.cc"
|
|
"${WEBRTC_DIR}/rtc_base/third_party/sigslot/sigslot.cc"
|
|
"${WEBRTC_DIR}/rtc_base/thread.cc"
|
|
"${WEBRTC_DIR}/rtc_base/time_utils.cc"
|
|
"${WEBRTC_DIR}/rtc_base/timestamp_aligner.cc"
|
|
"${WEBRTC_DIR}/rtc_base/unique_id_generator.cc"
|
|
"${WEBRTC_DIR}/rtc_base/weak_ptr.cc"
|
|
"${WEBRTC_DIR}/rtc_base/zero_memory.cc"
|
|
"${WEBRTC_DIR}/api/audio/audio_frame.cc"
|
|
"${WEBRTC_DIR}/api/audio/channel_layout.cc"
|
|
"${WEBRTC_DIR}/api/audio/echo_canceller3_config.cc"
|
|
"${WEBRTC_DIR}/api/audio/echo_canceller3_factory.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/L16/audio_decoder_L16.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/L16/audio_encoder_L16.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/audio_codec_pair_id.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/audio_decoder.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/audio_encoder.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/audio_format.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/builtin_audio_decoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/builtin_audio_encoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/g711/audio_decoder_g711.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/g711/audio_encoder_g711.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/g722/audio_decoder_g722.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/g722/audio_encoder_g722.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/ilbc/audio_decoder_ilbc.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/ilbc/audio_encoder_ilbc.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/isac/audio_decoder_isac_fix.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/isac/audio_decoder_isac_float.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/isac/audio_encoder_isac_fix.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/isac/audio_encoder_isac_float.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_decoder_opus.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_multi_channel_opus.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_opus.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus/audio_encoder_opus_config.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus_audio_decoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/audio_codecs/opus_audio_encoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/audio_options.cc"
|
|
"${WEBRTC_DIR}/api/call/transport.cc"
|
|
"${WEBRTC_DIR}/api/candidate.cc"
|
|
"${WEBRTC_DIR}/api/create_peerconnection_factory.cc"
|
|
"${WEBRTC_DIR}/api/crypto/crypto_options.cc"
|
|
"${WEBRTC_DIR}/api/data_channel_interface.cc"
|
|
"${WEBRTC_DIR}/api/dtls_transport_interface.cc"
|
|
"${WEBRTC_DIR}/api/ice_transport_factory.cc"
|
|
"${WEBRTC_DIR}/api/jsep.cc"
|
|
"${WEBRTC_DIR}/api/jsep_ice_candidate.cc"
|
|
"${WEBRTC_DIR}/api/media_stream_interface.cc"
|
|
"${WEBRTC_DIR}/api/media_types.cc"
|
|
"${WEBRTC_DIR}/api/neteq/custom_neteq_factory.cc"
|
|
"${WEBRTC_DIR}/api/neteq/default_neteq_controller_factory.cc"
|
|
"${WEBRTC_DIR}/api/neteq/neteq.cc"
|
|
"${WEBRTC_DIR}/api/neteq/tick_timer.cc"
|
|
"${WEBRTC_DIR}/api/peer_connection_interface.cc"
|
|
"${WEBRTC_DIR}/api/rtc_error.cc"
|
|
"${WEBRTC_DIR}/api/rtc_event_log/rtc_event.cc"
|
|
"${WEBRTC_DIR}/api/rtc_event_log/rtc_event_log.cc"
|
|
"${WEBRTC_DIR}/api/rtc_event_log/rtc_event_log_factory.cc"
|
|
"${WEBRTC_DIR}/api/rtc_event_log_output_file.cc"
|
|
"${WEBRTC_DIR}/api/rtp_headers.cc"
|
|
"${WEBRTC_DIR}/api/rtp_packet_info.cc"
|
|
"${WEBRTC_DIR}/api/rtp_parameters.cc"
|
|
"${WEBRTC_DIR}/api/rtp_receiver_interface.cc"
|
|
"${WEBRTC_DIR}/api/rtp_transceiver_interface.cc"
|
|
"${WEBRTC_DIR}/api/sctp_transport_interface.cc"
|
|
"${WEBRTC_DIR}/api/stats_types.cc"
|
|
"${WEBRTC_DIR}/api/task_queue/default_task_queue_factory_gcd.cc"
|
|
"${WEBRTC_DIR}/api/task_queue/task_queue_base.cc"
|
|
"${WEBRTC_DIR}/api/transport/bitrate_settings.cc"
|
|
"${WEBRTC_DIR}/api/transport/field_trial_based_config.cc"
|
|
"${WEBRTC_DIR}/api/transport/goog_cc_factory.cc"
|
|
"${WEBRTC_DIR}/api/transport/network_types.cc"
|
|
"${WEBRTC_DIR}/api/transport/stun.cc"
|
|
"${WEBRTC_DIR}/api/units/data_rate.cc"
|
|
"${WEBRTC_DIR}/api/units/data_size.cc"
|
|
"${WEBRTC_DIR}/api/units/frequency.cc"
|
|
"${WEBRTC_DIR}/api/units/time_delta.cc"
|
|
"${WEBRTC_DIR}/api/units/timestamp.cc"
|
|
"${WEBRTC_DIR}/api/video/builtin_video_bitrate_allocator_factory.cc"
|
|
"${WEBRTC_DIR}/api/video/color_space.cc"
|
|
"${WEBRTC_DIR}/api/video/encoded_frame.cc"
|
|
"${WEBRTC_DIR}/api/video/encoded_image.cc"
|
|
"${WEBRTC_DIR}/api/video/hdr_metadata.cc"
|
|
"${WEBRTC_DIR}/api/video/i010_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/i420_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/video_bitrate_allocation.cc"
|
|
"${WEBRTC_DIR}/api/video/video_bitrate_allocator.cc"
|
|
"${WEBRTC_DIR}/api/video/video_content_type.cc"
|
|
"${WEBRTC_DIR}/api/video/video_frame.cc"
|
|
"${WEBRTC_DIR}/api/video/video_frame_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/video_source_interface.cc"
|
|
"${WEBRTC_DIR}/api/video/video_stream_decoder_create.cc"
|
|
"${WEBRTC_DIR}/api/video/video_timing.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/builtin_video_decoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/builtin_video_encoder_factory.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/sdp_video_format.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/video_codec.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/video_decoder.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/video_decoder_software_fallback_wrapper.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/video_encoder.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/video_encoder_software_fallback_wrapper.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/vp8_frame_config.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/vp8_temporal_layers.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/vp8_temporal_layers_factory.cc"
|
|
"${WEBRTC_DIR}/pc/audio_rtp_receiver.cc"
|
|
"${WEBRTC_DIR}/pc/audio_track.cc"
|
|
"${WEBRTC_DIR}/pc/channel.cc"
|
|
"${WEBRTC_DIR}/pc/data_channel_controller.cc"
|
|
"${WEBRTC_DIR}/pc/dtls_srtp_transport.cc"
|
|
"${WEBRTC_DIR}/pc/dtls_transport.cc"
|
|
"${WEBRTC_DIR}/pc/dtmf_sender.cc"
|
|
"${WEBRTC_DIR}/pc/external_hmac.cc"
|
|
"${WEBRTC_DIR}/pc/ice_server_parsing.cc"
|
|
"${WEBRTC_DIR}/pc/ice_transport.cc"
|
|
"${WEBRTC_DIR}/pc/jitter_buffer_delay.cc"
|
|
"${WEBRTC_DIR}/pc/jsep_ice_candidate.cc"
|
|
"${WEBRTC_DIR}/pc/jsep_session_description.cc"
|
|
"${WEBRTC_DIR}/pc/jsep_transport.cc"
|
|
"${WEBRTC_DIR}/pc/jsep_transport_controller.cc"
|
|
"${WEBRTC_DIR}/pc/local_audio_source.cc"
|
|
"${WEBRTC_DIR}/pc/media_protocol_names.cc"
|
|
"${WEBRTC_DIR}/pc/media_session.cc"
|
|
"${WEBRTC_DIR}/pc/media_stream.cc"
|
|
"${WEBRTC_DIR}/pc/media_stream_observer.cc"
|
|
"${WEBRTC_DIR}/pc/peer_connection.cc"
|
|
"${WEBRTC_DIR}/pc/peer_connection_factory.cc"
|
|
"${WEBRTC_DIR}/pc/remote_audio_source.cc"
|
|
"${WEBRTC_DIR}/pc/rtc_stats_collector.cc"
|
|
"${WEBRTC_DIR}/pc/rtc_stats_traversal.cc"
|
|
"${WEBRTC_DIR}/pc/rtcp_mux_filter.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_media_utils.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_parameters_conversion.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_receiver.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_sender.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_transceiver.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_transport.cc"
|
|
"${WEBRTC_DIR}/pc/sctp_transport.cc"
|
|
"${WEBRTC_DIR}/pc/sctp_utils.cc"
|
|
"${WEBRTC_DIR}/pc/sdp_serializer.cc"
|
|
"${WEBRTC_DIR}/pc/sdp_utils.cc"
|
|
"${WEBRTC_DIR}/pc/session_description.cc"
|
|
"${WEBRTC_DIR}/pc/simulcast_description.cc"
|
|
"${WEBRTC_DIR}/pc/srtp_filter.cc"
|
|
"${WEBRTC_DIR}/pc/srtp_session.cc"
|
|
"${WEBRTC_DIR}/pc/srtp_transport.cc"
|
|
"${WEBRTC_DIR}/pc/track_media_info_map.cc"
|
|
"${WEBRTC_DIR}/pc/transport_stats.cc"
|
|
"${WEBRTC_DIR}/pc/video_rtp_receiver.cc"
|
|
"${WEBRTC_DIR}/pc/video_rtp_track_source.cc"
|
|
"${WEBRTC_DIR}/pc/video_track.cc"
|
|
"${WEBRTC_DIR}/pc/video_track_source.cc"
|
|
"${WEBRTC_DIR}/pc/webrtc_sdp.cc"
|
|
"${WEBRTC_DIR}/pc/webrtc_session_description_factory.cc"
|
|
"${WEBRTC_DIR}/media/base/adapted_video_track_source.cc"
|
|
"${WEBRTC_DIR}/media/base/codec.cc"
|
|
"${WEBRTC_DIR}/media/base/media_channel.cc"
|
|
"${WEBRTC_DIR}/media/base/media_constants.cc"
|
|
"${WEBRTC_DIR}/media/base/media_engine.cc"
|
|
"${WEBRTC_DIR}/media/base/rid_description.cc"
|
|
"${WEBRTC_DIR}/media/base/rtp_utils.cc"
|
|
"${WEBRTC_DIR}/media/base/stream_params.cc"
|
|
"${WEBRTC_DIR}/media/base/turn_utils.cc"
|
|
"${WEBRTC_DIR}/media/base/video_adapter.cc"
|
|
"${WEBRTC_DIR}/media/base/video_broadcaster.cc"
|
|
"${WEBRTC_DIR}/media/base/video_common.cc"
|
|
"${WEBRTC_DIR}/media/base/video_source_base.cc"
|
|
"${WEBRTC_DIR}/media/engine/adm_helpers.cc"
|
|
"${WEBRTC_DIR}/media/engine/encoder_simulcast_proxy.cc"
|
|
"${WEBRTC_DIR}/media/engine/internal_decoder_factory.cc"
|
|
"${WEBRTC_DIR}/media/engine/internal_encoder_factory.cc"
|
|
"${WEBRTC_DIR}/media/engine/multiplex_codec_factory.cc"
|
|
"${WEBRTC_DIR}/media/engine/payload_type_mapper.cc"
|
|
"${WEBRTC_DIR}/media/engine/simulcast_encoder_adapter.cc"
|
|
"${WEBRTC_DIR}/media/engine/unhandled_packets_buffer.cc"
|
|
"${WEBRTC_DIR}/media/engine/webrtc_media_engine.cc"
|
|
"${WEBRTC_DIR}/media/engine/webrtc_media_engine_defaults.cc"
|
|
"${WEBRTC_DIR}/media/engine/webrtc_video_engine.cc"
|
|
"${WEBRTC_DIR}/media/engine/webrtc_voice_engine.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/clock.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/cpu_features.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/cpu_info.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/field_trial.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/metrics.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/rtp_to_ntp_estimator.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/sleep.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_receiver.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_remixing.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/acm2/acm_resampler.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/acm2/audio_coding_module.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/acm2/call_statistics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/channel_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/controller_manager.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/dtx_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/event_log_writer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/cng/audio_encoder_cng.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/cng/webrtc_cng.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/g711_interface.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/audio_decoder_g722.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/audio_encoder_g722.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/g722/g722_interface.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/pcm16b.c"
|
|
"${WEBRTC_DIR}/modules/third_party/g711/g711.c"
|
|
"${WEBRTC_DIR}/modules/third_party/g722/g722_decode.c"
|
|
"${WEBRTC_DIR}/modules/third_party/g722/g722_encode.c"
|
|
"${WEBRTC_DIR}/modules/third_party/fft/fft.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/empty.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/isacfix.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/arith_routines.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/decode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/decode_bwe.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/decode_plc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/encode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/fft.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filterbanks.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filters.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/initialize.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lattice.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lattice_c.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/transform.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/arith_routines.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/crc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/decode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/decode_bwe.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/encode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/entropy_coding.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/filter_functions.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/filterbanks.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/intialize.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/isac.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/isac_vad.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lattice.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/lpc_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_filter.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/source/transform.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/main/util/utility.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/legacy_encoded_audio_frame.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_coder_opus_common.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_decoder_opus.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/audio_encoder_opus.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/opus_interface.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/audio_ring_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/blocker.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/opus/test/lapped_transform.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/pcm16b/pcm16b_common.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/abs_quant.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/abs_quant_loop.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/augmented_cb_corr.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/bw_expand.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_construct.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_search.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_search_core.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/cb_update_best_index.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/chebyshev.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/comp_corr.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/constants.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/create_augmented_vec.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decode_residual.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/do_plc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/encode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/energy_inverse.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enh_upsample.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enhancer.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/enhancer_interface.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/frame_classify.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/gain_dequant.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/gain_quant.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_cd_vec.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_lsp_poly.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/get_sync_seq.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/hp_input.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/hp_output.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/ilbc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/index_conv_dec.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/index_conv_enc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/init_decode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/init_encode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/interpolate.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/interpolate_samples.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lpc_encode.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_check.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsf_to_poly.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/lsp_to_lsf.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/my_corr.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/nearest_neighbor.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/pack_bits.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/poly_to_lsf.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/poly_to_lsp.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/refiner.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/simple_lsf_quant.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/smooth.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/smooth_out_data.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/sort_sq.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/split_vq.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/state_construct.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/state_search.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/swap_bytes.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/unpack_bits.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/vq3.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/vq4.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/window32_w32.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/ilbc/xcorr_coef.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/accelerate.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/audio_multi_vector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/audio_vector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/background_noise.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/buffer_level_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/comfort_noise.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/cross_correlation.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/decision_logic.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/decoder_database.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/default_neteq_factory.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/delay_manager.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/dsp_helper.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/dtmf_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/dtmf_tone_generator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/expand.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/expand_uma_logger.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/histogram.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/merge.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/nack_tracker.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/neteq_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/normal.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/packet.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/packet_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/post_decode_vad.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/preemptive_expand.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/random_vector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/red_payload_splitter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/statistics_calculator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/sync_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/time_stretch.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/timestamp_scaler.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/audio_device_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/audio_device_data_observer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/audio_device_generic.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/audio_device_name.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/dummy/audio_device_dummy.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/dummy/file_audio_device.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/dummy/file_audio_device_factory.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/fine_audio_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_device/include/test_audio_device.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/audio_frame_manipulator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/audio_mixer_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/default_output_rate_calculator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/frame_combiner.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/gain_change_calculator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_mixer/sine_wave_generator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/adaptive_fir_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/adaptive_fir_filter_erl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/aec3_common.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/aec3_fft.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/aec_state.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/alignment_mixer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/api_call_jitter_metrics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/block_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/block_delay_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/block_framer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/block_processor.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/block_processor_metrics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/clockdrift_detector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/coarse_filter_update_gain.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/comfort_noise_generator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/decimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/dominant_nearend_detector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/downsampled_render_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_audibility.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_canceller3.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_path_delay_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_path_variability.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_remover.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/echo_remover_metrics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/erl_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/erle_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/fft_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/filter_analyzer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/frame_blocker.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/fullband_erle_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/matched_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/moving_average.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/refined_filter_update_gain.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/render_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/render_delay_controller_metrics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/render_signal_analyzer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/residual_echo_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_decay_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_frequency_response.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_model.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/reverb_model_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/signal_dependent_erle_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/spectrum_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/stationarity_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/subband_erle_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/subband_nearend_detector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor_output.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/subtractor_output_analyzer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/suppression_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/suppression_gain.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec_dump/null_aec_dump_factory.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aecm/aecm_core.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aecm/aecm_core_c.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aecm/echo_control_mobile.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/agc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/agc_manager_direct.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/legacy/analog_agc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/legacy/digital_agc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/loudness_histogram.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/utility.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_digital_gain_applier.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/agc2_testing_common.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/biquad_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/compute_interpolated_gain_curve.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/fixed_digital_level_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/gain_applier.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/interpolated_gain_curve.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/limiter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/limiter_db_gain_curve.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/noise_level_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/saturation_protector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/vector_float_frame.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/auto_correlation.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/features_extraction.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/lp_residual.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/pitch_search.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/spectral_features.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn_fc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/rnn_vad/rnn_gru.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/audio_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/audio_processing_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/audio_processing_builder_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/echo_control_mobile_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/echo_detector/circular_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/echo_detector/mean_variance_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/echo_detector/moving_max.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/gain_control_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/gain_controller2.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/high_pass_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/include/aec_dump.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/include/audio_frame_proxies.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/include/audio_processing.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/include/audio_processing_statistics.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/logging/apm_data_dumper.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/fast_math.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/histograms.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/noise_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/noise_suppressor.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/ns_fft.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/prior_signal_model.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/prior_signal_model_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/quantile_noise_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/signal_model.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/signal_model_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/speech_probability_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/suppression_params.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/ns/wiener_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/residual_echo_detector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/rms_level.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/splitting_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/three_band_filter_bank.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/file_utils.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/moving_moments.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/transient_detector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/transient_suppressor_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/wpd_node.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/wpd_tree.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/utility/cascaded_biquad_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/utility/delay_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/utility/delay_estimator_wrapper.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/utility/pffft_wrapper.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/gmm.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/pitch_based_vad.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/pitch_internal.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/pole_zero_filter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/standalone_vad.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/vad_audio_proc.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/vad_circular_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/vad/voice_activity_detector.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/bitrate_controller.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/monitor_interval.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/pcc_factory.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/pcc_network_controller.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/rtt_tracker.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/pcc/utility_function.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/receive_side_congestion_controller.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/rtp/control_handler.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/rtp/transport_feedback_adapter.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/rtp/transport_feedback_demuxer.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/alr_detector.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/bitrate_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/delay_based_bwe.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/goog_cc_network_control.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/link_capacity_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/probe_controller.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/robust_throughput_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/trendline_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/bitrate_prober.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/interval_budget.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/pacing_controller.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/packet_router.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/task_queue_paced_sender.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/include/report_block_data.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/include/rtp_rtcp_defines.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/absolute_capture_time_sender.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/dtmf_queue.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_private_tables_bursty.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_private_tables_random.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/fec_test_helper.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/flexfec_receiver.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/flexfec_sender.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/forward_error_correction.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/forward_error_correction_internal.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/packet_loss_stats.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_nack_stats.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/app.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/bye.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/common_header.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/fir.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/loss_notification.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/nack.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/pli.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/psfb.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/remb.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/report_block.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rrtr.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/sdes.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/sender_report.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_receiver.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_sender.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver_config.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtcp_transceiver_impl.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_descriptor_authentication.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_h264.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_video_generic.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_vp8.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_vp9.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_generic_frame_descriptor.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_header_extension_map.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_header_extension_size.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_header_extensions.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_history.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_received.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packet_to_send.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_packetizer_av1.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_impl.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_audio.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_egress.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_video.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_sequence_number_map.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_video_header.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/source_tracker.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/time_util.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/tmmbr_help.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_generator.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/receive_statistics_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/device_info_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/video_capture_factory.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/video_capture_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_color_space.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_decoder_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/h264/h264_encoder_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/augmented_video_frame_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/multiplex_decoder_adapter.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/multiplex/multiplex_encoder_adapter.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/decoder_database.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/encoded_frame.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/fec_controller_default.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/frame_buffer2.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/frame_dependencies_calculator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/frame_object.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/generic_decoder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/h264_sprop_parameter_sets.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/h264_sps_pps_tracker.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/histogram.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/include/video_codec_interface.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/loss_notification_controller.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/media_opt_util.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/packet_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_frame_reference_finder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/decoded_frames_history.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/frame_dropper.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/ivf_file_reader.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/ivf_file_writer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/quality_scaler.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/simulcast_rate_allocator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/simulcast_utility.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/vp8_header_parser.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/vp9_uncompressed_header_parser.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/video_codec_initializer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/video_coding_defines.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/video_receiver2.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/default_temporal_layers.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/screenshare_layers.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/temporal_layers_checker.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/svc_config.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/vp9.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/encoder_settings.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/resource_adaptation_processor_interface.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/video_source_restrictions.cc"
|
|
"${WEBRTC_DIR}/call/audio_receive_stream.cc"
|
|
"${WEBRTC_DIR}/call/audio_send_stream.cc"
|
|
"${WEBRTC_DIR}/call/audio_state.cc"
|
|
"${WEBRTC_DIR}/call/bitrate_allocator.cc"
|
|
"${WEBRTC_DIR}/call/call.cc"
|
|
"${WEBRTC_DIR}/call/call_config.cc"
|
|
"${WEBRTC_DIR}/call/call_factory.cc"
|
|
"${WEBRTC_DIR}/call/degraded_call.cc"
|
|
"${WEBRTC_DIR}/call/fake_network_pipe.cc"
|
|
"${WEBRTC_DIR}/call/flexfec_receive_stream.cc"
|
|
"${WEBRTC_DIR}/call/flexfec_receive_stream_impl.cc"
|
|
"${WEBRTC_DIR}/call/receive_time_calculator.cc"
|
|
"${WEBRTC_DIR}/call/rtp_bitrate_configurator.cc"
|
|
"${WEBRTC_DIR}/call/rtp_config.cc"
|
|
"${WEBRTC_DIR}/call/rtp_demuxer.cc"
|
|
"${WEBRTC_DIR}/call/rtp_payload_params.cc"
|
|
"${WEBRTC_DIR}/call/rtp_stream_receiver_controller.cc"
|
|
"${WEBRTC_DIR}/call/rtp_transport_controller_send.cc"
|
|
"${WEBRTC_DIR}/call/rtp_video_sender.cc"
|
|
"${WEBRTC_DIR}/call/rtx_receive_stream.cc"
|
|
"${WEBRTC_DIR}/call/simulated_network.cc"
|
|
"${WEBRTC_DIR}/call/syncable.cc"
|
|
"${WEBRTC_DIR}/call/video_receive_stream.cc"
|
|
"${WEBRTC_DIR}/call/video_send_stream.cc"
|
|
"${WEBRTC_DIR}/common_audio/audio_converter.cc"
|
|
"${WEBRTC_DIR}/common_audio/audio_util.cc"
|
|
"${WEBRTC_DIR}/common_audio/channel_buffer.cc"
|
|
"${WEBRTC_DIR}/common_audio/fir_filter_c.cc"
|
|
"${WEBRTC_DIR}/common_audio/fir_filter_factory.cc"
|
|
"${WEBRTC_DIR}/common_audio/real_fourier.cc"
|
|
"${WEBRTC_DIR}/common_audio/real_fourier_ooura.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/push_resampler.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/push_sinc_resampler.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/resampler.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/sinc_resampler.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/sinusoidal_linear_chirp_source.cc"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/dot_product_with_scale.cc"
|
|
"${WEBRTC_DIR}/common_audio/smoothing_filter.cc"
|
|
"${WEBRTC_DIR}/common_audio/vad/vad.cc"
|
|
"${WEBRTC_DIR}/common_audio/wav_file.cc"
|
|
"${WEBRTC_DIR}/common_audio/wav_header.cc"
|
|
"${WEBRTC_DIR}/common_audio/window_generator.cc"
|
|
"${WEBRTC_DIR}/common_audio/ring_buffer.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/auto_corr_to_refl_coef.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/auto_correlation.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/complex_fft.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/copy_set_operations.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/cross_correlation.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/division_operations.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/downsample_fast.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/energy.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/filter_ar.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/filter_ma_fast_q12.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/get_hanning_window.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/get_scaling_square.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/ilbc_specific_functions.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/levinson_durbin.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/lpc_to_refl_coef.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/min_max_operations.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/randomization_functions.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/real_fft.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/refl_coef_to_lpc.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/resample.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/resample_48khz.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/resample_by_2.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/resample_by_2_internal.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/resample_fractional.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/spl_init.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/spl_inl.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/spl_sqrt.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/splitting_filter.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/vector_scaling_operations.c"
|
|
"${WEBRTC_DIR}/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c"
|
|
"${WEBRTC_DIR}/common_audio/vad/vad_core.c"
|
|
"${WEBRTC_DIR}/common_audio/vad/vad_filterbank.c"
|
|
"${WEBRTC_DIR}/common_audio/vad/vad_gmm.c"
|
|
"${WEBRTC_DIR}/common_audio/vad/vad_sp.c"
|
|
"${WEBRTC_DIR}/common_audio/vad/webrtc_vad.c"
|
|
"${WEBRTC_DIR}/common_video/bitrate_adjuster.cc"
|
|
"${WEBRTC_DIR}/common_video/frame_rate_estimator.cc"
|
|
"${WEBRTC_DIR}/common_video/generic_frame_descriptor/generic_frame_info.cc"
|
|
"${WEBRTC_DIR}/common_video/h264/h264_bitstream_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h264/h264_common.cc"
|
|
"${WEBRTC_DIR}/common_video/h264/pps_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h264/sps_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h264/sps_vui_rewriter.cc"
|
|
"${WEBRTC_DIR}/common_video/libyuv/webrtc_libyuv.cc"
|
|
"${WEBRTC_DIR}/common_video/video_frame_buffer.cc"
|
|
"${WEBRTC_DIR}/p2p/base/async_stun_tcp_socket.cc"
|
|
"${WEBRTC_DIR}/p2p/base/basic_async_resolver_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/base/basic_ice_controller.cc"
|
|
"${WEBRTC_DIR}/p2p/base/basic_packet_socket_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/base/connection.cc"
|
|
"${WEBRTC_DIR}/p2p/base/connection_info.cc"
|
|
"${WEBRTC_DIR}/p2p/base/default_ice_transport_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/base/dtls_transport.cc"
|
|
"${WEBRTC_DIR}/p2p/base/dtls_transport_internal.cc"
|
|
"${WEBRTC_DIR}/p2p/base/ice_controller_interface.cc"
|
|
"${WEBRTC_DIR}/p2p/base/ice_credentials_iterator.cc"
|
|
"${WEBRTC_DIR}/p2p/base/ice_transport_internal.cc"
|
|
"${WEBRTC_DIR}/p2p/base/p2p_constants.cc"
|
|
"${WEBRTC_DIR}/p2p/base/p2p_transport_channel.cc"
|
|
"${WEBRTC_DIR}/p2p/base/packet_transport_internal.cc"
|
|
"${WEBRTC_DIR}/p2p/base/port.cc"
|
|
"${WEBRTC_DIR}/p2p/base/port_allocator.cc"
|
|
"${WEBRTC_DIR}/p2p/base/port_interface.cc"
|
|
"${WEBRTC_DIR}/p2p/base/pseudo_tcp.cc"
|
|
"${WEBRTC_DIR}/p2p/base/regathering_controller.cc"
|
|
"${WEBRTC_DIR}/p2p/base/stun_port.cc"
|
|
"${WEBRTC_DIR}/p2p/base/stun_request.cc"
|
|
"${WEBRTC_DIR}/p2p/base/stun_server.cc"
|
|
"${WEBRTC_DIR}/p2p/base/tcp_port.cc"
|
|
"${WEBRTC_DIR}/p2p/base/test_stun_server.cc"
|
|
"${WEBRTC_DIR}/p2p/base/transport_description.cc"
|
|
"${WEBRTC_DIR}/p2p/base/transport_description_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/base/turn_port.cc"
|
|
"${WEBRTC_DIR}/p2p/base/turn_server.cc"
|
|
"${WEBRTC_DIR}/p2p/client/basic_port_allocator.cc"
|
|
"${WEBRTC_DIR}/p2p/client/turn_port_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/stunprober/stun_prober.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/encoder/blob_encoding.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/encoder/delta_encoding.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/encoder/var_int.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_alr_state.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_playout.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_ack_received.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_packet_received.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_generic_packet_sent.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_probe_result_success.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_route_change.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/fake_rtc_event_log.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/fake_rtc_event_log_factory.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/ice_logger.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/rtc_stream_config.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/encode_usage_resource.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/overuse_frame_detector.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/quality_scaler_resource.cc"
|
|
"${WEBRTC_DIR}/video/buffered_frame_decryptor.cc"
|
|
"${WEBRTC_DIR}/video/encoder_bitrate_adjuster.cc"
|
|
"${WEBRTC_DIR}/video/encoder_overshoot_detector.cc"
|
|
"${WEBRTC_DIR}/video/encoder_rtcp_feedback.cc"
|
|
"${WEBRTC_DIR}/video/frame_dumping_decoder.cc"
|
|
"${WEBRTC_DIR}/video/frame_encode_metadata_writer.cc"
|
|
"${WEBRTC_DIR}/video/quality_limitation_reason_tracker.cc"
|
|
"${WEBRTC_DIR}/video/quality_threshold.cc"
|
|
"${WEBRTC_DIR}/video/report_block_stats.cc"
|
|
"${WEBRTC_DIR}/video/rtp_video_stream_receiver_frame_transformer_delegate.cc"
|
|
"${WEBRTC_DIR}/video/send_delay_stats.cc"
|
|
"${WEBRTC_DIR}/video/send_statistics_proxy.cc"
|
|
"${WEBRTC_DIR}/video/stats_counter.cc"
|
|
"${WEBRTC_DIR}/video/stream_synchronization.cc"
|
|
"${WEBRTC_DIR}/video/transport_adapter.cc"
|
|
"${WEBRTC_DIR}/video/video_send_stream.cc"
|
|
"${WEBRTC_DIR}/video/video_send_stream_impl.cc"
|
|
"${WEBRTC_DIR}/video/video_source_sink_controller.cc"
|
|
"${WEBRTC_DIR}/video/video_stream_decoder_impl.cc"
|
|
"${WEBRTC_DIR}/video/video_stream_encoder.cc"
|
|
"${WEBRTC_DIR}/audio/audio_level.cc"
|
|
"${WEBRTC_DIR}/audio/audio_receive_stream.cc"
|
|
"${WEBRTC_DIR}/audio/audio_send_stream.cc"
|
|
"${WEBRTC_DIR}/audio/audio_state.cc"
|
|
"${WEBRTC_DIR}/audio/audio_transport_impl.cc"
|
|
"${WEBRTC_DIR}/audio/channel_receive.cc"
|
|
"${WEBRTC_DIR}/audio/channel_receive_frame_transformer_delegate.cc"
|
|
"${WEBRTC_DIR}/audio/channel_send.cc"
|
|
"${WEBRTC_DIR}/audio/channel_send_frame_transformer_delegate.cc"
|
|
"${WEBRTC_DIR}/audio/remix_resample.cc"
|
|
"${WEBRTC_DIR}/audio/utility/audio_frame_operations.cc"
|
|
"${WEBRTC_DIR}/audio/utility/channel_mixer.cc"
|
|
"${WEBRTC_DIR}/audio/utility/channel_mixing_matrix.cc"
|
|
"${WEBRTC_DIR}/audio/voip/audio_egress.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/aimd_rate_control.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/bwe_defines.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/inter_arrival.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/overuse_detector.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/overuse_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/test/bwe_test_logging.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/remote_estimator_proxy.cc"
|
|
"${WEBRTC_DIR}/stats/rtc_stats_report.cc"
|
|
"${WEBRTC_DIR}/stats/rtc_stats.cc"
|
|
"${WEBRTC_DIR}/stats/rtcstats_objects.cc"
|
|
"${WEBRTC_DIR}/api/transport/rtp/dependency_descriptor.cc"
|
|
"${WEBRTC_DIR}/api/adaptation/resource.cc"
|
|
"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft.cc"
|
|
"${WEBRTC_DIR}/common_video/video_frame_buffer_pool.cc"
|
|
"${WEBRTC_DIR}/modules/async_audio_processing/async_audio_processing.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/transparent_mode.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/cpu_features.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/inter_arrival_delta.cc"
|
|
"${WEBRTC_DIR}/rtc_base/boringssl_identity.cc"
|
|
"${WEBRTC_DIR}/rtc_base/network_monitor_factory.cc"
|
|
"${WEBRTC_DIR}/rtc_base/openssl_key_pair.cc"
|
|
"${WEBRTC_DIR}/rtc_base/deprecated/recursive_critical_section.cc"
|
|
"${WEBRTC_DIR}/api/video/video_frame_metadata.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_rtcp_impl2.cc"
|
|
"${WEBRTC_DIR}/api/video/nv12_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/video_adaptation_counters.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/degradation_preference_provider.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/chain_diff_calculator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_frame_id_only_ref_finder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalable_video_controller_no_layering.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/create_scalability_structure.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/svc_rate_allocator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_full_svc.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_key_svc.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_l2t2_key_shift.cc"
|
|
"${WEBRTC_DIR}/pc/connection_context.cc"
|
|
"${WEBRTC_DIR}/pc/data_channel_utils.cc"
|
|
"${WEBRTC_DIR}/rtc_base/boringssl_certificate.cc"
|
|
"${WEBRTC_DIR}/rtc_base/strings/string_format.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/adaptation_constraint.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/optionally_built_submodule_creators.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/active_decode_targets_helper.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/interface/libvpx_interface.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_generic_ref_finder.cc"
|
|
"${WEBRTC_DIR}/pc/sctp_data_channel.cc"
|
|
"${WEBRTC_DIR}/rtc_base/callback_list.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/broadcast_resource_listener.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/video_stream_input_state.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/video_stream_encoder_resource.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/resource_adaptation_processor.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/video_stream_adapter.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_seq_num_only_ref_finder.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_vp8_ref_finder.cc"
|
|
"${WEBRTC_DIR}/call/adaptation/video_stream_input_state_provider.cc"
|
|
"${WEBRTC_DIR}/pc/peer_connection_message_handler.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/video_stream_encoder_resource_manager.cc"
|
|
"${WEBRTC_DIR}/pc/rtp_transmission_manager.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/balanced_constraint.cc"
|
|
"${WEBRTC_DIR}/pc/transceiver_list.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/av1/av1_svc_config.cc"
|
|
"${WEBRTC_DIR}/call/version.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/rtp_vp9_ref_finder.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/bitrate_constraint.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/pixel_limit_resource.cc"
|
|
"${WEBRTC_DIR}/pc/usage_pattern.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc"
|
|
"${WEBRTC_DIR}/pc/sdp_offer_answer.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/quality_rampup_experiment_helper.cc"
|
|
"${WEBRTC_DIR}/video/call_stats2.cc"
|
|
"${WEBRTC_DIR}/video/alignment_adjuster.cc"
|
|
"${WEBRTC_DIR}/video/video_receive_stream2.cc"
|
|
"${WEBRTC_DIR}/video/receive_statistics_proxy2.cc"
|
|
"${WEBRTC_DIR}/video/video_quality_observer2.cc"
|
|
"${WEBRTC_DIR}/video/rtp_streams_synchronizer2.cc"
|
|
"${WEBRTC_DIR}/video/rtp_video_stream_receiver2.cc"
|
|
"${WEBRTC_DIR}/video/video_stream_decoder2.cc"
|
|
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/packet_sequencer.cc"
|
|
"${WEBRTC_DIR}/rtc_base/async_resolver.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/encoder_info_settings.cc"
|
|
"${WEBRTC_DIR}/rtc_base/system_time.cc"
|
|
"${WEBRTC_DIR}/rtc_base/synchronization/sequence_checker_internal.cc"
|
|
"${WEBRTC_DIR}/rtc_base/internal/default_socket_server.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalability_structure_simulcast.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/qp_parser.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/saturation_protector_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_util.cc"
|
|
"${WEBRTC_DIR}/pc/jsep_transport_collection.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/nack_requester.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/remb_throttler.cc"
|
|
"${WEBRTC_DIR}/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc"
|
|
"${WEBRTC_DIR}/system_wrappers/source/denormal_disabler.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/vp9_profile.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/h264_profile_level_id.cc"
|
|
"${WEBRTC_DIR}/modules/remote_bitrate_estimator/packet_arrival_map.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/capture_clock_offset_updater.cc"
|
|
"${WEBRTC_DIR}/pc/video_track_source_proxy.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/absolute_capture_time_interpolator.cc"
|
|
"${WEBRTC_DIR}/media/base/sdp_video_format_utils.cc"
|
|
"${WEBRTC_DIR}/media/sctp/sctp_transport_factory.cc"
|
|
"${WEBRTC_DIR}/media/sctp/dcsctp_transport.cc"
|
|
"${WEBRTC_DIR}/rtc_base/bitstream_reader.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/reorder_optimizer.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/underrun_optimizer.cc"
|
|
"${WEBRTC_DIR}/common_video/framerate_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc/analog_gain_stats_reporter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/vad_wrapper.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/adaptive_digital_gain_controller.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/framerate_controller_deprecated.cc"
|
|
"${WEBRTC_DIR}/video/adaptation/bandwidth_quality_scaler_resource.cc"
|
|
"${WEBRTC_DIR}/api/wrapping_async_dns_resolver.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/utility/bandwidth_quality_scaler.cc"
|
|
"${WEBRTC_DIR}/rtc_base/experiments/bandwidth_quality_scaler_settings.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/h265_common.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/h265_pps_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/h265_sps_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/h265_vps_parser.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/legacy_bit_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/rtp_format_h265.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/h265_vps_sps_pps_tracker.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc"
|
|
"${WEBRTC_DIR}/common_video/h265/h265_bitstream_parser.cc"
|
|
"${WEBRTC_DIR}/video/frame_cadence_adapter.cc"
|
|
"${WEBRTC_DIR}/api/video/i444_buffer.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_encoding_parser.cc"
|
|
"${WEBRTC_DIR}/video/decode_synchronizer.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.cc"
|
|
"${WEBRTC_DIR}/video/frame_decode_timing.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/frame_helpers.cc"
|
|
"${WEBRTC_DIR}/video/task_queue_frame_decode_scheduler.cc"
|
|
"${WEBRTC_DIR}/video/video_receive_stream_timeout_tracker.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_encoding.cc"
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/events/rtc_event_field_extraction.cc"
|
|
"${WEBRTC_DIR}/api/video/i210_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/i422_buffer.cc"
|
|
"${WEBRTC_DIR}/video/config/video_encoder_config.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/config_selector.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/ulpfec_receiver.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/av1_profile.cc"
|
|
"${WEBRTC_DIR}/modules/utility/maybe_worker_thread.cc"
|
|
"${WEBRTC_DIR}/pc/legacy_stats_collector.cc"
|
|
"${WEBRTC_DIR}/modules/audio_coding/neteq/packet_arrival_history.cc"
|
|
"${WEBRTC_DIR}/api/task_queue/pending_task_safety_flag.cc"
|
|
"${WEBRTC_DIR}/video/render/incoming_video_stream.cc"
|
|
"${WEBRTC_DIR}/modules/pacing/prioritized_packet_queue.cc"
|
|
"${WEBRTC_DIR}/video/unique_timestamp_counter.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/clipping_predictor.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/scalability_mode.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/codecs/vp8/vp8_scalability.cc"
|
|
"${WEBRTC_DIR}/video/render/video_render_frames.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/svc/scalability_mode_util.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/transient/voice_probability_delay_unit.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aec3/multi_channel_content_detector.cc"
|
|
"${WEBRTC_DIR}/video/video_stream_buffer_controller.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/clipping_predictor_level_buffer.cc"
|
|
"${WEBRTC_DIR}/api/video/frame_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/inter_frame_delay.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/jitter_estimator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/timing.cc"
|
|
"${WEBRTC_DIR}/video/config/encoder_stream_factory.cc"
|
|
"${WEBRTC_DIR}/p2p/base/ice_switch_reason.cc"
|
|
"${WEBRTC_DIR}/p2p/base/wrapping_active_ice_controller.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/codec_timer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/timestamp_extrapolator.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/frame_delay_variation_kalman_filter.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/timing/rtt_filter.cc"
|
|
"${WEBRTC_DIR}/video/config/simulcast.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/simulcast_stream.cc"
|
|
)
|
|
|
|
target_sources(webrtc PRIVATE
|
|
"${WEBRTC_DIR}/rtc_base/system/warn_current_thread_is_deadlocked.cc"
|
|
"${WEBRTC_DIR}/rtc_base/task_queue_libevent.cc"
|
|
"${WEBRTC_DIR}/rtc_base/task_queue_stdlib.cc"
|
|
|
|
"${WEBRTC_DIR}/api/field_trials.cc"
|
|
"${WEBRTC_DIR}/api/numerics/samples_stats_counter.cc"
|
|
"${WEBRTC_DIR}/api/task_queue/default_task_queue_factory_libevent.cc"
|
|
"${WEBRTC_DIR}/api/voip/voip_engine_factory.cc"
|
|
"${WEBRTC_DIR}/api/video/rtp_video_frame_assembler.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/spatial_layer.cc"
|
|
"${WEBRTC_DIR}/api/video_codecs/scalability_mode_helper.cc"
|
|
|
|
"${WEBRTC_DIR}/audio/voip/audio_channel.cc"
|
|
"${WEBRTC_DIR}/audio/voip/audio_ingress.cc"
|
|
"${WEBRTC_DIR}/audio/voip/voip_core.cc"
|
|
|
|
"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_256/fft4g.cc"
|
|
|
|
"${WEBRTC_DIR}/sdk/media_constraints.cc"
|
|
|
|
"${WEBRTC_DIR}/logging/rtc_event_log/rtc_event_log_impl.cc"
|
|
|
|
"${WEBRTC_DIR}/modules/audio_device/audio_device_impl.cc"
|
|
"${WEBRTC_DIR}/modules/audio_processing/agc2/speech_probability_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/linux/device_info_linux.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/linux/video_capture_linux.cc"
|
|
"${WEBRTC_DIR}/modules/video_capture/video_capture_factory_null.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/decoding_state.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/event_wrapper.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/frame_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/jitter_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/packet.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/receiver.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/session_info.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/video_coding_impl.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/video_receiver.cc"
|
|
"${WEBRTC_DIR}/modules/video_coding/h264_packet_buffer.cc"
|
|
"${WEBRTC_DIR}/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.cc"
|
|
"${WEBRTC_DIR}/modules/utility/source/helpers_android.cc"
|
|
"${WEBRTC_DIR}/modules/utility/source/jvm_android.cc"
|
|
|
|
"${WEBRTC_DIR}/net/dcsctp/public/dcsctp_socket_factory.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/public/dcsctp_handover_state.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/public/text_pcap_packet_observer.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/callback_deferrer.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/dcsctp_socket.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/heartbeat_handler.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/packet_sender.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/state_cookie.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/stream_reset_handler.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/socket/transmission_control_block.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk_validators.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/crc32c.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/sctp_packet.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/tlv_trait.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/abort_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/cookie_ack_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/cookie_echo_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/data_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/error_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/forward_tsn_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/heartbeat_ack_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/heartbeat_request_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/idata_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/iforward_tsn_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/init_ack_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/init_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/reconfig_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/sack_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/shutdown_ack_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/shutdown_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/chunk/shutdown_complete_chunk.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/cookie_received_while_shutting_down_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/error_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/invalid_mandatory_parameter_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/invalid_stream_identifier_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/missing_mandatory_parameter_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/no_user_data_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/out_of_resource_error_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/protocol_violation_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/stale_cookie_error_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/restart_of_an_association_with_new_address_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/unrecognized_chunk_type_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/unrecognized_parameter_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/unresolvable_address_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/error_cause/user_initiated_abort_cause.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/add_incoming_streams_request_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/add_outgoing_streams_request_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/forward_tsn_supported_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/heartbeat_info_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/incoming_ssn_reset_request_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/outgoing_ssn_reset_request_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/reconfiguration_response_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/state_cookie_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/packet/parameter/supported_extensions_parameter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/rx/data_tracker.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/rx/reassembly_queue.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/rx/traditional_reassembly_streams.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/rx/interleaved_reassembly_streams.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/outstanding_data.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/retransmission_error_counter.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/retransmission_queue.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/retransmission_timeout.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/rr_send_queue.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/tx/stream_scheduler.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/timer/task_queue_timeout.cc"
|
|
"${WEBRTC_DIR}/net/dcsctp/timer/timer.cc"
|
|
)
|
|
|
|
# crc32
|
|
|
|
target_sources(webrtc PRIVATE
|
|
"${THIRDPARTY_DIR}/crc32c/src/crc32c_portable.cc"
|
|
"${THIRDPARTY_DIR}/crc32c/src/crc32c.cc"
|
|
)
|
|
target_include_directories(webrtc PRIVATE
|
|
"${THIRDPARTY_DIR}/crc32c/include"
|
|
)
|
|
|
|
# libevent
|
|
|
|
target_sources(webrtc PRIVATE
|
|
"${THIRDPARTY_DIR}/libevent/buffer.c"
|
|
"${THIRDPARTY_DIR}/libevent/epoll.c"
|
|
"${THIRDPARTY_DIR}/libevent/evbuffer.c"
|
|
"${THIRDPARTY_DIR}/libevent/evdns.c"
|
|
"${THIRDPARTY_DIR}/libevent/event.c"
|
|
"${THIRDPARTY_DIR}/libevent/event_tagging.c"
|
|
"${THIRDPARTY_DIR}/libevent/evrpc.c"
|
|
"${THIRDPARTY_DIR}/libevent/evutil.c"
|
|
"${THIRDPARTY_DIR}/libevent/http.c"
|
|
"${THIRDPARTY_DIR}/libevent/log.c"
|
|
"${THIRDPARTY_DIR}/libevent/poll.c"
|
|
"${THIRDPARTY_DIR}/libevent/select.c"
|
|
"${THIRDPARTY_DIR}/libevent/signal.c"
|
|
"${THIRDPARTY_DIR}/libevent/strlcpy.c"
|
|
)
|
|
|
|
# Deprecated non-existent files:
|
|
|
|
# "${WEBRTC_DIR}/modules/audio_device/android/audio_screen_record_jni.cc"
|
|
# "${WEBRTC_DIR}/modules/audio_device/android/audio_merged_screen_record_jni.cc"
|
|
# "${WEBRTC_DIR}/sdk/android/src/jni/h264_codec.cc"
|
|
# "${WEBRTC_DIR}/video/rtp_video_stream_receiver.cc"
|
|
# "${WEBRTC_DIR}/common_video/h264/prefix_parser.cc"
|
|
# "${WEBRTC_DIR}/api/field_trials_registry.cc"
|
|
# "${WEBRTC_DIR}/modules/audio_processing/agc2/speech_level_estimator.cc"
|
|
# "${WEBRTC_DIR}/modules/audio_processing/agc2/input_volume_stats_reporter.cc"
|
|
|
|
target_compile_definitions(webrtc PRIVATE
|
|
RTC_DISABLE_TRACE_EVENTS
|
|
WEBRTC_OPUS_SUPPORT_120MS_PTIME=1
|
|
BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0
|
|
ABSL_ALLOCATOR_NOTHROW=1
|
|
WEBRTC_NS_FLOAT
|
|
HAVE_PTHREAD
|
|
RTC_ENABLE_VP9
|
|
WEBRTC_POSIX
|
|
WEBRTC_LINUX
|
|
WEBRTC_USE_H264
|
|
NDEBUG
|
|
WEBRTC_HAVE_USRSCTP
|
|
WEBRTC_HAVE_DCSCTP
|
|
WEBRTC_HAVE_SCTP
|
|
WEBRTC_APM_DEBUG_DUMP=0
|
|
WEBRTC_USE_BUILTIN_ISAC_FLOAT
|
|
WEBRTC_OPUS_VARIABLE_COMPLEXITY=0
|
|
HAVE_NETINET_IN_H
|
|
WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE
|
|
HAVE_WEBRTC_VIDEO
|
|
DYNAMIC_ANNOTATIONS_ENABLED=0
|
|
WEBRTC_ENABLE_PROTOBUF=0
|
|
WEBRTC_ENABLE_AVX2
|
|
WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0
|
|
)
|
|
|
|
#[[target_compile_options(webrtc INTERFACE
|
|
"$<$<COMPILE_LANGUAGE:C>:-std=c20>"
|
|
"$<$<COMPILE_LANGUAGE:CXX>:-std=c++20>"
|
|
)]]
|
|
|
|
target_compile_options(webrtc PRIVATE
|
|
-Wno-shorten-64-to-32
|
|
-Wno-macro-redefined
|
|
)
|
|
|
|
# platform-specific
|
|
|
|
if(${ARCHITECTURE} STREQUAL "armv7l" OR ${ARCHITECTURE} STREQUAL "aarch64")
|
|
target_sources(webrtc PRIVATE
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/filters_neon.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/lattice_neon.c"
|
|
"${WEBRTC_DIR}/modules/audio_coding/codecs/isac/fix/source/transform_neon.c"
|
|
"${WEBRTC_DIR}/modules/audio_processing/aecm/aecm_core_neon.cc"
|
|
"${WEBRTC_DIR}/common_audio/fir_filter_neon.cc"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/cross_correlation_neon.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/downsample_fast_neon.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/min_max_operations_neon.c"
|
|
"${WEBRTC_DIR}/common_audio/resampler/sinc_resampler_neon.cc"
|
|
"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc"
|
|
)
|
|
if(${ARCHITECTURE} STREQUAL "armv7l")
|
|
target_sources(webrtc PRIVATE
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/complex_bit_reverse_arm.S"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/filter_ar_fast_q12_armv7.S"
|
|
)
|
|
target_compile_definitions(webrtc PRIVATE
|
|
WEBRTC_ARCH_ARM
|
|
WEBRTC_ARCH_ARM_V7
|
|
WEBRTC_HAS_NEON
|
|
LIBYUV_NEON
|
|
)
|
|
elseif(${ARCHITECTURE} STREQUAL "aarch64")
|
|
target_sources(webrtc PRIVATE
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/complex_bit_reverse.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/filter_ar_fast_q12.c"
|
|
)
|
|
target_compile_definitions(webrtc PRIVATE
|
|
WEBRTC_ARCH_ARM64
|
|
WEBRTC_HAS_NEON
|
|
LIBYUV_NEON
|
|
)
|
|
endif()
|
|
elseif(${ARCHITECTURE} STREQUAL "x86_64" OR ${ARCHITECTURE} STREQUAL "x86")
|
|
target_sources(webrtc PRIVATE
|
|
"${WEBRTC_DIR}/common_audio/fir_filter_sse.cc"
|
|
"${WEBRTC_DIR}/common_audio/resampler/sinc_resampler_sse.cc"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/complex_bit_reverse.c"
|
|
"${WEBRTC_DIR}/common_audio/signal_processing/filter_ar_fast_q12.c"
|
|
"${WEBRTC_DIR}/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc"
|
|
)
|
|
target_compile_definitions(webrtc PRIVATE
|
|
HAVE_SSE2
|
|
)
|
|
else()
|
|
message(FATAL_ERROR "Unknown abi: ${ARCHITECTURE}")
|
|
endif()
|
|
|
|
target_link_libraries(webrtc PUBLIC
|
|
ssl
|
|
crypto
|
|
usrsctp
|
|
srtp
|
|
openh264
|
|
absl
|
|
avcodec
|
|
yuv
|
|
opus
|
|
vpx
|
|
)
|
|
|
|
target_include_directories(webrtc PRIVATE
|
|
.
|
|
"${WEBRTC_DIR}/generated_sources"
|
|
"${STUB_DIR}"
|
|
)
|
|
|
|
target_include_directories(webrtc PUBLIC
|
|
"${WEBRTC_DIR}"
|
|
) |