rnnoise_sources = [ "third_party/rnnoise/src/rnn_vad_weights.cc", "third_party/rnnoise/src/rnn_vad_weights.h", "third_party/rnnoise/src/rnn_activations.h", ] pffft_sources = [ "third_party/pffft/src/" + x for x in [ "fftpack.c", "pffft.c", "pffft.h", "fftpack.h", ]] libvpx_source = [ "third_party/libvpx/source/libvpx/args.c", "third_party/libvpx/source/libvpx/ivfdec.c", "third_party/libvpx/source/libvpx/ivfenc.c", "third_party/libvpx/source/libvpx/md5_utils.c", "third_party/libvpx/source/libvpx/rate_hist.c", "third_party/libvpx/source/libvpx/tools_common.c", "third_party/libvpx/source/libvpx/video_reader.c", "third_party/libvpx/source/libvpx/video_writer.c", "third_party/libvpx/source/libvpx/vp8/common/alloccommon.c", "third_party/libvpx/source/libvpx/vp8/common/blockd.c", "third_party/libvpx/source/libvpx/vp8/common/context.c", "third_party/libvpx/source/libvpx/vp8/common/debugmodes.c", "third_party/libvpx/source/libvpx/vp8/common/dequantize.c", "third_party/libvpx/source/libvpx/vp8/common/entropy.c", "third_party/libvpx/source/libvpx/vp8/common/entropymode.c", "third_party/libvpx/source/libvpx/vp8/common/entropymv.c", "third_party/libvpx/source/libvpx/vp8/common/extend.c", "third_party/libvpx/source/libvpx/vp8/common/filter.c", "third_party/libvpx/source/libvpx/vp8/common/findnearmv.c", "third_party/libvpx/source/libvpx/vp8/common/generic/systemdependent.c", "third_party/libvpx/source/libvpx/vp8/common/idct_blk.c", "third_party/libvpx/source/libvpx/vp8/common/idctllm.c", "third_party/libvpx/source/libvpx/vp8/common/loopfilter_filters.c", "third_party/libvpx/source/libvpx/vp8/common/mbpitch.c", "third_party/libvpx/source/libvpx/vp8/common/mfqe.c", "third_party/libvpx/source/libvpx/vp8/common/modecont.c", "third_party/libvpx/source/libvpx/vp8/common/postproc.c", "third_party/libvpx/source/libvpx/vp8/common/quant_common.c", "third_party/libvpx/source/libvpx/vp8/common/reconinter.c", "third_party/libvpx/source/libvpx/vp8/common/reconintra.c", "third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.c", "third_party/libvpx/source/libvpx/vp8/common/rtcd.c", "third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c", "third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c", "third_party/libvpx/source/libvpx/vp8/common/treecoder.c", "third_party/libvpx/source/libvpx/vp8/common/vp8_loopfilter.c", "third_party/libvpx/source/libvpx/vp8/common/vp8_skin_detection.c", "third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c", "third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c", "third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c", "third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c", "third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c", "third_party/libvpx/source/libvpx/vp8/decoder/threading.c", "third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c", "third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c", "third_party/libvpx/source/libvpx/vp8/encoder/copy_c.c", "third_party/libvpx/source/libvpx/vp8/encoder/dct.c", "third_party/libvpx/source/libvpx/vp8/encoder/denoising.c", "third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c", "third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c", "third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c", "third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c", "third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c", "third_party/libvpx/source/libvpx/vp8/encoder/firstpass.c", "third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c", "third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c", "third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c", "third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c", "third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c", "third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c", "third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c", "third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c", "third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c", "third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c", "third_party/libvpx/source/libvpx/vp8/encoder/temporal_filter.c", "third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c", "third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c", "third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c", "third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c", "third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_debugmodes.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_entropy.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_entropymode.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_entropymv.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_filter.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_frame_buffers.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_idct.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_loopfilter.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_mfqe.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_mvref_common.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_postproc.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_pred_common.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_quant_common.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_reconinter.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_reconintra.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_rtcd.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_scale.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_scan.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c", "third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c", "third_party/libvpx/source/libvpx/vp9/decoder/vp9_job_queue.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_alt_ref_aq.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_360.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_complexity.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_variance.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_blockiness.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_extend.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_firstpass.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_frame_scale.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_lookahead.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_mbgraph.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_mcomp.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_non_greedy_mv.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_ratectrl.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_rd.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_resize.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_segmentation.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_skin_detection.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_speed_features.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_subexp.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_svc_layercontext.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_temporal_filter.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c", "third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c", "third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c", "third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c", "third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c", "third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c", "third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c", "third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c", "third_party/libvpx/source/libvpx/vpx/src/vpx_image.c", "third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c", "third_party/libvpx/source/libvpx/vpx_dsp/avg.c", "third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c", "third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c", "third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c", "third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c", "third_party/libvpx/source/libvpx/vpx_dsp/deblock.c", "third_party/libvpx/source/libvpx/vpx_dsp/fastssim.c", "third_party/libvpx/source/libvpx/vpx_dsp/fwd_txfm.c", "third_party/libvpx/source/libvpx/vpx_dsp/intrapred.c", "third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c", "third_party/libvpx/source/libvpx/vpx_dsp/loopfilter.c", "third_party/libvpx/source/libvpx/vpx_dsp/prob.c", "third_party/libvpx/source/libvpx/vpx_dsp/psnr.c", "third_party/libvpx/source/libvpx/vpx_dsp/psnrhvs.c", "third_party/libvpx/source/libvpx/vpx_dsp/quantize.c", "third_party/libvpx/source/libvpx/vpx_dsp/sad.c", "third_party/libvpx/source/libvpx/vpx_dsp/skin_detection.c", "third_party/libvpx/source/libvpx/vpx_dsp/ssim.c", "third_party/libvpx/source/libvpx/vpx_dsp/subtract.c", "third_party/libvpx/source/libvpx/vpx_dsp/sum_squares.c", "third_party/libvpx/source/libvpx/vpx_dsp/variance.c", "third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.c", "third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c", "third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c", "third_party/libvpx/source/libvpx/vpx_ports/arm_cpudetect.c", "third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c", "third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c", "third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c", "third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c", "third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c", "third_party/libvpx/source/libvpx/vpx_util/vpx_debug_util.c", "third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c", "third_party/libvpx/source/libvpx/vpx_util/vpx_write_yuv_frame.c", "third_party/libvpx/source/libvpx/vpxdec.c", "third_party/libvpx/source/libvpx/vpxenc.c", "third_party/libvpx/source/libvpx/vpxstats.c", "third_party/libvpx/source/libvpx/warnings.c", "third_party/libvpx/source/libvpx/y4menc.c", "third_party/libvpx/source/libvpx/y4minput.c", ] absl_sources = [ "third_party/abseil-cpp/" + x for x in [ "absl/container/internal/layout.h", "absl/container/internal/hashtable_debug_hooks.h", "absl/strings/internal/cord_internal.h", "absl/base/internal/inline_variable.h", "absl/base/dynamic_annotations.cc", "absl/base/internal/cycleclock.cc", "absl/base/internal/exponential_biased.cc", "absl/base/internal/low_level_alloc.cc", "absl/base/internal/periodic_sampler.cc", "absl/base/internal/raw_logging.cc", "absl/base/internal/scoped_set_env.cc", "absl/base/internal/spinlock.cc", "absl/base/internal/spinlock_wait.cc", "absl/base/internal/strerror.cc", "absl/base/internal/sysinfo.cc", "absl/base/internal/thread_identity.cc", "absl/base/internal/throw_delegate.cc", "absl/base/internal/unscaledcycleclock.cc", "absl/base/log_severity.cc", "absl/base/config.h", "absl/container/internal/hash_generator_testing.cc", "absl/container/internal/hashtablez_sampler.cc", "absl/container/internal/hashtablez_sampler_force_weak_definition.cc", "absl/container/internal/raw_hash_set.cc", "absl/container/internal/test_instance_tracker.cc", "absl/debugging/failure_signal_handler.cc", "absl/debugging/internal/address_is_readable.cc", "absl/debugging/internal/demangle.cc", "absl/debugging/internal/elf_mem_image.cc", "absl/debugging/internal/examine_stack.cc", "absl/debugging/internal/stack_consumption.cc", "absl/debugging/internal/vdso_support.cc", "absl/debugging/leak_check.cc", "absl/debugging/leak_check_disable.cc", "absl/debugging/stacktrace.cc", "absl/debugging/symbolize.cc", "absl/flags/flag.cc", "absl/flags/flag_test_defs.cc", "absl/flags/internal/commandlineflag.cc", "absl/flags/internal/flag.cc", "absl/flags/internal/program_name.cc", "absl/flags/internal/registry.cc", "absl/flags/internal/type_erased.cc", "absl/flags/internal/usage.cc", "absl/flags/marshalling.cc", "absl/flags/parse.cc", "absl/flags/usage.cc", "absl/flags/usage_config.cc", "absl/hash/internal/city.cc", "absl/hash/internal/hash.cc", "absl/numeric/int128.cc", "absl/random/discrete_distribution.cc", "absl/random/gaussian_distribution.cc", "absl/random/internal/chi_square.cc", "absl/random/internal/distribution_test_util.cc", "absl/random/internal/nanobenchmark.cc", "absl/random/internal/pool_urbg.cc", "absl/random/internal/randen.cc", "absl/random/internal/randen_detect.cc", "absl/random/internal/randen_hwaes.cc", "absl/random/internal/randen_slow.cc", "absl/random/internal/seed_material.cc", "absl/random/seed_gen_exception.cc", "absl/random/seed_sequences.cc", "absl/status/status.cc", "absl/status/status_payload_printer.cc", "absl/strings/ascii.cc", "absl/strings/charconv.cc", "absl/strings/cord.cc", "absl/strings/escaping.cc", "absl/strings/internal/charconv_bigint.cc", "absl/strings/internal/charconv_parse.cc", "absl/strings/internal/escaping.cc", "absl/strings/internal/memutil.cc", "absl/strings/internal/ostringstream.cc", "absl/strings/internal/pow10_helper.cc", "absl/strings/internal/str_format/arg.cc", "absl/strings/internal/str_format/bind.cc", "absl/strings/internal/str_format/extension.cc", "absl/strings/internal/str_format/float_conversion.cc", "absl/strings/internal/str_format/output.cc", "absl/strings/internal/str_format/parser.cc", "absl/strings/internal/utf8.cc", "absl/strings/match.cc", "absl/strings/numbers.cc", "absl/strings/str_cat.cc", "absl/strings/str_replace.cc", "absl/strings/str_split.cc", "absl/strings/string_view.cc", "absl/strings/substitute.cc", "absl/synchronization/barrier.cc", "absl/synchronization/blocking_counter.cc", "absl/synchronization/internal/create_thread_identity.cc", "absl/synchronization/internal/graphcycles.cc", "absl/synchronization/internal/per_thread_sem.cc", "absl/synchronization/internal/waiter.cc", "absl/synchronization/mutex.cc", "absl/synchronization/notification.cc", "absl/time/civil_time.cc", "absl/time/clock.cc", "absl/time/duration.cc", "absl/time/format.cc", "absl/time/internal/cctz/src/civil_time_detail.cc", "absl/time/internal/cctz/src/time_zone_fixed.cc", "absl/time/internal/cctz/src/time_zone_fixed.h", "absl/time/internal/cctz/src/time_zone_format.cc", "absl/time/internal/cctz/src/time_zone_if.cc", "absl/time/internal/cctz/src/time_zone_if.h", "absl/time/internal/cctz/src/time_zone_impl.cc", "absl/time/internal/cctz/src/time_zone_impl.h", "absl/time/internal/cctz/src/time_zone_info.cc", "absl/time/internal/cctz/src/time_zone_info.h", "absl/time/internal/cctz/src/time_zone_libc.cc", "absl/time/internal/cctz/src/time_zone_libc.h", "absl/time/internal/cctz/src/time_zone_lookup.cc", "absl/time/internal/cctz/src/time_zone_posix.cc", "absl/time/internal/cctz/src/time_zone_posix.h", "absl/time/internal/cctz/src/zone_info_source.cc", "absl/time/internal/cctz/src/tzfile.h", "absl/time/internal/test_util.cc", "absl/time/time.cc", "absl/types/bad_any_cast.cc", "absl/types/bad_optional_access.cc", "absl/types/bad_variant_access.cc", "absl/meta/type_traits.h", "absl/base/options.h", "absl/base/policy_checks.h", "absl/strings/string_view.h", "absl/base/internal/throw_delegate.h", "absl/base/macros.h", "absl/base/attributes.h", "absl/base/optimization.h", "absl/base/port.h", "absl/types/optional.h", "absl/types/bad_variant_access.h", "absl/types/bad_any_cast.h", "absl/time/internal/test_util.h", "absl/time/internal/cctz/include/cctz/time_zone.h", "absl/synchronization/notification.h", "absl/time/internal/cctz/include/cctz/civil_time_detail.h", "absl/base/casts.h", "absl/time/civil_time.h", "absl/synchronization/blocking_counter.h", "absl/synchronization/barrier.h", "absl/synchronization/mutex.h", "absl/base/internal/low_level_alloc.h", "absl/strings/str_replace.h", "absl/strings/substitute.h", "absl/strings/internal/utf8.h", "absl/strings/numbers.h", "absl/strings/internal/str_format/output.h", "absl/strings/str_cat.h", "absl/strings/internal/ostringstream.h", "absl/strings/internal/escaping.h", "absl/strings/internal/pow10_helper.h", "absl/strings/internal/memutil.h", "absl/strings/internal/str_format/arg.h", "absl/strings/internal/str_format/extension.h", "absl/strings/internal/str_format/bind.h", "absl/strings/ascii.h", "absl/strings/internal/charconv_bigint.h", "absl/strings/escaping.h", "absl/status/status.h", "absl/strings/cord.h", "absl/random/internal/randen_slow.h", "absl/random/internal/randen_detect.h", "absl/random/seed_gen_exception.h", "absl/random/internal/seed_material.h", "absl/random/gaussian_distribution.h", "absl/random/internal/chi_square.h", "absl/random/internal/pool_urbg.h", "absl/random/internal/distribution_test_util.h", "absl/flags/usage.h", "absl/numeric/int128.h", "absl/flags/marshalling.h", "absl/flags/parse.h", "absl/flags/internal/type_erased.h", "absl/flags/internal/commandlineflag.h", "absl/flags/internal/program_name.h", "absl/flags/internal/usage.h", "absl/flags/internal/registry.h", "absl/debugging/internal/vdso_support.h", "absl/debugging/leak_check.h", "absl/debugging/stacktrace.h", "absl/flags/flag.h", "absl/debugging/internal/elf_mem_image.h", "absl/debugging/internal/examine_stack.h", "absl/debugging/internal/demangle.h", "absl/container/internal/test_instance_tracker.h", "absl/debugging/internal/address_is_readable.h", "absl/container/internal/raw_hash_set.h", "absl/debugging/failure_signal_handler.h", "absl/container/internal/hash_generator_testing.h", "absl/base/internal/spinlock_wait.h", "absl/base/log_severity.h", "absl/base/internal/sysinfo.h", "absl/base/internal/scoped_set_env.h", "absl/base/internal/periodic_sampler.h", "absl/base/internal/spinlock.h", "absl/base/internal/raw_logging.h", "absl/base/internal/exponential_biased.h", "absl/base/dynamic_annotations.h", "absl/strings/match.h", "absl/algorithm/container.h", "absl/types/bad_optional_access.h", "absl/time/internal/cctz/include/cctz/zone_info_source.h", "absl/time/time.h", "absl/time/clock.h", "absl/synchronization/internal/waiter.h", "absl/strings/str_split.h", "absl/strings/internal/str_format/float_conversion.h", "absl/strings/internal/charconv_parse.h", "absl/strings/internal/str_format/parser.h", "absl/status/status_payload_printer.h", "absl/random/seed_sequences.h", "absl/strings/charconv.h", "absl/random/internal/randen.h", "absl/random/discrete_distribution.h", "absl/random/internal/randen_hwaes.h", "absl/hash/internal/hash.h", "absl/random/internal/nanobenchmark.h", "absl/hash/internal/city.h", "absl/debugging/symbolize.h", "absl/debugging/internal/stack_consumption.h", "absl/flags/internal/flag.h", "absl/container/internal/hashtablez_sampler.h", "absl/base/internal/unscaledcycleclock.h", "absl/base/internal/thread_identity.h", "absl/base/internal/cycleclock.h", "absl/base/internal/strerror.h", "absl/flags/usage_config.h", "absl/utility/utility.h", "absl/algorithm/algorithm.h", "absl/base/call_once.h", "absl/base/const_init.h", "absl/base/internal/atomic_hook.h", "absl/base/internal/bits.h", "absl/base/internal/endian.h", "absl/base/internal/errno_saver.h", "absl/base/internal/fast_type_id.h", "absl/base/internal/identity.h", "absl/base/internal/low_level_scheduling.h", "absl/base/internal/per_thread_tls.h", "absl/base/thread_annotations.h", "absl/container/inlined_vector.h", "absl/container/internal/hash_policy_testing.h", "absl/debugging/internal/stacktrace_config.h", "absl/debugging/internal/symbolize.h", "absl/flags/declare.h", "absl/flags/internal/parse.h", "absl/memory/memory.h", "absl/numeric/int128_have_intrinsic.inc", "absl/random/bernoulli_distribution.h", "absl/random/internal/fast_uniform_bits.h", "absl/random/internal/platform.h", "absl/random/internal/salted_seed_seq.h", "absl/random/internal/traits.h", "absl/strings/internal/str_format/checker.h", "absl/strings/str_join.h", "absl/synchronization/internal/graphcycles.h", "absl/time/internal/cctz/include/cctz/civil_time.h", "absl/types/compare.h", "absl/types/span.h", "absl/base/internal/invoke.h", "absl/base/internal/hide_ptr.h", "absl/base/internal/scheduling_mode.h", "absl/base/internal/tsan_mutex_interface.h", "absl/base/internal/unaligned_access.h", "absl/container/internal/have_sse.h", "absl/container/internal/inlined_vector.h", "absl/debugging/internal/stacktrace_unimplemented-inl.inc", "absl/debugging/symbolize_unimplemented.inc", "absl/flags/config.h", "absl/flags/internal/path_util.h", "absl/hash/hash.h", "absl/random/internal/generate_real.h", "absl/random/internal/iostream_state_saver.h", "absl/random/internal/randen-keys.inc", "absl/random/internal/randen_engine.h", "absl/random/internal/randen_traits.h", "absl/strings/internal/resize_uninitialized.h", "absl/strings/internal/str_join_internal.h", "absl/strings/internal/str_split_internal.h", "absl/strings/str_format.h", "absl/synchronization/internal/kernel_timeout.h", "absl/synchronization/internal/per_thread_sem.h", "absl/time/internal/zoneinfo.inc", "absl/types/internal/optional.h", "absl/types/internal/span.h", "absl/types/variant.h", "absl/types/internal/variant.h", "absl/base/internal/direct_mmap.h", "absl/base/internal/spinlock_posix.inc", "absl/container/fixed_array.h", "absl/container/internal/common.h", "absl/container/internal/compressed_tuple.h", "absl/random/internal/fastmath.h", "absl/random/uniform_int_distribution.h", "absl/strings/internal/char_map.h", "absl/strings/strip.h", "absl/synchronization/internal/create_thread_identity.h", "absl/time/internal/get_current_time_chrono.inc", "absl/container/internal/container_memory.h", "absl/functional/function_ref.h", "absl/random/internal/wide_multiply.h", "absl/container/internal/hash_policy_traits.h", "absl/functional/internal/function_ref.h", ]] webrtc_sources = [ "rtc_base/socket_address.h", "rtc_base/arraysize.h", "rtc_base/strings/string_builder.h", "rtc_base/atomic_ops.h", "rtc_base/weak_ptr.h", "rtc_base/zero_memory.h", "rtc_base/unique_id_generator.h", "rtc_base/numerics/safe_conversions.h", "rtc_base/time/timestamp_extrapolator.h", "rtc_base/third_party/base64/base64.h", "rtc_base/platform_thread_types.h", "rtc_base/task_queue.h", "rtc_base/system/file_wrapper.h", "rtc_base/task_utils/repeating_task.h", "rtc_base/synchronization/rw_lock_wrapper.h", "rtc_base/synchronization/rw_lock_posix.h", "rtc_base/task_queue_stdlib.h", "rtc_base/synchronization/sequence_checker.h", "rtc_base/synchronization/yield_policy.h", "rtc_base/string_utils.h", "rtc_base/strings/audio_format_to_string.h", "rtc_base/system/cocoa_threading.h", "rtc_base/string_to_number.h", "rtc_base/ssl_adapter.h", "rtc_base/stream.h", "rtc_base/socket_address_pair.h", "rtc_base/ssl_identity.h", "rtc_base/ssl_certificate.h", "rtc_base/socket.h", "rtc_base/signal_thread.h", "rtc_base/rtc_certificate.h", "rtc_base/rate_tracker.h", "rtc_base/rate_statistics.h", "rtc_base/race_checker.h", "rtc_base/proxy_info.h", "rtc_base/random.h", "rtc_base/platform_thread.h", "rtc_base/operations_chain.h", "rtc_base/physical_socket_server.h", "rtc_base/openssl_session_cache.h", "rtc_base/numerics/samples_stats_counter.h", "rtc_base/openssl_stream_adapter.h", "rtc_base/openssl_identity.h", "rtc_base/openssl_certificate.h", "rtc_base/numerics/sample_counter.h", "rtc_base/openssl_adapter.h", "rtc_base/numerics/event_rate_counter.h", "rtc_base/numerics/histogram_percentile_counter.h", "rtc_base/network_route.h", "rtc_base/network/sent_packet.h", "rtc_base/net_helper.h", "rtc_base/numerics/event_based_exponential_moving_average.h", "rtc_base/null_socket_server.h", "rtc_base/network_monitor.h", "rtc_base/message_digest.h", "rtc_base/network.h", "rtc_base/message_handler.h", "rtc_base/memory/aligned_malloc.h", "rtc_base/location.h", "rtc_base/byte_order.h", "rtc_base/ifaddrs_converter.h", "rtc_base/helpers.h", "rtc_base/file_rotating_stream.h", "rtc_base/experiments/struct_parameters_parser.h", "rtc_base/experiments/rate_control_settings.h", "rtc_base/experiments/rtt_mult_experiment.h", "rtc_base/experiments/quality_rampup_experiment.h", "rtc_base/experiments/quality_scaling_experiment.h", "rtc_base/experiments/min_video_bitrate_experiment.h", "rtc_base/experiments/experimental_screenshare_settings.h", "rtc_base/experiments/field_trial_list.h", "rtc_base/experiments/field_trial_units.h", "rtc_base/experiments/jitter_upper_bound_experiment.h", "rtc_base/experiments/field_trial_parser.h", "rtc_base/data_rate_limiter.h", "rtc_base/experiments/cpu_speed_experiment.h", "rtc_base/experiments/balanced_degradation_settings.h", "rtc_base/crc32.h", "rtc_base/event.h", "rtc_base/event_tracer.h", "rtc_base/copy_on_write_buffer.h", "rtc_base/bit_buffer.h", "rtc_base/buffer_queue.h", "rtc_base/async_packet_socket.h", "rtc_base/async_socket.h", "rtc_base/async_udp_socket.h", "rtc_base/async_resolver_interface.h", "rtc_base/async_invoker.h", "rtc_base/async_tcp_socket.h", "rtc_base/byte_buffer.h", "rtc_base/crypt_string.h", "rtc_base/system/arch.h", "rtc_base/experiments/alr_experiment.h", "rtc_base/experiments/keyframe_interval_settings.h", "rtc_base/experiments/normalize_simulcast_size_experiment.h", "rtc_base/experiments/quality_scaler_settings.h", "rtc_base/experiments/stable_target_rate_experiment.h", "rtc_base/third_party/sigslot/sigslot.h", "rtc_base/timestamp_aligner.h", "rtc_base/ssl_stream_adapter.h", "rtc_base/task_queue_libevent.h", "rtc_base/string_encode.h", "rtc_base/ssl_fingerprint.h", "rtc_base/rtc_certificate_generator.h", "rtc_base/rate_limiter.h", "rtc_base/numerics/sample_stats.h", "rtc_base/numerics/exp_filter.h", "rtc_base/numerics/moving_average.h", "rtc_base/openssl_utility.h", "rtc_base/openssl_digest.h", "rtc_base/net_helpers.h", "rtc_base/memory/fifo_buffer.h", "rtc_base/log_sinks.h", "rtc_base/network_constants.h", "rtc_base/system/rtc_export.h", "rtc_base/system/inline.h", "rtc_base/type_traits.h", "rtc_base/numerics/safe_compare.h", "rtc_base/async_invoker.cc", "rtc_base/async_packet_socket.cc", "rtc_base/async_resolver_interface.cc", "rtc_base/async_socket.cc", "rtc_base/async_tcp_socket.cc", "rtc_base/async_udp_socket.cc", "rtc_base/bit_buffer.cc", "rtc_base/buffer_queue.cc", "rtc_base/byte_buffer.cc", "rtc_base/checks.cc", "rtc_base/copy_on_write_buffer.cc", "rtc_base/crc32.cc", "rtc_base/critical_section.cc", "rtc_base/crypt_string.cc", "rtc_base/data_rate_limiter.cc", "rtc_base/event.cc", "rtc_base/event_tracer.cc", "rtc_base/experiments/alr_experiment.cc", "rtc_base/experiments/balanced_degradation_settings.cc", "rtc_base/experiments/cpu_speed_experiment.cc", "rtc_base/experiments/experimental_screenshare_settings.cc", "rtc_base/experiments/field_trial_list.cc", "rtc_base/experiments/field_trial_parser.cc", "rtc_base/experiments/field_trial_units.cc", "rtc_base/experiments/jitter_upper_bound_experiment.cc", "rtc_base/experiments/keyframe_interval_settings.cc", "rtc_base/experiments/min_video_bitrate_experiment.cc", "rtc_base/experiments/normalize_simulcast_size_experiment.cc", "rtc_base/experiments/quality_rampup_experiment.cc", "rtc_base/experiments/quality_scaler_settings.cc", "rtc_base/experiments/quality_scaling_experiment.cc", "rtc_base/experiments/rate_control_settings.cc", "rtc_base/experiments/rtt_mult_experiment.cc", "rtc_base/experiments/stable_target_rate_experiment.cc", "rtc_base/experiments/struct_parameters_parser.cc", "rtc_base/file_rotating_stream.cc", "rtc_base/helpers.cc", "rtc_base/http_common.cc", "rtc_base/ifaddrs_converter.cc", "rtc_base/ip_address.cc", "rtc_base/location.cc", "rtc_base/log_sinks.cc", "rtc_base/logging.cc", "rtc_base/memory/aligned_malloc.cc", "rtc_base/memory/fifo_buffer.cc", "rtc_base/message_digest.cc", "rtc_base/message_handler.cc", "rtc_base/net_helper.cc", "rtc_base/net_helpers.cc", "rtc_base/network.cc", "rtc_base/network/sent_packet.cc", "rtc_base/network_constants.cc", "rtc_base/network_monitor.cc", "rtc_base/network_route.cc", "rtc_base/null_socket_server.cc", "rtc_base/numerics/event_based_exponential_moving_average.cc", "rtc_base/numerics/event_rate_counter.cc", "rtc_base/numerics/exp_filter.cc", "rtc_base/numerics/histogram_percentile_counter.cc", "rtc_base/numerics/moving_average.cc", "rtc_base/numerics/sample_counter.cc", "rtc_base/numerics/sample_stats.cc", "rtc_base/numerics/samples_stats_counter.cc", "rtc_base/openssl_adapter.cc", "rtc_base/openssl_certificate.cc", "rtc_base/openssl_digest.cc", "rtc_base/openssl_identity.cc", "rtc_base/openssl_session_cache.cc", "rtc_base/openssl_stream_adapter.cc", "rtc_base/openssl_utility.cc", "rtc_base/operations_chain.cc", "rtc_base/physical_socket_server.cc", "rtc_base/platform_thread.cc", "rtc_base/platform_thread_types.cc", "rtc_base/proxy_info.cc", "rtc_base/race_checker.cc", "rtc_base/random.cc", "rtc_base/rate_limiter.cc", "rtc_base/rate_statistics.cc", "rtc_base/rate_tracker.cc", "rtc_base/rtc_certificate.cc", "rtc_base/rtc_certificate_generator.cc", "rtc_base/signal_thread.cc", "rtc_base/socket.cc", "rtc_base/socket_adapters.cc", "rtc_base/socket_address.cc", "rtc_base/socket_address_pair.cc", "rtc_base/ssl_adapter.cc", "rtc_base/ssl_certificate.cc", "rtc_base/ssl_fingerprint.cc", "rtc_base/ssl_identity.cc", "rtc_base/ssl_stream_adapter.cc", "rtc_base/stream.cc", "rtc_base/string_encode.cc", "rtc_base/string_to_number.cc", "rtc_base/string_utils.cc", "rtc_base/strings/audio_format_to_string.cc", "rtc_base/strings/string_builder.cc", "rtc_base/synchronization/rw_lock_posix.cc", "rtc_base/synchronization/rw_lock_wrapper.cc", "rtc_base/synchronization/sequence_checker.cc", "rtc_base/synchronization/yield_policy.cc", "rtc_base/system/file_wrapper.cc", "rtc_base/task_queue.cc", "rtc_base/task_queue_libevent.cc", "rtc_base/task_queue_stdlib.cc", "rtc_base/task_utils/repeating_task.cc", "rtc_base/third_party/base64/base64.cc", "rtc_base/third_party/sigslot/sigslot.cc", "rtc_base/thread.cc", "rtc_base/time/timestamp_extrapolator.cc", "rtc_base/time_utils.cc", "rtc_base/timestamp_aligner.cc", "rtc_base/unique_id_generator.cc", "rtc_base/weak_ptr.cc", "rtc_base/zero_memory.cc", "rtc_base/ref_count.h", "rtc_base/ref_counter.h", "rtc_base/logging.h", "api/task_queue/queued_task.h", "api/audio/audio_frame.cc", "api/audio/channel_layout.h", "api/audio/channel_layout.cc", "api/audio/echo_canceller3_config.cc", "api/audio/echo_canceller3_factory.cc", "api/audio_codecs/L16/audio_decoder_L16.cc", "api/audio_codecs/L16/audio_encoder_L16.cc", "api/audio_codecs/audio_codec_pair_id.cc", "api/audio_codecs/audio_decoder.cc", "api/audio_codecs/audio_encoder.cc", "api/audio_codecs/audio_format.cc", "api/audio_codecs/builtin_audio_decoder_factory.cc", "api/audio_codecs/builtin_audio_encoder_factory.cc", "api/audio_codecs/g711/audio_decoder_g711.cc", "api/audio_codecs/g711/audio_encoder_g711.cc", "api/audio_codecs/g722/audio_decoder_g722.cc", "api/audio_codecs/g722/audio_encoder_g722.cc", "api/audio_codecs/ilbc/audio_decoder_ilbc.cc", "api/audio_codecs/ilbc/audio_encoder_ilbc.cc", "api/audio_codecs/isac/audio_decoder_isac_fix.cc", "api/audio_codecs/isac/audio_decoder_isac_float.cc", "api/audio_codecs/isac/audio_encoder_isac_fix.cc", "api/audio_codecs/isac/audio_encoder_isac_float.cc", "api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc", "api/audio_codecs/opus/audio_decoder_opus.cc", "api/audio_codecs/opus/audio_encoder_multi_channel_opus.cc", "api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.cc", "api/audio_codecs/opus/audio_encoder_opus.cc", "api/audio_codecs/opus/audio_encoder_opus_config.cc", "api/audio_codecs/opus_audio_decoder_factory.cc", "api/audio_codecs/opus_audio_encoder_factory.cc", "api/audio_options.cc", "api/call/transport.cc", "api/candidate.cc", "api/create_peerconnection_factory.cc", "api/crypto/crypto_options.cc", "api/data_channel_interface.cc", "api/dtls_transport_interface.cc", "api/ice_transport_factory.cc", "api/jsep.cc", "api/jsep_ice_candidate.cc", "api/media_stream_interface.cc", "api/media_types.cc", "api/neteq/custom_neteq_factory.cc", "api/neteq/default_neteq_controller_factory.cc", "api/neteq/neteq.cc", "api/neteq/tick_timer.cc", "api/peer_connection_interface.cc", "api/proxy.cc", "api/rtc_error.cc", "api/rtc_event_log/rtc_event.cc", "api/rtc_event_log/rtc_event_log.cc", "api/rtc_event_log/rtc_event_log_factory.cc", "api/rtc_event_log_output_file.cc", "api/rtp_headers.cc", "api/rtp_packet_info.cc", "api/rtp_parameters.cc", "api/rtp_receiver_interface.cc", "api/rtp_sender_interface.cc", "api/rtp_transceiver_interface.cc", "api/sctp_transport_interface.cc", "api/stats_types.cc", "api/task_queue/default_task_queue_factory_libevent.cc", "api/task_queue/task_queue_base.cc", "api/transport/bitrate_settings.cc", "api/transport/field_trial_based_config.cc", "api/transport/goog_cc_factory.cc", "api/transport/media/audio_transport.cc", "api/transport/media/media_transport_config.cc", "api/transport/media/media_transport_interface.cc", "api/transport/media/video_transport.cc", "api/transport/network_types.cc", "api/transport/stun.cc", "api/units/data_rate.cc", "api/units/data_size.cc", "api/units/frequency.cc", "api/units/time_delta.cc", "api/units/timestamp.cc", "api/video/builtin_video_bitrate_allocator_factory.cc", "api/video/color_space.cc", "api/video/encoded_frame.cc", "api/video/encoded_image.cc", "api/video/hdr_metadata.cc", "api/video/i010_buffer.cc", "api/video/i420_buffer.cc", "api/video/video_bitrate_allocation.cc", "api/video/video_bitrate_allocator.cc", "api/video/video_content_type.cc", "api/video/video_frame.cc", "api/video/video_frame_buffer.cc", "api/video/video_source_interface.cc", "api/video/video_stream_decoder_create.cc", "api/video/video_stream_encoder_create.cc", "api/video/video_stream_encoder_observer.cc", "api/video/video_timing.cc", "api/video_codecs/builtin_video_decoder_factory.cc", "api/video_codecs/builtin_video_encoder_factory.cc", "api/video_codecs/sdp_video_format.cc", "api/video_codecs/video_codec.cc", "api/video_codecs/video_decoder.cc", "api/video_codecs/video_decoder_factory.cc", "api/video_codecs/video_decoder_software_fallback_wrapper.cc", "api/video_codecs/video_encoder.cc", "api/video_codecs/video_encoder_config.cc", "api/video_codecs/video_encoder_software_fallback_wrapper.cc", "api/video_codecs/vp8_frame_config.cc", "api/video_codecs/vp8_temporal_layers.cc", "api/video_codecs/vp8_temporal_layers_factory.cc", "api/candidate.h", "api/audio/audio_frame.h", "api/ref_counted_base.h", "api/function_view.h", "api/rtp_packet_info.h", "pc/audio_rtp_receiver.cc", "pc/audio_track.cc", "pc/channel.cc", "pc/channel_manager.cc", "pc/composite_data_channel_transport.cc", "pc/composite_rtp_transport.cc", "pc/data_channel.cc", "pc/data_channel_controller.cc", "pc/datagram_rtp_transport.cc", "pc/dtls_srtp_transport.h", "pc/dtls_srtp_transport.cc", "pc/dtls_transport.cc", "pc/dtmf_sender.cc", "pc/external_hmac.cc", "pc/ice_server_parsing.cc", "pc/ice_transport.cc", "pc/jitter_buffer_delay.cc", "pc/jsep_ice_candidate.cc", "pc/jsep_session_description.cc", "pc/jsep_transport.cc", "pc/jsep_transport_controller.cc", "pc/local_audio_source.cc", "pc/media_protocol_names.cc", "pc/media_session.cc", "pc/media_stream.cc", "pc/media_stream_observer.cc", "pc/peer_connection.cc", "pc/peer_connection_factory.cc", "pc/remote_audio_source.cc", "pc/rtc_stats_collector.cc", "pc/rtc_stats_traversal.cc", "pc/rtcp_mux_filter.cc", "pc/rtp_media_utils.cc", "pc/rtp_parameters_conversion.cc", "pc/rtp_receiver.cc", "pc/rtp_sender.cc", "pc/rtp_transceiver.cc", "pc/rtp_transport.cc", "pc/sctp_data_channel_transport.cc", "pc/sctp_transport.cc", "pc/sctp_utils.cc", "pc/sdp_serializer.cc", "pc/sdp_utils.cc", "pc/session_description.cc", "pc/simulcast_description.cc", "pc/srtp_filter.cc", "pc/srtp_session.cc", "pc/srtp_transport.cc", "pc/stats_collector.cc", "pc/track_media_info_map.cc", "pc/transport_stats.cc", "pc/video_rtp_receiver.cc", "pc/video_rtp_track_source.cc", "pc/video_track.cc", "pc/video_track_source.cc", "pc/webrtc_sdp.cc", "pc/webrtc_session_description_factory.cc", "media/base/adapted_video_track_source.cc", "media/base/codec.cc", "media/base/h264_profile_level_id.cc", "media/base/media_channel.cc", "media/base/media_constants.cc", "media/base/media_engine.cc", "media/base/rid_description.cc", "media/base/rtp_data_engine.cc", "media/base/rtp_utils.cc", "media/base/sdp_fmtp_utils.cc", "media/base/stream_params.cc", "media/base/turn_utils.cc", "media/base/video_adapter.cc", "media/base/video_broadcaster.cc", "media/base/video_common.cc", "media/base/video_source_base.cc", "media/base/vp9_profile.cc", "media/base/adapted_video_track_source.h", "media/engine/adm_helpers.cc", "media/engine/constants.cc", "media/engine/encoder_simulcast_proxy.cc", "media/engine/internal_decoder_factory.cc", "media/engine/internal_encoder_factory.cc", "media/engine/multiplex_codec_factory.cc", "media/engine/payload_type_mapper.cc", "media/engine/simulcast.cc", "media/engine/simulcast_encoder_adapter.cc", "media/engine/unhandled_packets_buffer.cc", "media/engine/webrtc_media_engine.h", "media/engine/webrtc_media_engine.cc", "media/engine/webrtc_media_engine_defaults.cc", "media/engine/webrtc_video_engine.h", "media/engine/webrtc_video_engine.cc", "media/engine/webrtc_voice_engine.h", "media/engine/webrtc_voice_engine.cc", "media/sctp/noop.cc", "media/sctp/sctp_transport.cc", "system_wrappers/source/clock.cc", "system_wrappers/source/cpu_features.cc", "system_wrappers/source/cpu_info.cc", "system_wrappers/source/field_trial.cc", "system_wrappers/source/metrics.cc", "system_wrappers/source/rtp_to_ntp_estimator.cc", "system_wrappers/source/sleep.cc", "modules/audio_coding/acm2/acm_receiver.cc", "modules/audio_coding/acm2/acm_remixing.cc", "modules/audio_coding/acm2/acm_resampler.cc", "modules/audio_coding/acm2/audio_coding_module.cc", "modules/audio_coding/acm2/call_statistics.cc", "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc", "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc", "modules/audio_coding/audio_network_adaptor/bitrate_controller.cc", "modules/audio_coding/audio_network_adaptor/channel_controller.cc", "modules/audio_coding/audio_network_adaptor/controller.cc", "modules/audio_coding/audio_network_adaptor/controller_manager.cc", "modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc", "modules/audio_coding/audio_network_adaptor/dtx_controller.cc", "modules/audio_coding/audio_network_adaptor/event_log_writer.cc", "modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc", "modules/audio_coding/audio_network_adaptor/frame_length_controller.cc", "modules/audio_coding/codecs/cng/audio_encoder_cng.cc", "modules/audio_coding/codecs/cng/webrtc_cng.cc", "modules/audio_coding/codecs/g711/g711_interface.c", "modules/audio_coding/codecs/g711/audio_decoder_pcm.cc", "modules/audio_coding/codecs/g711/audio_encoder_pcm.cc", "modules/audio_coding/codecs/g722/audio_decoder_g722.cc", "modules/audio_coding/codecs/g722/audio_encoder_g722.cc", "modules/audio_coding/codecs/g722/g722_interface.c", "modules/audio_coding/codecs/pcm16b/pcm16b.c", "modules/third_party/g711/g711.c", "modules/third_party/g722/g722_decode.c", "modules/third_party/g722/g722_encode.c", "modules/third_party/fft/fft.c", "modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc", "modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc", "modules/audio_coding/codecs/isac/empty.cc", "modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc", "modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc", "modules/audio_coding/codecs/isac/fix/source/isacfix.c", "modules/audio_coding/codecs/isac/fix/source/arith_routines.c", "modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c", "modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c", "modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c", "modules/audio_coding/codecs/isac/fix/source/decode.c", "modules/audio_coding/codecs/isac/fix/source/decode_bwe.c", "modules/audio_coding/codecs/isac/fix/source/decode_plc.c", "modules/audio_coding/codecs/isac/fix/source/encode.c", "modules/audio_coding/codecs/isac/fix/source/entropy_coding.c", "modules/audio_coding/codecs/isac/fix/source/fft.c", "modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c", "modules/audio_coding/codecs/isac/fix/source/filterbanks.c", "modules/audio_coding/codecs/isac/fix/source/filters.c", "modules/audio_coding/codecs/isac/fix/source/initialize.c", "modules/audio_coding/codecs/isac/fix/source/lattice.c", "modules/audio_coding/codecs/isac/fix/source/lattice_c.c", "modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c", "modules/audio_coding/codecs/isac/fix/source/lpc_tables.c", "modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c", "modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c", "modules/audio_coding/codecs/isac/fix/source/pitch_filter.c", "modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c", "modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c", "modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c", "modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c", "modules/audio_coding/codecs/isac/fix/source/transform.c", "modules/audio_coding/codecs/isac/fix/source/transform_tables.c", "modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc", "modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc", "modules/audio_coding/codecs/isac/main/source/arith_routines.c", "modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c", "modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c", "modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c", "modules/audio_coding/codecs/isac/main/source/crc.c", "modules/audio_coding/codecs/isac/main/source/decode.c", "modules/audio_coding/codecs/isac/main/source/decode_bwe.c", "modules/audio_coding/codecs/isac/main/source/encode.c", "modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c", "modules/audio_coding/codecs/isac/main/source/entropy_coding.c", "modules/audio_coding/codecs/isac/main/source/filter_functions.c", "modules/audio_coding/codecs/isac/main/source/filterbanks.c", "modules/audio_coding/codecs/isac/main/source/intialize.c", "modules/audio_coding/codecs/isac/main/source/isac.c", "modules/audio_coding/codecs/isac/main/source/isac_vad.c", "modules/audio_coding/codecs/isac/main/source/lattice.c", "modules/audio_coding/codecs/isac/main/source/lpc_analysis.c", "modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c", "modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c", "modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c", "modules/audio_coding/codecs/isac/main/source/lpc_tables.c", "modules/audio_coding/codecs/isac/main/source/pitch_estimator.c", "modules/audio_coding/codecs/isac/main/source/pitch_filter.c", "modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c", "modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c", "modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c", "modules/audio_coding/codecs/isac/main/source/transform.c", "modules/audio_coding/codecs/isac/main/util/utility.c", "modules/audio_coding/codecs/legacy_encoded_audio_frame.cc", "modules/audio_coding/codecs/opus/audio_coder_opus_common.cc", "modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.cc", "modules/audio_coding/codecs/opus/audio_decoder_opus.cc", "modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc", "modules/audio_coding/codecs/opus/audio_encoder_opus.cc", "modules/audio_coding/codecs/opus/opus_interface.cc", "modules/audio_coding/codecs/opus/test/audio_ring_buffer.cc", "modules/audio_coding/codecs/opus/test/blocker.cc", "modules/audio_coding/codecs/opus/test/lapped_transform.cc", "modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc", "modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc", "modules/audio_coding/codecs/pcm16b/pcm16b_common.cc", "modules/audio_coding/codecs/red/audio_encoder_copy_red.cc", "modules/audio_coding/codecs/ilbc/abs_quant.c", "modules/audio_coding/codecs/ilbc/abs_quant_loop.c", "modules/audio_coding/codecs/ilbc/augmented_cb_corr.c", "modules/audio_coding/codecs/ilbc/bw_expand.c", "modules/audio_coding/codecs/ilbc/cb_construct.c", "modules/audio_coding/codecs/ilbc/cb_mem_energy.c", "modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c", "modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c", "modules/audio_coding/codecs/ilbc/cb_search.c", "modules/audio_coding/codecs/ilbc/cb_search_core.c", "modules/audio_coding/codecs/ilbc/cb_update_best_index.c", "modules/audio_coding/codecs/ilbc/chebyshev.c", "modules/audio_coding/codecs/ilbc/comp_corr.c", "modules/audio_coding/codecs/ilbc/constants.c", "modules/audio_coding/codecs/ilbc/create_augmented_vec.c", "modules/audio_coding/codecs/ilbc/decode.c", "modules/audio_coding/codecs/ilbc/decode_residual.c", "modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c", "modules/audio_coding/codecs/ilbc/do_plc.c", "modules/audio_coding/codecs/ilbc/encode.c", "modules/audio_coding/codecs/ilbc/energy_inverse.c", "modules/audio_coding/codecs/ilbc/enh_upsample.c", "modules/audio_coding/codecs/ilbc/enhancer.c", "modules/audio_coding/codecs/ilbc/enhancer_interface.c", "modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c", "modules/audio_coding/codecs/ilbc/frame_classify.c", "modules/audio_coding/codecs/ilbc/gain_dequant.c", "modules/audio_coding/codecs/ilbc/gain_quant.c", "modules/audio_coding/codecs/ilbc/get_cd_vec.c", "modules/audio_coding/codecs/ilbc/get_lsp_poly.c", "modules/audio_coding/codecs/ilbc/get_sync_seq.c", "modules/audio_coding/codecs/ilbc/hp_input.c", "modules/audio_coding/codecs/ilbc/hp_output.c", "modules/audio_coding/codecs/ilbc/ilbc.c", "modules/audio_coding/codecs/ilbc/index_conv_dec.c", "modules/audio_coding/codecs/ilbc/index_conv_enc.c", "modules/audio_coding/codecs/ilbc/init_decode.c", "modules/audio_coding/codecs/ilbc/init_encode.c", "modules/audio_coding/codecs/ilbc/interpolate.c", "modules/audio_coding/codecs/ilbc/interpolate_samples.c", "modules/audio_coding/codecs/ilbc/lpc_encode.c", "modules/audio_coding/codecs/ilbc/lsf_check.c", "modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c", "modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c", "modules/audio_coding/codecs/ilbc/lsf_to_lsp.c", "modules/audio_coding/codecs/ilbc/lsf_to_poly.c", "modules/audio_coding/codecs/ilbc/lsp_to_lsf.c", "modules/audio_coding/codecs/ilbc/my_corr.c", "modules/audio_coding/codecs/ilbc/nearest_neighbor.c", "modules/audio_coding/codecs/ilbc/pack_bits.c", "modules/audio_coding/codecs/ilbc/poly_to_lsf.c", "modules/audio_coding/codecs/ilbc/poly_to_lsp.c", "modules/audio_coding/codecs/ilbc/refiner.c", "modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c", "modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c", "modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c", "modules/audio_coding/codecs/ilbc/simple_lsf_quant.c", "modules/audio_coding/codecs/ilbc/smooth.c", "modules/audio_coding/codecs/ilbc/smooth_out_data.c", "modules/audio_coding/codecs/ilbc/sort_sq.c", "modules/audio_coding/codecs/ilbc/split_vq.c", "modules/audio_coding/codecs/ilbc/state_construct.c", "modules/audio_coding/codecs/ilbc/state_search.c", "modules/audio_coding/codecs/ilbc/swap_bytes.c", "modules/audio_coding/codecs/ilbc/unpack_bits.c", "modules/audio_coding/codecs/ilbc/vq3.c", "modules/audio_coding/codecs/ilbc/vq4.c", "modules/audio_coding/codecs/ilbc/window32_w32.c", "modules/audio_coding/codecs/ilbc/xcorr_coef.c", "modules/audio_coding/neteq/accelerate.cc", "modules/audio_coding/neteq/audio_multi_vector.cc", "modules/audio_coding/neteq/audio_vector.cc", "modules/audio_coding/neteq/background_noise.cc", "modules/audio_coding/neteq/buffer_level_filter.cc", "modules/audio_coding/neteq/comfort_noise.cc", "modules/audio_coding/neteq/cross_correlation.cc", "modules/audio_coding/neteq/decision_logic.cc", "modules/audio_coding/neteq/decoder_database.cc", "modules/audio_coding/neteq/default_neteq_factory.cc", "modules/audio_coding/neteq/delay_manager.cc", "modules/audio_coding/neteq/dsp_helper.cc", "modules/audio_coding/neteq/dtmf_buffer.cc", "modules/audio_coding/neteq/dtmf_tone_generator.cc", "modules/audio_coding/neteq/expand.cc", "modules/audio_coding/neteq/expand_uma_logger.cc", "modules/audio_coding/neteq/histogram.cc", "modules/audio_coding/neteq/merge.cc", "modules/audio_coding/neteq/nack_tracker.cc", "modules/audio_coding/neteq/neteq_impl.cc", "modules/audio_coding/neteq/normal.cc", "modules/audio_coding/neteq/packet.cc", "modules/audio_coding/neteq/packet_buffer.cc", "modules/audio_coding/neteq/post_decode_vad.cc", "modules/audio_coding/neteq/preemptive_expand.cc", "modules/audio_coding/neteq/random_vector.cc", "modules/audio_coding/neteq/red_payload_splitter.cc", "modules/audio_coding/neteq/statistics_calculator.cc", "modules/audio_coding/neteq/sync_buffer.cc", "modules/audio_coding/neteq/time_stretch.cc", "modules/audio_coding/neteq/timestamp_scaler.cc", "modules/audio_device/audio_device_buffer.cc", "modules/audio_device/audio_device_data_observer.cc", "modules/audio_device/audio_device_generic.cc", "modules/audio_device/audio_device_impl.cc", "modules/audio_device/audio_device_name.cc", "modules/audio_device/dummy/audio_device_dummy.cc", "modules/audio_device/dummy/file_audio_device.cc", "modules/audio_device/dummy/file_audio_device_factory.cc", "modules/audio_device/fine_audio_buffer.cc", "modules/audio_device/include/test_audio_device.cc", "modules/audio_device/audio_device_name.h", "modules/audio_mixer/audio_frame_manipulator.cc", "modules/audio_mixer/audio_mixer_impl.cc", "modules/audio_mixer/default_output_rate_calculator.cc", "modules/audio_mixer/frame_combiner.cc", "modules/audio_mixer/gain_change_calculator.cc", "modules/audio_mixer/sine_wave_generator.cc", "modules/audio_processing/aec3/adaptive_fir_filter.cc", "modules/audio_processing/aec3/adaptive_fir_filter_erl.cc", "modules/audio_processing/aec3/aec3_common.cc", "modules/audio_processing/aec3/aec3_fft.cc", "modules/audio_processing/aec3/aec_state.cc", "modules/audio_processing/aec3/alignment_mixer.cc", "modules/audio_processing/aec3/api_call_jitter_metrics.cc", "modules/audio_processing/aec3/block_buffer.cc", "modules/audio_processing/aec3/block_delay_buffer.cc", "modules/audio_processing/aec3/block_framer.cc", "modules/audio_processing/aec3/block_processor.cc", "modules/audio_processing/aec3/block_processor_metrics.cc", "modules/audio_processing/aec3/clockdrift_detector.cc", "modules/audio_processing/aec3/coarse_filter_update_gain.cc", "modules/audio_processing/aec3/comfort_noise_generator.cc", "modules/audio_processing/aec3/decimator.cc", "modules/audio_processing/aec3/dominant_nearend_detector.cc", "modules/audio_processing/aec3/downsampled_render_buffer.cc", "modules/audio_processing/aec3/echo_audibility.cc", "modules/audio_processing/aec3/echo_canceller3.cc", "modules/audio_processing/aec3/echo_path_delay_estimator.cc", "modules/audio_processing/aec3/echo_path_variability.cc", "modules/audio_processing/aec3/echo_remover.cc", "modules/audio_processing/aec3/echo_remover_metrics.cc", "modules/audio_processing/aec3/erl_estimator.cc", "modules/audio_processing/aec3/erle_estimator.cc", "modules/audio_processing/aec3/fft_buffer.cc", "modules/audio_processing/aec3/filter_analyzer.cc", "modules/audio_processing/aec3/frame_blocker.cc", "modules/audio_processing/aec3/fullband_erle_estimator.cc", "modules/audio_processing/aec3/matched_filter.cc", "modules/audio_processing/aec3/matched_filter_lag_aggregator.cc", "modules/audio_processing/aec3/moving_average.cc", "modules/audio_processing/aec3/refined_filter_update_gain.cc", "modules/audio_processing/aec3/render_buffer.cc", "modules/audio_processing/aec3/render_delay_buffer.cc", "modules/audio_processing/aec3/render_delay_controller.cc", "modules/audio_processing/aec3/render_delay_controller_metrics.cc", "modules/audio_processing/aec3/render_signal_analyzer.cc", "modules/audio_processing/aec3/residual_echo_estimator.cc", "modules/audio_processing/aec3/reverb_decay_estimator.cc", "modules/audio_processing/aec3/reverb_frequency_response.cc", "modules/audio_processing/aec3/reverb_model.cc", "modules/audio_processing/aec3/reverb_model_estimator.cc", "modules/audio_processing/aec3/signal_dependent_erle_estimator.cc", "modules/audio_processing/aec3/spectrum_buffer.cc", "modules/audio_processing/aec3/stationarity_estimator.cc", "modules/audio_processing/aec3/subband_erle_estimator.cc", "modules/audio_processing/aec3/subband_nearend_detector.cc", "modules/audio_processing/aec3/subtractor.cc", "modules/audio_processing/aec3/subtractor_output.cc", "modules/audio_processing/aec3/subtractor_output_analyzer.cc", "modules/audio_processing/aec3/suppression_filter.cc", "modules/audio_processing/aec3/suppression_gain.cc", "modules/audio_processing/aec_dump/null_aec_dump_factory.cc", "modules/audio_processing/aecm/aecm_core.cc", "modules/audio_processing/aecm/aecm_core_c.cc", "modules/audio_processing/aecm/echo_control_mobile.cc", "modules/audio_processing/agc/agc.cc", "modules/audio_processing/agc/agc_manager_direct.cc", "modules/audio_processing/agc/legacy/analog_agc.cc", "modules/audio_processing/agc/legacy/digital_agc.cc", "modules/audio_processing/agc/loudness_histogram.cc", "modules/audio_processing/agc/utility.cc", "modules/audio_processing/agc2/adaptive_agc.cc", "modules/audio_processing/agc2/adaptive_digital_gain_applier.cc", "modules/audio_processing/agc2/adaptive_mode_level_estimator.cc", "modules/audio_processing/agc2/adaptive_mode_level_estimator_agc.cc", "modules/audio_processing/agc2/agc2_common.cc", "modules/audio_processing/agc2/agc2_testing_common.cc", "modules/audio_processing/agc2/biquad_filter.cc", "modules/audio_processing/agc2/compute_interpolated_gain_curve.cc", "modules/audio_processing/agc2/down_sampler.cc", "modules/audio_processing/agc2/fixed_digital_level_estimator.cc", "modules/audio_processing/agc2/gain_applier.cc", "modules/audio_processing/agc2/interpolated_gain_curve.cc", "modules/audio_processing/agc2/limiter.cc", "modules/audio_processing/agc2/limiter_db_gain_curve.cc", "modules/audio_processing/agc2/noise_level_estimator.cc", "modules/audio_processing/agc2/noise_spectrum_estimator.cc", "modules/audio_processing/agc2/saturation_protector.cc", "modules/audio_processing/agc2/signal_classifier.cc", "modules/audio_processing/agc2/vad_with_level.cc", "modules/audio_processing/agc2/vector_float_frame.cc", "modules/audio_processing/agc2/rnn_vad/auto_correlation.cc", "modules/audio_processing/agc2/rnn_vad/common.cc", "modules/audio_processing/agc2/rnn_vad/features_extraction.cc", "modules/audio_processing/agc2/rnn_vad/lp_residual.cc", "modules/audio_processing/agc2/rnn_vad/pitch_search.cc", "modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc", "modules/audio_processing/agc2/rnn_vad/rnn.cc", "modules/audio_processing/agc2/rnn_vad/spectral_features.cc", "modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc", "modules/audio_processing/audio_buffer.cc", "modules/audio_processing/audio_generator/file_audio_generator.cc", "modules/audio_processing/audio_processing_impl.cc", "modules/audio_processing/echo_control_mobile_impl.cc", "modules/audio_processing/echo_detector/circular_buffer.cc", "modules/audio_processing/echo_detector/mean_variance_estimator.cc", "modules/audio_processing/echo_detector/moving_max.cc", "modules/audio_processing/echo_detector/normalized_covariance_estimator.cc", "modules/audio_processing/gain_control_impl.cc", "modules/audio_processing/gain_controller2.cc", "modules/audio_processing/high_pass_filter.cc", "modules/audio_processing/include/aec_dump.cc", "modules/audio_processing/include/audio_frame_proxies.cc", "modules/audio_processing/include/audio_generator_factory.cc", "modules/audio_processing/include/audio_processing.cc", "modules/audio_processing/include/audio_processing_statistics.cc", "modules/audio_processing/include/config.cc", "modules/audio_processing/level_estimator.cc", "modules/audio_processing/logging/apm_data_dumper.cc", "modules/audio_processing/ns/fast_math.cc", "modules/audio_processing/ns/histograms.cc", "modules/audio_processing/ns/noise_estimator.cc", "modules/audio_processing/ns/noise_suppressor.cc", "modules/audio_processing/ns/ns_fft.cc", "modules/audio_processing/ns/prior_signal_model.cc", "modules/audio_processing/ns/prior_signal_model_estimator.cc", "modules/audio_processing/ns/quantile_noise_estimator.cc", "modules/audio_processing/ns/signal_model.cc", "modules/audio_processing/ns/signal_model_estimator.cc", "modules/audio_processing/ns/speech_probability_estimator.cc", "modules/audio_processing/ns/suppression_params.cc", "modules/audio_processing/ns/wiener_filter.cc", "modules/audio_processing/residual_echo_detector.cc", "modules/audio_processing/rms_level.cc", "modules/audio_processing/splitting_filter.cc", "modules/audio_processing/three_band_filter_bank.cc", "modules/audio_processing/transient/file_utils.cc", "modules/audio_processing/transient/moving_moments.cc", "modules/audio_processing/transient/transient_detector.cc", "modules/audio_processing/transient/transient_suppressor_creator.cc", "modules/audio_processing/transient/transient_suppressor_impl.cc", "modules/audio_processing/transient/wpd_node.cc", "modules/audio_processing/transient/wpd_tree.cc", "modules/audio_processing/typing_detection.cc", "modules/audio_processing/utility/cascaded_biquad_filter.cc", "modules/audio_processing/utility/delay_estimator.cc", "modules/audio_processing/utility/delay_estimator_wrapper.cc", "modules/audio_processing/utility/ooura_fft.cc", "modules/audio_processing/utility/pffft_wrapper.cc", "modules/audio_processing/vad/gmm.cc", "modules/audio_processing/vad/pitch_based_vad.cc", "modules/audio_processing/vad/pitch_internal.cc", "modules/audio_processing/vad/pole_zero_filter.cc", "modules/audio_processing/vad/standalone_vad.cc", "modules/audio_processing/vad/vad_audio_proc.cc", "modules/audio_processing/vad/vad_circular_buffer.cc", "modules/audio_processing/vad/voice_activity_detector.cc", "modules/audio_processing/voice_detection.cc", "modules/congestion_controller/bbr/bandwidth_sampler.cc", "modules/congestion_controller/bbr/bbr_factory.cc", "modules/congestion_controller/bbr/bbr_network_controller.cc", "modules/congestion_controller/bbr/data_transfer_tracker.cc", "modules/congestion_controller/bbr/loss_rate_filter.cc", "modules/congestion_controller/bbr/rtt_stats.cc", "modules/congestion_controller/pcc/bitrate_controller.cc", "modules/congestion_controller/pcc/monitor_interval.cc", "modules/congestion_controller/pcc/pcc_factory.cc", "modules/congestion_controller/pcc/pcc_network_controller.cc", "modules/congestion_controller/pcc/rtt_tracker.cc", "modules/congestion_controller/pcc/utility_function.cc", "modules/congestion_controller/receive_side_congestion_controller.cc", "modules/congestion_controller/rtp/control_handler.cc", "modules/congestion_controller/rtp/transport_feedback_adapter.cc", "modules/congestion_controller/rtp/transport_feedback_demuxer.cc", "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc", "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc", "modules/congestion_controller/goog_cc/alr_detector.cc", "modules/congestion_controller/goog_cc/bitrate_estimator.cc", "modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc", "modules/congestion_controller/goog_cc/delay_based_bwe.cc", "modules/congestion_controller/goog_cc/goog_cc_network_control.cc", "modules/congestion_controller/goog_cc/link_capacity_estimator.cc", "modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc", "modules/congestion_controller/goog_cc/median_slope_estimator.cc", "modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc", "modules/congestion_controller/goog_cc/probe_controller.cc", "modules/congestion_controller/goog_cc/robust_throughput_estimator.cc", "modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc", "modules/congestion_controller/goog_cc/trendline_estimator.cc", "modules/include/module_common_types.cc", "modules/pacing/bitrate_prober.cc", "modules/pacing/interval_budget.cc", "modules/pacing/paced_sender.cc", "modules/pacing/pacing_controller.cc", "modules/pacing/packet_router.cc", "modules/pacing/round_robin_packet_queue.cc", "modules/pacing/task_queue_paced_sender.cc", "modules/rtp_rtcp/include/report_block_data.cc", "modules/rtp_rtcp/include/rtp_rtcp_defines.cc", "modules/rtp_rtcp/source/absolute_capture_time_receiver.cc", "modules/rtp_rtcp/source/absolute_capture_time_sender.cc", "modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc", "modules/rtp_rtcp/source/dtmf_queue.cc", "modules/rtp_rtcp/source/fec_private_tables_bursty.cc", "modules/rtp_rtcp/source/fec_private_tables_random.cc", "modules/rtp_rtcp/source/fec_test_helper.cc", "modules/rtp_rtcp/source/flexfec_header_reader_writer.cc", "modules/rtp_rtcp/source/flexfec_receiver.cc", "modules/rtp_rtcp/source/flexfec_sender.cc", "modules/rtp_rtcp/source/forward_error_correction.cc", "modules/rtp_rtcp/source/forward_error_correction_internal.cc", "modules/rtp_rtcp/source/packet_loss_stats.cc", "modules/rtp_rtcp/source/remote_ntp_time_estimator.cc", "modules/rtp_rtcp/source/rtcp_nack_stats.cc", "modules/rtp_rtcp/source/rtcp_packet.cc", "modules/rtp_rtcp/source/rtcp_packet/app.cc", "modules/rtp_rtcp/source/rtcp_packet/bye.cc", "modules/rtp_rtcp/source/rtcp_packet/common_header.cc", "modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc", "modules/rtp_rtcp/source/rtcp_packet/dlrr.cc", "modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc", "modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc", "modules/rtp_rtcp/source/rtcp_packet/fir.cc", "modules/rtp_rtcp/source/rtcp_packet/loss_notification.cc", "modules/rtp_rtcp/source/rtcp_packet/nack.cc", "modules/rtp_rtcp/source/rtcp_packet/pli.cc", "modules/rtp_rtcp/source/rtcp_packet/psfb.cc", "modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc", "modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc", "modules/rtp_rtcp/source/rtcp_packet/remb.cc", "modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc", "modules/rtp_rtcp/source/rtcp_packet/report_block.cc", "modules/rtp_rtcp/source/rtcp_packet/rrtr.cc", "modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc", "modules/rtp_rtcp/source/rtcp_packet/sdes.cc", "modules/rtp_rtcp/source/rtcp_packet/sender_report.cc", "modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc", "modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc", "modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc", "modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc", "modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc", "modules/rtp_rtcp/source/rtcp_receiver.cc", "modules/rtp_rtcp/source/rtcp_sender.cc", "modules/rtp_rtcp/source/rtcp_transceiver.cc", "modules/rtp_rtcp/source/rtcp_transceiver_config.cc", "modules/rtp_rtcp/source/rtcp_transceiver_impl.cc", "modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.cc", "modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.cc", "modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.cc", "modules/rtp_rtcp/source/rtp_descriptor_authentication.cc", "modules/rtp_rtcp/source/rtp_format.cc", "modules/rtp_rtcp/source/rtp_format_h264.cc", "modules/rtp_rtcp/source/rtp_format_h265.cc", "modules/rtp_rtcp/source/rtp_format_video_generic.cc", "modules/rtp_rtcp/source/rtp_format_vp8.cc", "modules/rtp_rtcp/source/rtp_format_vp9.cc", "modules/rtp_rtcp/source/rtp_generic_frame_descriptor.cc", "modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.cc", "modules/rtp_rtcp/source/rtp_header_extension_map.cc", "modules/rtp_rtcp/source/rtp_header_extension_size.cc", "modules/rtp_rtcp/source/rtp_header_extensions.cc", "modules/rtp_rtcp/source/rtp_packet.cc", "modules/rtp_rtcp/source/rtp_packet_history.cc", "modules/rtp_rtcp/source/rtp_packet_received.cc", "modules/rtp_rtcp/source/rtp_packet_to_send.cc", "modules/rtp_rtcp/source/rtp_packetizer_av1.cc", "modules/rtp_rtcp/source/rtp_rtcp_impl.cc", "modules/rtp_rtcp/source/rtp_sender.cc", "modules/rtp_rtcp/source/rtp_sender_audio.cc", "modules/rtp_rtcp/source/rtp_sender_egress.cc", "modules/rtp_rtcp/source/rtp_sender_video.cc", "modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc", "modules/rtp_rtcp/source/rtp_sequence_number_map.cc", "modules/rtp_rtcp/source/rtp_utility.cc", "modules/rtp_rtcp/source/rtp_video_header.cc", "modules/rtp_rtcp/source/source_tracker.cc", "modules/rtp_rtcp/source/time_util.cc", "modules/rtp_rtcp/source/tmmbr_help.cc", "modules/rtp_rtcp/source/transformable_encoded_frame.cc", "modules/rtp_rtcp/source/ulpfec_generator.cc", "modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc", "modules/rtp_rtcp/source/ulpfec_receiver_impl.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_av1.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc", "modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc", "modules/rtp_rtcp/source/receive_statistics_impl.cc", "modules/utility/source/process_thread_impl.cc", "modules/video_capture/device_info_impl.cc", "modules/video_capture/video_capture_factory.cc", "modules/video_capture/video_capture_impl.cc", "modules/video_coding/codec_timer.cc", "modules/video_coding/codecs/av1/libaom_av1_decoder_absent.cc", "modules/video_coding/codecs/av1/libaom_av1_encoder_absent.cc", "modules/video_coding/codecs/h264/h264.cc", "modules/video_coding/codecs/h264/h264_color_space.cc", "modules/video_coding/codecs/h264/h264_decoder_impl.cc", "modules/video_coding/codecs/h264/h264_encoder_impl.cc", "modules/video_coding/codecs/multiplex/augmented_video_frame_buffer.cc", "modules/video_coding/codecs/multiplex/multiplex_decoder_adapter.cc", "modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.cc", "modules/video_coding/codecs/multiplex/multiplex_encoder_adapter.cc", "modules/video_coding/decoder_database.cc", "modules/video_coding/decoding_state.cc", "modules/video_coding/encoded_frame.cc", "modules/video_coding/event_wrapper.cc", "modules/video_coding/fec_controller_default.cc", "modules/video_coding/frame_buffer.cc", "modules/video_coding/frame_buffer2.cc", "modules/video_coding/frame_dependencies_calculator.cc", "modules/video_coding/frame_object.cc", "modules/video_coding/generic_decoder.cc", "modules/video_coding/h264_sprop_parameter_sets.cc", "modules/video_coding/h264_sps_pps_tracker.cc", "modules/video_coding/h265_vps_sps_pps_tracker.cc", "modules/video_coding/histogram.cc", "modules/video_coding/include/video_codec_interface.cc", "modules/video_coding/inter_frame_delay.cc", "modules/video_coding/jitter_buffer.cc", "modules/video_coding/jitter_estimator.cc", "modules/video_coding/loss_notification_controller.cc", "modules/video_coding/media_opt_util.cc", "modules/video_coding/nack_module.cc", "modules/video_coding/packet.cc", "modules/video_coding/packet_buffer.cc", "modules/video_coding/receiver.cc", "modules/video_coding/rtp_frame_reference_finder.cc", "modules/video_coding/rtt_filter.cc", "modules/video_coding/session_info.cc", "modules/video_coding/timestamp_map.cc", "modules/video_coding/timing.cc", "modules/video_coding/unique_timestamp_counter.cc", "modules/video_coding/utility/decoded_frames_history.cc", "modules/video_coding/utility/frame_dropper.cc", "modules/video_coding/utility/framerate_controller.cc", "modules/video_coding/utility/ivf_file_reader.cc", "modules/video_coding/utility/ivf_file_writer.cc", "modules/video_coding/utility/quality_scaler.cc", "modules/video_coding/utility/simulcast_rate_allocator.cc", "modules/video_coding/utility/simulcast_utility.cc", "modules/video_coding/utility/vp8_header_parser.cc", "modules/video_coding/utility/vp9_uncompressed_header_parser.cc", "modules/video_coding/video_codec_initializer.cc", "modules/video_coding/video_coding_defines.cc", "modules/video_coding/video_coding_impl.cc", "modules/video_coding/video_receiver.cc", "modules/video_coding/video_receiver2.cc", "modules/video_coding/codecs/vp8/default_temporal_layers.cc", "modules/video_coding/codecs/vp8/libvpx_interface.cc", "modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc", "modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc", "modules/video_coding/codecs/vp8/screenshare_layers.cc", "modules/video_coding/codecs/vp8/temporal_layers_checker.cc", "modules/video_coding/codecs/vp9/svc_config.cc", "modules/video_coding/codecs/vp9/svc_rate_allocator.cc", "modules/video_coding/codecs/vp9/vp9.cc", "modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc", "modules/video_coding/codecs/vp9/vp9_impl.cc", "modules/video_processing/util/denoiser_filter.cc", "modules/video_processing/util/denoiser_filter_c.cc", "modules/video_processing/util/noise_estimation.cc", "modules/video_processing/util/skin_detection.cc", "modules/video_processing/video_denoiser.cc", "call/adaptation/encoder_settings.cc", "call/adaptation/new_resource_adaptation_processor_poc.cc", "call/adaptation/resource.cc", "call/adaptation/resource_adaptation_processor_interface.cc", "call/adaptation/resource_consumer.cc", "call/adaptation/resource_consumer_configuration.cc", "call/adaptation/video_source_restrictions.cc", "call/audio_receive_stream.cc", "call/audio_send_stream.cc", "call/audio_state.cc", "call/bitrate_allocator.cc", "call/call.cc", "call/call_config.cc", "call/call_factory.cc", "call/degraded_call.cc", "call/fake_network_pipe.cc", "call/flexfec_receive_stream.cc", "call/flexfec_receive_stream_impl.cc", "call/receive_time_calculator.cc", "call/rtcp_demuxer.cc", "call/rtp_bitrate_configurator.cc", "call/rtp_config.cc", "call/rtp_demuxer.cc", "call/rtp_payload_params.cc", "call/rtp_rtcp_demuxer_helper.cc", "call/rtp_stream_receiver_controller.cc", "call/rtp_transport_controller_send.cc", "call/rtp_video_sender.cc", "call/rtx_receive_stream.cc", "call/simulated_network.cc", "call/syncable.cc", "call/video_receive_stream.cc", "call/video_send_stream.cc", "common_audio/audio_converter.cc", "common_audio/audio_util.cc", "common_audio/channel_buffer.cc", "common_audio/fir_filter_c.cc", "common_audio/fir_filter_factory.cc", "common_audio/real_fourier.cc", "common_audio/real_fourier_ooura.cc", "common_audio/resampler/push_resampler.cc", "common_audio/resampler/push_sinc_resampler.cc", "common_audio/resampler/resampler.cc", "common_audio/resampler/sinc_resampler.cc", "common_audio/resampler/sinusoidal_linear_chirp_source.cc", "common_audio/signal_processing/dot_product_with_scale.cc", "common_audio/smoothing_filter.cc", "common_audio/third_party/fft4g/fft4g.cc", "common_audio/vad/vad.cc", "common_audio/wav_file.cc", "common_audio/wav_header.cc", "common_audio/window_generator.cc", "common_audio/ring_buffer.c", "common_audio/signal_processing/auto_corr_to_refl_coef.c", "common_audio/signal_processing/auto_correlation.c", "common_audio/signal_processing/complex_fft.c", "common_audio/signal_processing/copy_set_operations.c", "common_audio/signal_processing/cross_correlation.c", "common_audio/signal_processing/division_operations.c", "common_audio/signal_processing/downsample_fast.c", "common_audio/signal_processing/energy.c", "common_audio/signal_processing/filter_ar.c", "common_audio/signal_processing/filter_ma_fast_q12.c", "common_audio/signal_processing/get_hanning_window.c", "common_audio/signal_processing/get_scaling_square.c", "common_audio/signal_processing/ilbc_specific_functions.c", "common_audio/signal_processing/levinson_durbin.c", "common_audio/signal_processing/lpc_to_refl_coef.c", "common_audio/signal_processing/min_max_operations.c", "common_audio/signal_processing/randomization_functions.c", "common_audio/signal_processing/real_fft.c", "common_audio/signal_processing/refl_coef_to_lpc.c", "common_audio/signal_processing/resample.c", "common_audio/signal_processing/resample_48khz.c", "common_audio/signal_processing/resample_by_2.c", "common_audio/signal_processing/resample_by_2_internal.c", "common_audio/signal_processing/resample_fractional.c", "common_audio/signal_processing/spl_init.c", "common_audio/signal_processing/spl_inl.c", "common_audio/signal_processing/spl_sqrt.c", "common_audio/signal_processing/splitting_filter.c", "common_audio/signal_processing/sqrt_of_one_minus_x_squared.c", "common_audio/signal_processing/vector_scaling_operations.c", "common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c", "common_audio/vad/vad_core.c", "common_audio/vad/vad_filterbank.c", "common_audio/vad/vad_gmm.c", "common_audio/vad/vad_sp.c", "common_audio/vad/webrtc_vad.c", "common_video/bitrate_adjuster.cc", "common_video/frame_rate_estimator.cc", "common_video/generic_frame_descriptor/generic_frame_info.cc", "common_video/h264/h264_bitstream_parser.cc", "common_video/h264/h264_common.cc", "common_video/h264/pps_parser.cc", "common_video/h264/prefix_parser.cc", "common_video/h264/sps_parser.cc", "common_video/h264/sps_vui_rewriter.cc", "common_video/h265/h265_bitstream_parser.cc", "common_video/h265/h265_common.cc", "common_video/h265/h265_pps_parser.cc", "common_video/h265/h265_sps_parser.cc", "common_video/h265/h265_vps_parser.cc", "common_video/i420_buffer_pool.cc", "common_video/incoming_video_stream.cc", "common_video/libyuv/webrtc_libyuv.cc", "common_video/video_frame_buffer.cc", "common_video/video_render_frames.cc", "p2p/base/async_stun_tcp_socket.cc", "p2p/base/basic_async_resolver_factory.cc", "p2p/base/basic_ice_controller.cc", "p2p/base/basic_packet_socket_factory.cc", "p2p/base/connection.cc", "p2p/base/connection_info.cc", "p2p/base/default_ice_transport_factory.cc", "p2p/base/dtls_transport.cc", "p2p/base/dtls_transport_internal.cc", "p2p/base/ice_controller_interface.cc", "p2p/base/ice_credentials_iterator.cc", "p2p/base/ice_transport_internal.cc", "p2p/base/mdns_message.cc", "p2p/base/p2p_constants.cc", "p2p/base/p2p_transport_channel.cc", "p2p/base/packet_transport_internal.cc", "p2p/base/port.cc", "p2p/base/port_allocator.cc", "p2p/base/port_interface.cc", "p2p/base/pseudo_tcp.cc", "p2p/base/regathering_controller.cc", "p2p/base/stun_port.cc", "p2p/base/stun_request.cc", "p2p/base/stun_server.cc", "p2p/base/tcp_port.cc", "p2p/base/test_stun_server.cc", "p2p/base/transport_description.cc", "p2p/base/transport_description_factory.cc", "p2p/base/turn_port.cc", "p2p/base/turn_server.cc", "p2p/client/basic_port_allocator.cc", "p2p/client/turn_port_factory.cc", "p2p/stunprober/stun_prober.cc", "logging/rtc_event_log/encoder/blob_encoding.cc", "logging/rtc_event_log/encoder/delta_encoding.cc", "logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc", "logging/rtc_event_log/encoder/var_int.cc", "logging/rtc_event_log/events/rtc_event_alr_state.cc", "logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc", "logging/rtc_event_log/events/rtc_event_audio_playout.cc", "logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc", "logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc", "logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc", "logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc", "logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc", "logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc", "logging/rtc_event_log/events/rtc_event_generic_ack_received.cc", "logging/rtc_event_log/events/rtc_event_generic_packet_received.cc", "logging/rtc_event_log/events/rtc_event_generic_packet_sent.cc", "logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc", "logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc", "logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc", "logging/rtc_event_log/events/rtc_event_probe_result_failure.cc", "logging/rtc_event_log/events/rtc_event_probe_result_success.cc", "logging/rtc_event_log/events/rtc_event_route_change.cc", "logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc", "logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc", "logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc", "logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc", "logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc", "logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc", "logging/rtc_event_log/fake_rtc_event_log.cc", "logging/rtc_event_log/fake_rtc_event_log_factory.cc", "logging/rtc_event_log/ice_logger.cc", "logging/rtc_event_log/rtc_event_log_impl.cc", "logging/rtc_event_log/rtc_stream_config.cc", "video/adaptation/adaptation_counters.cc", "video/adaptation/encode_usage_resource.cc", "video/adaptation/overuse_frame_detector.cc", "video/adaptation/quality_scaler_resource.cc", "video/adaptation/resource_adaptation_processor.cc", "video/adaptation/video_stream_adapter.cc", "video/buffered_frame_decryptor.cc", "video/call_stats.cc", "video/encoder_bitrate_adjuster.cc", "video/encoder_overshoot_detector.cc", "video/encoder_rtcp_feedback.cc", "video/frame_dumping_decoder.cc", "video/frame_encode_metadata_writer.cc", "video/quality_limitation_reason_tracker.cc", "video/quality_threshold.cc", "video/receive_statistics_proxy.cc", "video/report_block_stats.cc", "video/rtp_streams_synchronizer.cc", "video/rtp_video_stream_receiver.cc", "video/rtp_video_stream_receiver_frame_transformer_delegate.cc", "video/send_delay_stats.cc", "video/send_statistics_proxy.cc", "video/stats_counter.cc", "video/stream_synchronization.cc", "video/transport_adapter.cc", "video/video_quality_observer.cc", "video/video_receive_stream.cc", "video/video_send_stream.cc", "video/video_send_stream_impl.cc", "video/video_source_sink_controller.cc", "video/video_stream_decoder.cc", "video/video_stream_decoder_impl.cc", "video/video_stream_encoder.cc", "audio/audio_level.cc", "audio/audio_receive_stream.cc", "audio/audio_send_stream.cc", "audio/audio_state.cc", "audio/audio_transport_impl.cc", "audio/channel_receive.cc", "audio/channel_receive_frame_transformer_delegate.cc", "audio/channel_send.cc", "audio/channel_send_frame_transformer_delegate.cc", "audio/null_audio_poller.cc", "audio/remix_resample.cc", "audio/utility/audio_frame_operations.cc", "audio/utility/channel_mixer.cc", "audio/utility/channel_mixing_matrix.cc", "audio/voip/audio_egress.cc", "modules/remote_bitrate_estimator/aimd_rate_control.cc", "modules/remote_bitrate_estimator/bwe_defines.cc", "modules/remote_bitrate_estimator/inter_arrival.cc", "modules/remote_bitrate_estimator/overuse_detector.cc", "modules/remote_bitrate_estimator/overuse_estimator.cc", "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc", "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc", "modules/remote_bitrate_estimator/test/bwe_test_logging.cc", "modules/remote_bitrate_estimator/remote_estimator_proxy.cc", "stats/rtc_stats_report.cc", "stats/rtc_stats.cc", "stats/rtcstats_objects.cc", "rtc_base/system/cocoa_threading.mm", "rtc_base/mac_ifaddrs_converter.cc", "rtc_base/checks.h", "rtc_base/thread.h", "rtc_base/constructor_magic.h", "rtc_base/deprecation.h", "api/rtp_packet_infos.h", "api/task_queue/task_queue_base.h", "rtc_base/thread_annotations.h", "rtc_base/critical_section.h", "common_audio/signal_processing/dot_product_with_scale.h", "api/audio/audio_mixer.h", "api/audio/echo_canceller3_config.h", "api/audio/echo_canceller3_factory.h", "api/audio_codecs/L16/audio_decoder_L16.h", "api/audio_codecs/L16/audio_encoder_L16.h", "api/audio_codecs/audio_codec_pair_id.h", "api/audio_codecs/audio_decoder.h", "api/audio_codecs/audio_encoder.h", "api/audio_codecs/audio_encoder_factory.h", "api/audio_codecs/audio_format.h", "api/audio_codecs/builtin_audio_decoder_factory.h", "api/audio_codecs/builtin_audio_encoder_factory.h", "api/audio_codecs/g711/audio_decoder_g711.h", "api/audio_codecs/g711/audio_encoder_g711.h", "api/audio_codecs/g722/audio_decoder_g722.h", "api/audio_codecs/g722/audio_encoder_g722.h", "api/audio_codecs/ilbc/audio_decoder_ilbc.h", "api/audio_codecs/ilbc/audio_encoder_ilbc.h", "api/audio_codecs/isac/audio_decoder_isac_fix.h", "api/audio_codecs/isac/audio_decoder_isac_float.h", "api/audio_codecs/isac/audio_encoder_isac_fix.h", "api/audio_codecs/isac/audio_encoder_isac_float.h", "api/audio_codecs/opus/audio_decoder_multi_channel_opus.h", "api/audio_codecs/opus/audio_decoder_opus.h", "api/audio_codecs/opus/audio_encoder_multi_channel_opus.h", "api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.h", "api/audio_codecs/opus/audio_encoder_opus.h", "api/audio_codecs/opus/audio_encoder_opus_config.h", "api/audio_codecs/opus_audio_decoder_factory.h", "api/audio_codecs/opus_audio_encoder_factory.h", "api/audio_options.h", "api/call/transport.h", "api/create_peerconnection_factory.h", "api/crypto/crypto_options.h", "api/data_channel_interface.h", "api/dtls_transport_interface.h", "api/ice_transport_factory.h", "api/jsep.h", "api/jsep_ice_candidate.h", "api/jsep_session_description.h", "api/media_stream_interface.h", "api/media_types.h", "api/neteq/custom_neteq_factory.h", "api/neteq/default_neteq_controller_factory.h", "api/neteq/neteq.h", "api/neteq/tick_timer.h", "api/peer_connection_interface.h", "api/proxy.h", "api/rtc_error.h", "api/rtc_event_log/rtc_event.h", "api/rtc_event_log/rtc_event_log.h", "api/rtc_event_log/rtc_event_log_factory.h", "api/rtc_event_log_output_file.h", "api/rtp_headers.h", "api/rtp_parameters.h", "api/rtp_receiver_interface.h", "api/rtp_sender_interface.h", "api/rtp_transceiver_interface.h", "api/scoped_refptr.h", "api/sctp_transport_interface.h", "api/stats/rtc_stats.h", "api/stats/rtc_stats_report.h", "api/stats/rtcstats_objects.h", "api/stats_types.h", "api/task_queue/task_queue_factory.h", "api/transport/bitrate_settings.h", "api/transport/field_trial_based_config.h", "api/transport/goog_cc_factory.h", "api/transport/media/audio_transport.h", "api/transport/media/media_transport_config.h", "api/transport/media/media_transport_interface.h", "api/transport/media/video_transport.h", "api/transport/network_types.h", "api/transport/stun.h", "api/units/data_rate.h", "api/units/data_size.h", "api/units/frequency.h", "api/units/time_delta.h", "api/units/timestamp.h", "api/video/builtin_video_bitrate_allocator_factory.h", "api/video/color_space.h", "api/video/encoded_frame.h", "api/video/encoded_image.h", "api/video/hdr_metadata.h", "api/video/i010_buffer.h", "api/video/i420_buffer.h", "api/video/video_bitrate_allocation.h", "api/video/video_bitrate_allocator.h", "api/video/video_content_type.h", "api/video/video_frame.h", "api/video/video_frame_buffer.h", "api/video/video_rotation.h", "api/video/video_source_interface.h", "api/video/video_stream_decoder_create.h", "api/video/video_stream_encoder_create.h", "api/video/video_stream_encoder_observer.h", "api/video/video_timing.h", "api/video_codecs/builtin_video_decoder_factory.h", "api/video_codecs/builtin_video_encoder_factory.h", "api/video_codecs/sdp_video_format.h", "api/video_codecs/video_codec.h", "api/video_codecs/video_decoder.h", "api/video_codecs/video_decoder_factory.h", "api/video_codecs/video_decoder_software_fallback_wrapper.h", "api/video_codecs/video_encoder.h", "api/video_codecs/video_encoder_config.h", "api/video_codecs/video_encoder_factory.h", "api/video_codecs/video_encoder_software_fallback_wrapper.h", "api/video_codecs/vp8_frame_config.h", "api/video_codecs/vp8_temporal_layers.h", "api/video_codecs/vp8_temporal_layers_factory.h", "call/adaptation/encoder_settings.h", "call/adaptation/new_resource_adaptation_processor_poc.h", "call/adaptation/resource.h", "call/adaptation/resource_adaptation_processor_interface.h", "call/adaptation/resource_consumer.h", "call/adaptation/resource_consumer_configuration.h", "call/adaptation/video_source_restrictions.h", "call/audio_receive_stream.h", "call/audio_send_stream.h", "call/audio_state.h", "call/bitrate_allocator.h", "call/call.h", "call/call_config.h", "call/call_factory.h", "call/degraded_call.h", "call/fake_network_pipe.h", "call/flexfec_receive_stream.h", "call/flexfec_receive_stream_impl.h", "call/receive_time_calculator.h", "call/rtcp_demuxer.h", "call/rtp_bitrate_configurator.h", "call/rtp_config.h", "call/rtp_demuxer.h", "call/rtp_payload_params.h", "call/rtp_rtcp_demuxer_helper.h", "call/rtp_stream_receiver_controller.h", "call/rtp_transport_controller_send.h", "call/rtp_video_sender.h", "call/rtx_receive_stream.h", "call/simulated_network.h", "call/syncable.h", "call/video_receive_stream.h", "call/video_send_stream.h", "common_audio/audio_converter.h", "common_audio/channel_buffer.h", "common_audio/fir_filter_c.h", "common_audio/fir_filter_factory.h", "common_audio/fir_filter_neon.h", "common_audio/include/audio_util.h", "common_audio/real_fourier.h", "common_audio/real_fourier_ooura.h", "common_audio/resampler/include/push_resampler.h", "common_audio/resampler/include/resampler.h", "common_audio/resampler/push_sinc_resampler.h", "common_audio/resampler/sinc_resampler.h", "common_audio/resampler/sinusoidal_linear_chirp_source.h", "common_audio/ring_buffer.h", "common_audio/signal_processing/complex_fft_tables.h", "common_audio/signal_processing/include/real_fft.h", "common_audio/signal_processing/include/signal_processing_library.h", "common_audio/signal_processing/include/spl_inl.h", "common_audio/signal_processing/resample_by_2_internal.h", "common_audio/smoothing_filter.h", "common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.h", "common_audio/vad/include/vad.h", "common_audio/vad/include/webrtc_vad.h", "common_audio/vad/vad_core.h", "common_audio/vad/vad_filterbank.h", "common_audio/vad/vad_gmm.h", "common_audio/vad/vad_sp.h", "common_audio/wav_file.h", "common_audio/wav_header.h", "common_audio/window_generator.h", "common_video/frame_rate_estimator.h", "common_video/generic_frame_descriptor/generic_frame_info.h", "common_video/h264/h264_bitstream_parser.h", "common_video/h264/h264_common.h", "common_video/h264/pps_parser.h", "common_video/h264/prefix_parser.h", "common_video/h264/sps_parser.h", "common_video/h264/sps_vui_rewriter.h", "common_video/h265/h265_bitstream_parser.h", "common_video/h265/h265_common.h", "common_video/h265/h265_pps_parser.h", "common_video/include/bitrate_adjuster.h", "common_video/include/i420_buffer_pool.h", "common_video/include/incoming_video_stream.h", "common_video/include/video_frame_buffer.h", "common_video/libyuv/include/webrtc_libyuv.h", "common_video/video_render_frames.h", "logging/rtc_event_log/encoder/blob_encoding.h", "logging/rtc_event_log/encoder/delta_encoding.h", "logging/rtc_event_log/encoder/rtc_event_log_encoder_common.h", "logging/rtc_event_log/encoder/var_int.h", "logging/rtc_event_log/events/rtc_event_alr_state.h", "logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h", "logging/rtc_event_log/events/rtc_event_audio_playout.h", "logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h", "logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h", "logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h", "logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h", "logging/rtc_event_log/events/rtc_event_dtls_transport_state.h", "logging/rtc_event_log/events/rtc_event_dtls_writable_state.h", "logging/rtc_event_log/events/rtc_event_generic_ack_received.h", "logging/rtc_event_log/events/rtc_event_generic_packet_received.h", "logging/rtc_event_log/events/rtc_event_generic_packet_sent.h", "logging/rtc_event_log/events/rtc_event_ice_candidate_pair.h", "logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h", "logging/rtc_event_log/events/rtc_event_probe_cluster_created.h", "logging/rtc_event_log/events/rtc_event_probe_result_failure.h", "logging/rtc_event_log/events/rtc_event_probe_result_success.h", "logging/rtc_event_log/events/rtc_event_route_change.h", "logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h", "logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h", "logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h", "logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h", "logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h", "logging/rtc_event_log/events/rtc_event_video_send_stream_config.h", "logging/rtc_event_log/fake_rtc_event_log.h", "logging/rtc_event_log/fake_rtc_event_log_factory.h", "logging/rtc_event_log/ice_logger.h", "logging/rtc_event_log/rtc_event_log_impl.h", "logging/rtc_event_log/rtc_stream_config.h", "media/base/codec.h", "media/base/h264_profile_level_id.h", "media/base/media_channel.h", "media/base/media_constants.h", "media/base/media_engine.h", "media/base/rid_description.h", "media/base/rtp_data_engine.h", "media/base/rtp_utils.h", "media/base/sdp_fmtp_utils.h", "media/base/stream_params.h", "media/base/turn_utils.h", "media/base/video_adapter.h", "media/base/video_broadcaster.h", "media/base/video_common.h", "media/base/video_source_base.h", "media/base/vp9_profile.h", "media/engine/adm_helpers.h", "media/engine/constants.h", "media/engine/encoder_simulcast_proxy.h", "media/engine/internal_decoder_factory.h", "media/engine/internal_encoder_factory.h", "media/engine/multiplex_codec_factory.h", "media/engine/payload_type_mapper.h", "media/engine/simulcast.h", "media/engine/simulcast_encoder_adapter.h", "media/engine/unhandled_packets_buffer.h", "media/engine/webrtc_media_engine_defaults.h", "modules/audio_coding/acm2/acm_receiver.h", "modules/audio_coding/acm2/acm_remixing.h", "modules/audio_coding/acm2/acm_resampler.h", "modules/audio_coding/acm2/call_statistics.h", "modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h", "modules/audio_coding/audio_network_adaptor/bitrate_controller.h", "modules/audio_coding/audio_network_adaptor/channel_controller.h", "modules/audio_coding/audio_network_adaptor/controller.h", "modules/audio_coding/audio_network_adaptor/controller_manager.h", "modules/audio_coding/audio_network_adaptor/debug_dump_writer.h", "modules/audio_coding/audio_network_adaptor/dtx_controller.h", "modules/audio_coding/audio_network_adaptor/event_log_writer.h", "modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h", "modules/audio_coding/audio_network_adaptor/frame_length_controller.h", "modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h", "modules/audio_coding/codecs/cng/audio_encoder_cng.h", "modules/audio_coding/codecs/cng/webrtc_cng.h", "modules/audio_coding/codecs/g711/audio_decoder_pcm.h", "modules/audio_coding/codecs/g711/audio_encoder_pcm.h", "modules/audio_coding/codecs/g722/audio_decoder_g722.h", "modules/audio_coding/codecs/g722/audio_encoder_g722.h", "modules/audio_coding/codecs/g722/g722_interface.h", "modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h", "modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h", "modules/audio_coding/codecs/ilbc/cb_construct.h", "modules/audio_coding/codecs/ilbc/decode_residual.h", "modules/audio_coding/codecs/ilbc/defines.h", "modules/audio_coding/codecs/ilbc/energy_inverse.h", "modules/audio_coding/codecs/ilbc/get_cd_vec.h", "modules/audio_coding/codecs/ilbc/ilbc.h", "modules/audio_coding/codecs/ilbc/interpolate.h", "modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h", "modules/audio_coding/codecs/ilbc/vq3.h", "modules/audio_coding/codecs/ilbc/vq4.h", "modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h", "modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h", "modules/audio_coding/codecs/isac/fix/include/isacfix.h", "modules/audio_coding/codecs/isac/fix/source/arith_routins.h", "modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h", "modules/audio_coding/codecs/isac/fix/source/codec.h", "modules/audio_coding/codecs/isac/fix/source/entropy_coding.h", "modules/audio_coding/codecs/isac/fix/source/fft.h", "modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h", "modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h", "modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h", "modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h", "modules/audio_coding/codecs/isac/fix/source/settings.h", "modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h", "modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h", "modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h", "modules/audio_coding/codecs/isac/main/include/isac.h", "modules/audio_coding/codecs/isac/main/source/arith_routines.h", "modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h", "modules/audio_coding/codecs/isac/main/source/codec.h", "modules/audio_coding/codecs/isac/main/source/crc.h", "modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h", "modules/audio_coding/codecs/isac/main/source/isac_vad.h", "modules/audio_coding/codecs/isac/main/source/lpc_analysis.h", "modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h", "modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h", "modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h", "modules/audio_coding/codecs/isac/main/source/lpc_tables.h", "modules/audio_coding/codecs/isac/main/source/pitch_estimator.h", "modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h", "modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h", "modules/audio_coding/codecs/isac/main/source/settings.h", "modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h", "modules/audio_coding/codecs/isac/main/source/structs.h", "modules/audio_coding/codecs/isac/main/util/utility.h", "modules/audio_coding/codecs/legacy_encoded_audio_frame.h", "modules/audio_coding/codecs/opus/audio_coder_opus_common.h", "modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.h", "modules/audio_coding/codecs/opus/audio_decoder_opus.h", "modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.h", "modules/audio_coding/codecs/opus/audio_encoder_opus.h", "modules/audio_coding/codecs/opus/opus_interface.h", "modules/audio_coding/codecs/opus/test/audio_ring_buffer.h", "modules/audio_coding/codecs/opus/test/blocker.h", "modules/audio_coding/codecs/opus/test/lapped_transform.h", "modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h", "modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h", "modules/audio_coding/codecs/pcm16b/pcm16b.h", "modules/audio_coding/codecs/pcm16b/pcm16b_common.h", "modules/audio_coding/codecs/red/audio_encoder_copy_red.h", "modules/audio_coding/include/audio_coding_module.h", "modules/audio_coding/neteq/accelerate.h", "modules/audio_coding/neteq/audio_multi_vector.h", "modules/audio_coding/neteq/audio_vector.h", "modules/audio_coding/neteq/background_noise.h", "modules/audio_coding/neteq/buffer_level_filter.h", "modules/audio_coding/neteq/comfort_noise.h", "modules/audio_coding/neteq/cross_correlation.h", "modules/audio_coding/neteq/decision_logic.h", "modules/audio_coding/neteq/decoder_database.h", "modules/audio_coding/neteq/default_neteq_factory.h", "modules/audio_coding/neteq/delay_manager.h", "modules/audio_coding/neteq/dsp_helper.h", "modules/audio_coding/neteq/dtmf_buffer.h", "modules/audio_coding/neteq/dtmf_tone_generator.h", "modules/audio_coding/neteq/expand.h", "modules/audio_coding/neteq/expand_uma_logger.h", "modules/audio_coding/neteq/histogram.h", "modules/audio_coding/neteq/merge.h", "modules/audio_coding/neteq/nack_tracker.h", "modules/audio_coding/neteq/neteq_impl.h", "modules/audio_coding/neteq/normal.h", "modules/audio_coding/neteq/packet.h", "modules/audio_coding/neteq/packet_buffer.h", "modules/audio_coding/neteq/post_decode_vad.h", "modules/audio_coding/neteq/preemptive_expand.h", "modules/audio_coding/neteq/random_vector.h", "modules/audio_coding/neteq/red_payload_splitter.h", "modules/audio_coding/neteq/statistics_calculator.h", "modules/audio_coding/neteq/sync_buffer.h", "modules/audio_coding/neteq/time_stretch.h", "modules/audio_coding/neteq/timestamp_scaler.h", "modules/audio_device/audio_device_buffer.h", "modules/audio_device/audio_device_generic.h", "modules/audio_device/audio_device_impl.h", "modules/audio_device/dummy/audio_device_dummy.h", "modules/audio_device/dummy/file_audio_device.h", "modules/audio_device/dummy/file_audio_device_factory.h", "modules/audio_device/fine_audio_buffer.h", "modules/audio_device/include/audio_device_data_observer.h", "modules/audio_device/include/test_audio_device.h", "modules/audio_mixer/audio_frame_manipulator.h", "modules/audio_mixer/audio_mixer_impl.h", "modules/audio_mixer/default_output_rate_calculator.h", "modules/audio_mixer/frame_combiner.h", "modules/audio_mixer/gain_change_calculator.h", "modules/audio_mixer/sine_wave_generator.h", "modules/audio_processing/aec3/adaptive_fir_filter.h", "modules/audio_processing/aec3/adaptive_fir_filter_erl.h", "modules/audio_processing/aec3/aec3_common.h", "modules/audio_processing/aec3/aec3_fft.h", "modules/audio_processing/aec3/aec_state.h", "modules/audio_processing/aec3/alignment_mixer.h", "modules/audio_processing/aec3/api_call_jitter_metrics.h", "modules/audio_processing/aec3/block_buffer.h", "modules/audio_processing/aec3/block_delay_buffer.h", "modules/audio_processing/aec3/block_framer.h", "modules/audio_processing/aec3/block_processor.h", "modules/audio_processing/aec3/block_processor_metrics.h", "modules/audio_processing/aec3/clockdrift_detector.h", "modules/audio_processing/aec3/coarse_filter_update_gain.h", "modules/audio_processing/aec3/comfort_noise_generator.h", "modules/audio_processing/aec3/decimator.h", "modules/audio_processing/aec3/dominant_nearend_detector.h", "modules/audio_processing/aec3/downsampled_render_buffer.h", "modules/audio_processing/aec3/echo_audibility.h", "modules/audio_processing/aec3/echo_canceller3.h", "modules/audio_processing/aec3/echo_path_delay_estimator.h", "modules/audio_processing/aec3/echo_path_variability.h", "modules/audio_processing/aec3/echo_remover.h", "modules/audio_processing/aec3/echo_remover_metrics.h", "modules/audio_processing/aec3/erl_estimator.h", "modules/audio_processing/aec3/erle_estimator.h", "modules/audio_processing/aec3/fft_buffer.h", "modules/audio_processing/aec3/filter_analyzer.h", "modules/audio_processing/aec3/frame_blocker.h", "modules/audio_processing/aec3/fullband_erle_estimator.h", "modules/audio_processing/aec3/matched_filter.h", "modules/audio_processing/aec3/matched_filter_lag_aggregator.h", "modules/audio_processing/aec3/moving_average.h", "modules/audio_processing/aec3/refined_filter_update_gain.h", "modules/audio_processing/aec3/render_buffer.h", "modules/audio_processing/aec3/render_delay_buffer.h", "modules/audio_processing/aec3/render_delay_controller.h", "modules/audio_processing/aec3/render_delay_controller_metrics.h", "modules/audio_processing/aec3/render_signal_analyzer.h", "modules/audio_processing/aec3/residual_echo_estimator.h", "modules/audio_processing/aec3/reverb_decay_estimator.h", "modules/audio_processing/aec3/reverb_frequency_response.h", "modules/audio_processing/aec3/reverb_model.h", "modules/audio_processing/aec3/reverb_model_estimator.h", "modules/audio_processing/aec3/signal_dependent_erle_estimator.h", "modules/audio_processing/aec3/spectrum_buffer.h", "modules/audio_processing/aec3/stationarity_estimator.h", "modules/audio_processing/aec3/subband_erle_estimator.h", "modules/audio_processing/aec3/subband_nearend_detector.h", "modules/audio_processing/aec3/subtractor.h", "modules/audio_processing/aec3/subtractor_output.h", "modules/audio_processing/aec3/subtractor_output_analyzer.h", "modules/audio_processing/aec3/suppression_filter.h", "modules/audio_processing/aec3/suppression_gain.h", "modules/audio_processing/aec_dump/aec_dump_factory.h", "modules/audio_processing/aecm/aecm_core.h", "modules/audio_processing/aecm/echo_control_mobile.h", "modules/audio_processing/agc/agc.h", "modules/audio_processing/agc/agc_manager_direct.h", "modules/audio_processing/agc/legacy/analog_agc.h", "modules/audio_processing/agc/legacy/digital_agc.h", "modules/audio_processing/agc/loudness_histogram.h", "modules/audio_processing/agc/utility.h", "modules/audio_processing/agc2/adaptive_agc.h", "modules/audio_processing/agc2/adaptive_digital_gain_applier.h", "modules/audio_processing/agc2/adaptive_mode_level_estimator.h", "modules/audio_processing/agc2/adaptive_mode_level_estimator_agc.h", "modules/audio_processing/agc2/agc2_common.h", "modules/audio_processing/agc2/agc2_testing_common.h", "modules/audio_processing/agc2/biquad_filter.h", "modules/audio_processing/agc2/compute_interpolated_gain_curve.h", "modules/audio_processing/agc2/down_sampler.h", "modules/audio_processing/agc2/fixed_digital_level_estimator.h", "modules/audio_processing/agc2/gain_applier.h", "modules/audio_processing/agc2/interpolated_gain_curve.h", "modules/audio_processing/agc2/limiter.h", "modules/audio_processing/agc2/limiter_db_gain_curve.h", "modules/audio_processing/agc2/noise_level_estimator.h", "modules/audio_processing/agc2/noise_spectrum_estimator.h", "modules/audio_processing/agc2/rnn_vad/auto_correlation.h", "modules/audio_processing/agc2/rnn_vad/common.h", "modules/audio_processing/agc2/rnn_vad/features_extraction.h", "modules/audio_processing/agc2/rnn_vad/lp_residual.h", "modules/audio_processing/agc2/rnn_vad/pitch_search.h", "modules/audio_processing/agc2/rnn_vad/pitch_search_internal.h", "modules/audio_processing/agc2/rnn_vad/rnn.h", "modules/audio_processing/agc2/rnn_vad/spectral_features.h", "modules/audio_processing/agc2/rnn_vad/spectral_features_internal.h", "modules/audio_processing/agc2/saturation_protector.h", "modules/audio_processing/agc2/signal_classifier.h", "modules/audio_processing/agc2/vad_with_level.h", "modules/audio_processing/agc2/vector_float_frame.h", "modules/audio_processing/audio_buffer.h", "modules/audio_processing/audio_generator/file_audio_generator.h", "modules/audio_processing/audio_processing_impl.h", "modules/audio_processing/echo_control_mobile_impl.h", "modules/audio_processing/echo_detector/circular_buffer.h", "modules/audio_processing/echo_detector/mean_variance_estimator.h", "modules/audio_processing/echo_detector/moving_max.h", "modules/audio_processing/echo_detector/normalized_covariance_estimator.h", "modules/audio_processing/gain_control_impl.h", "modules/audio_processing/gain_controller2.h", "modules/audio_processing/high_pass_filter.h", "modules/audio_processing/include/aec_dump.h", "modules/audio_processing/include/audio_frame_proxies.h", "modules/audio_processing/include/audio_generator_factory.h", "modules/audio_processing/include/audio_processing.h", "modules/audio_processing/include/audio_processing_statistics.h", "modules/audio_processing/include/config.h", "modules/audio_processing/level_estimator.h", "modules/audio_processing/logging/apm_data_dumper.h", "modules/audio_processing/ns/fast_math.h", "modules/audio_processing/ns/histograms.h", "modules/audio_processing/ns/noise_estimator.h", "modules/audio_processing/ns/noise_suppressor.h", "modules/audio_processing/ns/ns_fft.h", "modules/audio_processing/ns/prior_signal_model.h", "modules/audio_processing/ns/prior_signal_model_estimator.h", "modules/audio_processing/ns/quantile_noise_estimator.h", "modules/audio_processing/ns/signal_model.h", "modules/audio_processing/ns/signal_model_estimator.h", "modules/audio_processing/ns/speech_probability_estimator.h", "modules/audio_processing/ns/suppression_params.h", "modules/audio_processing/ns/wiener_filter.h", "modules/audio_processing/residual_echo_detector.h", "modules/audio_processing/rms_level.h", "modules/audio_processing/splitting_filter.h", "modules/audio_processing/three_band_filter_bank.h", "modules/audio_processing/transient/file_utils.h", "modules/audio_processing/transient/moving_moments.h", "modules/audio_processing/transient/transient_detector.h", "modules/audio_processing/transient/transient_suppressor_creator.h", "modules/audio_processing/transient/transient_suppressor_impl.h", "modules/audio_processing/transient/wpd_node.h", "modules/audio_processing/transient/wpd_tree.h", "modules/audio_processing/typing_detection.h", "modules/audio_processing/utility/cascaded_biquad_filter.h", "modules/audio_processing/utility/delay_estimator.h", "modules/audio_processing/utility/delay_estimator_wrapper.h", "modules/audio_processing/utility/ooura_fft.h", "modules/audio_processing/utility/pffft_wrapper.h", "modules/audio_processing/vad/gmm.h", "modules/audio_processing/vad/pitch_based_vad.h", "modules/audio_processing/vad/pitch_internal.h", "modules/audio_processing/vad/pole_zero_filter.h", "modules/audio_processing/vad/standalone_vad.h", "modules/audio_processing/vad/vad_audio_proc.h", "modules/audio_processing/vad/vad_circular_buffer.h", "modules/audio_processing/vad/voice_activity_detector.h", "modules/audio_processing/voice_detection.h", "modules/congestion_controller/bbr/bandwidth_sampler.h", "modules/congestion_controller/bbr/bbr_factory.h", "modules/congestion_controller/bbr/bbr_network_controller.h", "modules/congestion_controller/bbr/data_transfer_tracker.h", "modules/congestion_controller/bbr/loss_rate_filter.h", "modules/congestion_controller/bbr/rtt_stats.h", "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.h", "modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.h", "modules/congestion_controller/goog_cc/alr_detector.h", "modules/congestion_controller/goog_cc/bitrate_estimator.h", "modules/congestion_controller/goog_cc/congestion_window_pushback_controller.h", "modules/congestion_controller/goog_cc/delay_based_bwe.h", "modules/congestion_controller/goog_cc/goog_cc_network_control.h", "modules/congestion_controller/goog_cc/link_capacity_estimator.h", "modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.h", "modules/congestion_controller/goog_cc/median_slope_estimator.h", "modules/congestion_controller/goog_cc/probe_bitrate_estimator.h", "modules/congestion_controller/goog_cc/probe_controller.h", "modules/congestion_controller/goog_cc/robust_throughput_estimator.h", "modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.h", "modules/congestion_controller/goog_cc/trendline_estimator.h", "modules/congestion_controller/include/receive_side_congestion_controller.h", "modules/congestion_controller/pcc/bitrate_controller.h", "modules/congestion_controller/pcc/monitor_interval.h", "modules/congestion_controller/pcc/pcc_factory.h", "modules/congestion_controller/pcc/pcc_network_controller.h", "modules/congestion_controller/pcc/rtt_tracker.h", "modules/congestion_controller/pcc/utility_function.h", "modules/congestion_controller/rtp/control_handler.h", "modules/congestion_controller/rtp/transport_feedback_adapter.h", "modules/congestion_controller/rtp/transport_feedback_demuxer.h", "modules/include/module_common_types.h", "modules/pacing/bitrate_prober.h", "modules/pacing/interval_budget.h", "modules/pacing/paced_sender.h", "modules/pacing/pacing_controller.h", "modules/pacing/packet_router.h", "modules/pacing/round_robin_packet_queue.h", "modules/pacing/task_queue_paced_sender.h", "modules/remote_bitrate_estimator/aimd_rate_control.h", "modules/remote_bitrate_estimator/include/bwe_defines.h", "modules/remote_bitrate_estimator/inter_arrival.h", "modules/remote_bitrate_estimator/overuse_detector.h", "modules/remote_bitrate_estimator/overuse_estimator.h", "modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h", "modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h", "modules/remote_bitrate_estimator/remote_estimator_proxy.h", "modules/remote_bitrate_estimator/test/bwe_test_logging.h", "modules/rtp_rtcp/include/flexfec_receiver.h", "modules/rtp_rtcp/include/flexfec_sender.h", "modules/rtp_rtcp/include/remote_ntp_time_estimator.h", "modules/rtp_rtcp/include/report_block_data.h", "modules/rtp_rtcp/include/rtp_header_extension_map.h", "modules/rtp_rtcp/include/rtp_rtcp_defines.h", "modules/rtp_rtcp/source/absolute_capture_time_receiver.h", "modules/rtp_rtcp/source/absolute_capture_time_sender.h", "modules/rtp_rtcp/source/create_video_rtp_depacketizer.h", "modules/rtp_rtcp/source/dtmf_queue.h", "modules/rtp_rtcp/source/fec_private_tables_bursty.h", "modules/rtp_rtcp/source/fec_private_tables_random.h", "modules/rtp_rtcp/source/fec_test_helper.h", "modules/rtp_rtcp/source/flexfec_header_reader_writer.h", "modules/rtp_rtcp/source/forward_error_correction.h", "modules/rtp_rtcp/source/forward_error_correction_internal.h", "modules/rtp_rtcp/source/packet_loss_stats.h", "modules/rtp_rtcp/source/receive_statistics_impl.h", "modules/rtp_rtcp/source/rtcp_nack_stats.h", "modules/rtp_rtcp/source/rtcp_packet.h", "modules/rtp_rtcp/source/rtcp_packet/app.h", "modules/rtp_rtcp/source/rtcp_packet/bye.h", "modules/rtp_rtcp/source/rtcp_packet/common_header.h", "modules/rtp_rtcp/source/rtcp_packet/compound_packet.h", "modules/rtp_rtcp/source/rtcp_packet/dlrr.h", "modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h", "modules/rtp_rtcp/source/rtcp_packet/extended_reports.h", "modules/rtp_rtcp/source/rtcp_packet/fir.h", "modules/rtp_rtcp/source/rtcp_packet/loss_notification.h", "modules/rtp_rtcp/source/rtcp_packet/nack.h", "modules/rtp_rtcp/source/rtcp_packet/pli.h", "modules/rtp_rtcp/source/rtcp_packet/psfb.h", "modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h", "modules/rtp_rtcp/source/rtcp_packet/receiver_report.h", "modules/rtp_rtcp/source/rtcp_packet/remb.h", "modules/rtp_rtcp/source/rtcp_packet/remote_estimate.h", "modules/rtp_rtcp/source/rtcp_packet/report_block.h", "modules/rtp_rtcp/source/rtcp_packet/rrtr.h", "modules/rtp_rtcp/source/rtcp_packet/rtpfb.h", "modules/rtp_rtcp/source/rtcp_packet/sdes.h", "modules/rtp_rtcp/source/rtcp_packet/sender_report.h", "modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h", "modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h", "modules/rtp_rtcp/source/rtcp_packet/tmmbn.h", "modules/rtp_rtcp/source/rtcp_packet/tmmbr.h", "modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h", "modules/rtp_rtcp/source/rtcp_receiver.h", "modules/rtp_rtcp/source/rtcp_sender.h", "modules/rtp_rtcp/source/rtcp_transceiver.h", "modules/rtp_rtcp/source/rtcp_transceiver_config.h", "modules/rtp_rtcp/source/rtcp_transceiver_impl.h", "modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.h", "modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.h", "modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.h", "modules/rtp_rtcp/source/rtp_descriptor_authentication.h", "modules/rtp_rtcp/source/rtp_format.h", "modules/rtp_rtcp/source/rtp_format_h264.h", "modules/rtp_rtcp/source/rtp_format_video_generic.h", "modules/rtp_rtcp/source/rtp_format_vp8.h", "modules/rtp_rtcp/source/rtp_format_vp9.h", "modules/rtp_rtcp/source/rtp_generic_frame_descriptor.h", "modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.h", "modules/rtp_rtcp/source/rtp_header_extension_size.h", "modules/rtp_rtcp/source/rtp_header_extensions.h", "modules/rtp_rtcp/source/rtp_packet.h", "modules/rtp_rtcp/source/rtp_packet_history.h", "modules/rtp_rtcp/source/rtp_packet_received.h", "modules/rtp_rtcp/source/rtp_packet_to_send.h", "modules/rtp_rtcp/source/rtp_packetizer_av1.h", "modules/rtp_rtcp/source/rtp_rtcp_impl.h", "modules/rtp_rtcp/source/rtp_sender.h", "modules/rtp_rtcp/source/rtp_sender_audio.h", "modules/rtp_rtcp/source/rtp_sender_egress.h", "modules/rtp_rtcp/source/rtp_sender_video.h", "modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.h", "modules/rtp_rtcp/source/rtp_sequence_number_map.h", "modules/rtp_rtcp/source/rtp_utility.h", "modules/rtp_rtcp/source/rtp_video_header.h", "modules/rtp_rtcp/source/source_tracker.h", "modules/rtp_rtcp/source/time_util.h", "modules/rtp_rtcp/source/tmmbr_help.h", "modules/rtp_rtcp/source/transformable_encoded_frame.h", "modules/rtp_rtcp/source/ulpfec_generator.h", "modules/rtp_rtcp/source/ulpfec_header_reader_writer.h", "modules/rtp_rtcp/source/ulpfec_receiver_impl.h", "modules/rtp_rtcp/source/video_rtp_depacketizer.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_av1.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_generic.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_h264.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_h265.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_raw.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.h", "modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.h", "modules/third_party/fft/fft.h", "modules/third_party/g711/g711.h", "modules/third_party/g722/g722_enc_dec.h", "modules/utility/source/process_thread_impl.h", "modules/video_capture/device_info_impl.h", "modules/video_capture/video_capture_factory.h", "modules/video_capture/video_capture_impl.h", "modules/video_coding/codec_timer.h", "modules/video_coding/codecs/av1/libaom_av1_decoder.h", "modules/video_coding/codecs/av1/libaom_av1_encoder.h", "modules/video_coding/codecs/h264/include/h264.h", "modules/video_coding/codecs/multiplex/include/augmented_video_frame_buffer.h", "modules/video_coding/codecs/multiplex/include/multiplex_decoder_adapter.h", "modules/video_coding/codecs/multiplex/include/multiplex_encoder_adapter.h", "modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.h", "modules/video_coding/codecs/vp8/default_temporal_layers.h", "modules/video_coding/codecs/vp8/include/temporal_layers_checker.h", "modules/video_coding/codecs/vp8/libvpx_interface.h", "modules/video_coding/codecs/vp8/libvpx_vp8_decoder.h", "modules/video_coding/codecs/vp8/libvpx_vp8_encoder.h", "modules/video_coding/codecs/vp8/screenshare_layers.h", "modules/video_coding/codecs/vp9/include/vp9.h", "modules/video_coding/codecs/vp9/svc_config.h", "modules/video_coding/codecs/vp9/svc_rate_allocator.h", "modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h", "modules/video_coding/codecs/vp9/vp9_impl.h", "modules/video_coding/decoder_database.h", "modules/video_coding/decoding_state.h", "modules/video_coding/encoded_frame.h", "modules/video_coding/event_wrapper.h", "modules/video_coding/fec_controller_default.h", "modules/video_coding/frame_buffer.h", "modules/video_coding/frame_buffer2.h", "modules/video_coding/frame_dependencies_calculator.h", "modules/video_coding/frame_object.h", "modules/video_coding/generic_decoder.h", "modules/video_coding/h264_sprop_parameter_sets.h", "modules/video_coding/h264_sps_pps_tracker.h", "modules/video_coding/h265_vps_sps_pps_tracker.h", "modules/video_coding/histogram.h", "modules/video_coding/include/video_codec_initializer.h", "modules/video_coding/include/video_codec_interface.h", "modules/video_coding/include/video_coding_defines.h", "modules/video_coding/include/video_error_codes.h", "modules/video_coding/inter_frame_delay.h", "modules/video_coding/jitter_buffer.h", "modules/video_coding/jitter_estimator.h", "modules/video_coding/loss_notification_controller.h", "modules/video_coding/media_opt_util.h", "modules/video_coding/nack_module.h", "modules/video_coding/packet.h", "modules/video_coding/packet_buffer.h", "modules/video_coding/receiver.h", "modules/video_coding/rtp_frame_reference_finder.h", "modules/video_coding/rtt_filter.h", "modules/video_coding/session_info.h", "modules/video_coding/timestamp_map.h", "modules/video_coding/timing.h", "modules/video_coding/unique_timestamp_counter.h", "modules/video_coding/utility/decoded_frames_history.h", "modules/video_coding/utility/frame_dropper.h", "modules/video_coding/utility/framerate_controller.h", "modules/video_coding/utility/ivf_file_reader.h", "modules/video_coding/utility/ivf_file_writer.h", "modules/video_coding/utility/quality_scaler.h", "modules/video_coding/utility/simulcast_rate_allocator.h", "modules/video_coding/utility/simulcast_utility.h", "modules/video_coding/utility/vp8_header_parser.h", "modules/video_coding/utility/vp9_uncompressed_header_parser.h", "modules/video_coding/video_coding_impl.h", "modules/video_coding/video_receiver2.h", "modules/video_processing/util/denoiser_filter.h", "modules/video_processing/util/denoiser_filter_c.h", "modules/video_processing/util/denoiser_filter_neon.h", "modules/video_processing/util/noise_estimation.h", "modules/video_processing/util/skin_detection.h", "modules/video_processing/video_denoiser.h", "p2p/base/async_stun_tcp_socket.h", "p2p/base/basic_async_resolver_factory.h", "p2p/base/basic_ice_controller.h", "p2p/base/basic_packet_socket_factory.h", "p2p/base/connection.h", "p2p/base/connection_info.h", "p2p/base/default_ice_transport_factory.h", "p2p/base/dtls_transport.h", "p2p/base/dtls_transport_internal.h", "p2p/base/ice_controller_interface.h", "p2p/base/ice_credentials_iterator.h", "p2p/base/ice_transport_internal.h", "p2p/base/mdns_message.h", "p2p/base/p2p_constants.h", "p2p/base/p2p_transport_channel.h", "p2p/base/packet_transport_internal.h", "p2p/base/port.h", "p2p/base/port_allocator.h", "p2p/base/port_interface.h", "p2p/base/pseudo_tcp.h", "p2p/base/regathering_controller.h", "p2p/base/stun_port.h", "p2p/base/stun_request.h", "p2p/base/stun_server.h", "p2p/base/tcp_port.h", "p2p/base/test_stun_server.h", "p2p/base/transport_description.h", "p2p/base/transport_description_factory.h", "p2p/base/turn_port.h", "p2p/base/turn_server.h", "p2p/client/basic_port_allocator.h", "p2p/client/turn_port_factory.h", "p2p/stunprober/stun_prober.h", "pc/audio_rtp_receiver.h", "pc/audio_track.h", "pc/channel.h", "pc/channel_manager.h", "pc/composite_data_channel_transport.h", "pc/composite_rtp_transport.h", "pc/data_channel.h", "pc/data_channel_controller.h", "pc/datagram_rtp_transport.h", "pc/dtls_transport.h", "pc/dtmf_sender.h", "pc/external_hmac.h", "pc/ice_server_parsing.h", "pc/ice_transport.h", "pc/jitter_buffer_delay.h", "pc/jsep_transport.h", "pc/jsep_transport_controller.h", "pc/local_audio_source.h", "pc/media_protocol_names.h", "pc/media_session.h", "pc/media_stream.h", "pc/media_stream_observer.h", "pc/peer_connection.h", "pc/peer_connection_factory.h", "pc/remote_audio_source.h", "pc/rtc_stats_collector.h", "pc/rtc_stats_traversal.h", "pc/rtcp_mux_filter.h", "pc/rtp_media_utils.h", "pc/rtp_parameters_conversion.h", "pc/rtp_receiver.h", "pc/rtp_sender.h", "pc/rtp_transceiver.h", "pc/rtp_transport.h", "pc/sctp_data_channel_transport.h", "pc/sctp_transport.h", "pc/sctp_utils.h", "pc/sdp_serializer.h", "pc/sdp_utils.h", "pc/session_description.h", "pc/simulcast_description.h", "pc/srtp_filter.h", "pc/srtp_session.h", "pc/srtp_transport.h", "pc/stats_collector.h", "pc/track_media_info_map.h", "pc/transport_stats.h", "pc/video_rtp_receiver.h", "pc/video_rtp_track_source.h", "pc/video_track.h", "pc/video_track_source.h", "pc/webrtc_sdp.h", "pc/webrtc_session_description_factory.h", "modules/audio_coding/codecs/g711/g711_interface.h", "modules/audio_coding/codecs/ilbc/constants.h", "modules/audio_coding/codecs/isac/audio_decoder_isac_t.h", "modules/audio_coding/codecs/isac/audio_encoder_isac_t.h", "modules/audio_coding/codecs/isac/bandwidth_info.h", "modules/audio_coding/codecs/isac/fix/source/lpc_tables.h", "modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h", "modules/audio_coding/codecs/isac/fix/source/structs.h", "modules/audio_coding/include/audio_coding_module_typedefs.h", "modules/audio_device/include/audio_device.h", "modules/audio_device/include/audio_device_defines.h", "modules/audio_processing/include/audio_frame_view.h", "modules/audio_processing/ns/ns_common.h", "modules/audio_processing/ns/ns_config.h", "modules/audio_processing/transient/common.h", "modules/audio_processing/transient/transient_suppressor.h", "modules/audio_processing/utility/delay_estimator_internal.h", "modules/audio_processing/vad/common.h", "modules/include/module.h", "modules/include/module_common_types_public.h", "modules/include/module_fec_types.h", "modules/rtp_rtcp/source/byte_io.h", "modules/video_capture/video_capture.h", "modules/video_coding/codecs/h264/include/h264_globals.h", "modules/video_coding/codecs/interface/common_constants.h", "modules/video_coding/include/video_coding.h", "modules/video_coding/internal_defines.h", "api/array_view.h", "api/async_resolver_factory.h", "api/audio_codecs/audio_decoder_factory.h", "api/call/audio_sink.h", "api/call/bitrate_allocation.h", "api/call/call_factory_interface.h", "api/crypto/frame_decryptor_interface.h", "api/dtmf_sender_interface.h", "api/fec_controller.h", "api/fec_controller_override.h", "api/frame_transformer_interface.h", "api/ice_transport_interface.h", "api/network_state_predictor.h", "api/packet_socket_factory.h", "api/rtc_event_log/rtc_event_log_factory_interface.h", "api/rtc_event_log_output.h", "api/test/simulated_network.h", "api/transport/data_channel_transport_interface.h", "api/transport/datagram_transport_interface.h", "api/transport/enums.h", "api/transport/network_control.h", "api/transport/webrtc_key_value_config.h", "api/turn_customizer.h", "api/video/video_bitrate_allocator_factory.h", "api/video/video_codec_type.h", "api/video/video_stream_decoder.h", "audio/audio_level.h", "audio/audio_receive_stream.h", "audio/audio_state.h", "audio/audio_transport_impl.h", "audio/channel_receive.h", "audio/channel_send.h", "audio/channel_send_frame_transformer_delegate.h", "audio/null_audio_poller.h", "audio/utility/channel_mixer.h", "audio/utility/channel_mixing_matrix.h", "audio/voip/audio_egress.h", "p2p/base/ice_controller_factory_interface.h", "rtc_base/async_invoker_inl.h", "rtc_base/buffer.h", "rtc_base/callback.h", "rtc_base/compile_assert_c.h", "rtc_base/dscp.h", "rtc_base/gtest_prod_util.h", "rtc_base/http_common.h", "rtc_base/ip_address.h", "rtc_base/numerics/percentile_filter.h", "rtc_base/numerics/safe_conversions_impl.h", "rtc_base/numerics/safe_minmax.h", "rtc_base/ref_counted_object.h", "rtc_base/rolling_accumulator.h", "rtc_base/sanitizer.h", "rtc_base/stringize_macros.h", "rtc_base/system/rtc_export_template.h", "rtc_base/system/unused.h", "rtc_base/thread_checker.h", "rtc_base/time_utils.h", "rtc_base/units/unit_base.h", "video/adaptation/adaptation_counters.h", "video/adaptation/encode_usage_resource.h", "video/adaptation/overuse_frame_detector.h", "video/adaptation/resource_adaptation_processor.h", "video/adaptation/video_stream_adapter.h", "video/call_stats.h", "video/encoder_bitrate_adjuster.h", "video/encoder_overshoot_detector.h", "video/encoder_rtcp_feedback.h", "video/frame_dumping_decoder.h", "video/frame_encode_metadata_writer.h", "video/quality_limitation_reason_tracker.h", "video/receive_statistics_proxy.h", "video/rtp_streams_synchronizer.h", "video/rtp_video_stream_receiver_frame_transformer_delegate.h", "video/send_delay_stats.h", "video/send_statistics_proxy.h", "video/stream_synchronization.h", "video/transport_adapter.h", "video/video_quality_observer.h", "video/video_receive_stream.h", "video/video_send_stream_impl.h", "video/video_source_sink_controller.h", "video/video_stream_decoder_impl.h", "call/rtp_packet_sink_interface.h", "call/rtp_stream_receiver_controller_interface.h", "api/audio/echo_control.h", "api/crypto/frame_encryptor_interface.h", "api/crypto_params.h", "api/neteq/neteq_controller_factory.h", "api/transport/rtp/dependency_descriptor.h", "api/video/video_codec_constants.h", "api/video/video_frame_type.h", "api/video/video_sink_interface.h", "api/video/video_stream_encoder_interface.h", "audio/audio_send_stream.h", "audio/channel_receive_frame_transformer_delegate.h", "audio/remix_resample.h", "audio/utility/audio_frame_operations.h", "call/ssrc_binding_observer.h", "common_audio/fir_filter.h", "common_audio/third_party/fft4g/fft4g.h", "common_types.h", "common_video/h264/profile_level_id.h", "common_video/h265/h265_sps_parser.h", "common_video/h265/h265_vps_parser.h", "common_video/include/quality_limitation_reason.h", "modules/audio_coding/codecs/ilbc/abs_quant.h", "modules/audio_coding/codecs/ilbc/abs_quant_loop.h", "modules/audio_coding/codecs/ilbc/augmented_cb_corr.h", "modules/audio_coding/codecs/ilbc/bw_expand.h", "modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h", "modules/audio_coding/codecs/ilbc/cb_update_best_index.h", "modules/audio_coding/codecs/ilbc/chebyshev.h", "modules/audio_coding/codecs/ilbc/comp_corr.h", "modules/audio_coding/codecs/ilbc/create_augmented_vec.h", "modules/audio_coding/codecs/ilbc/enh_upsample.h", "modules/audio_coding/codecs/ilbc/gain_dequant.h", "modules/audio_coding/codecs/ilbc/gain_quant.h", "modules/audio_coding/codecs/ilbc/get_sync_seq.h", "modules/audio_coding/codecs/ilbc/init_encode.h", "modules/audio_coding/codecs/ilbc/lpc_encode.h", "modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h", "modules/audio_coding/codecs/ilbc/lsf_to_lsp.h", "modules/audio_coding/codecs/ilbc/lsf_to_poly.h", "modules/audio_coding/codecs/ilbc/poly_to_lsp.h", "modules/audio_coding/codecs/ilbc/refiner.h", "modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h", "modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h", "modules/audio_coding/codecs/ilbc/smooth_out_data.h", "modules/audio_coding/codecs/ilbc/sort_sq.h", "modules/audio_coding/codecs/ilbc/split_vq.h", "modules/audio_coding/codecs/ilbc/state_construct.h", "modules/audio_coding/codecs/ilbc/window32_w32.h", "modules/audio_coding/codecs/ilbc/xcorr_coef.h", "modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h", "modules/audio_coding/codecs/isac/main/source/entropy_coding.h", "modules/audio_coding/codecs/isac/main/source/filter_functions.h", "modules/audio_coding/codecs/isac/main/source/os_specific_inline.h", "modules/audio_coding/codecs/opus/opus_inst.h", "modules/audio_mixer/output_rate_calculator.h", "modules/audio_processing/aec3/fft_data.h", "modules/audio_processing/aec3/nearend_detector.h", "modules/audio_processing/aecm/aecm_defines.h", "modules/audio_processing/agc/legacy/gain_control.h", "modules/audio_processing/agc2/rnn_vad/pitch_info.h", "modules/audio_processing/agc2/rnn_vad/ring_buffer.h", "modules/audio_processing/include/audio_generator.h", "modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h", "modules/audio_processing/utility/ooura_fft_tables_common.h", "modules/audio_processing/vad/noise_gmm_tables.h", "modules/congestion_controller/goog_cc/delay_increase_detector_interface.h", "modules/rtp_rtcp/include/receive_statistics.h", "modules/utility/include/process_thread.h", "modules/video_coding/codecs/vp9/include/vp9_globals.h", "pc/rtp_transport_internal.h", "rtc_base/bind.h", "rtc_base/mdns_responder_interface.h", "rtc_base/message_buffer_reader.h", "rtc_base/numerics/running_statistics.h", "rtc_base/numerics/sequence_number_util.h", "rtc_base/openssl.h", "rtc_base/socket_server.h", "rtc_base/task_utils/to_queued_task.h", "video/adaptation/quality_scaler_resource.h", "video/buffered_frame_decryptor.h", "video/quality_threshold.h", "video/report_block_stats.h", "video/rtp_video_stream_receiver.h", "video/stats_counter.h", "video/video_send_stream.h", "video/video_stream_decoder.h", "video/video_stream_encoder.h", "rtc_base/socket_factory.h", "api/audio_codecs/audio_decoder_factory_template.h", "api/audio_codecs/audio_encoder_factory_template.h", "api/audio_codecs/g722/audio_encoder_g722_config.h", "api/audio_codecs/ilbc/audio_encoder_ilbc_config.h", "api/audio_codecs/opus/audio_decoder_multi_channel_opus_config.h", "api/neteq/neteq_controller.h", "api/neteq/neteq_factory.h", "api/notifier.h", "api/rtp_transceiver_direction.h", "api/stats/rtc_stats_collector_callback.h", "api/transport/congestion_control_interface.h", "api/transport/rtp/rtp_source.h", "api/video/recordable_encoded_frame.h", "api/video/video_frame_marking.h", "api/video_codecs/bitstream_parser.h", "api/video_codecs/vp8_frame_buffer_controller.h", "media/base/delayable.h", "media/sctp/sctp_transport.h", "media/sctp/sctp_transport_internal.h", "modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h", "modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h", "modules/audio_coding/codecs/ilbc/encode.h", "modules/audio_coding/codecs/ilbc/enhancer.h", "modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h", "modules/audio_coding/codecs/ilbc/frame_classify.h", "modules/audio_coding/codecs/ilbc/get_lsp_poly.h", "modules/audio_coding/codecs/ilbc/index_conv_dec.h", "modules/audio_coding/codecs/ilbc/lsp_to_lsf.h", "modules/audio_coding/codecs/ilbc/my_corr.h", "modules/audio_coding/codecs/ilbc/nearest_neighbor.h", "modules/audio_coding/codecs/ilbc/poly_to_lsf.h", "modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h", "modules/audio_coding/codecs/ilbc/smooth.h", "modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h", "modules/audio_coding/codecs/isac/main/source/isac_float_type.h", "modules/audio_coding/codecs/isac/main/source/pitch_filter.h", "modules/audio_device/audio_device_config.h", "modules/audio_device/include/audio_device_default.h", "modules/audio_processing/aec3/delay_estimate.h", "modules/audio_processing/aec3/vector_math.h", "modules/audio_processing/agc/gain_control.h", "modules/audio_processing/agc2/rnn_vad/sequence_buffer.h", "modules/audio_processing/agc2/rnn_vad/symmetric_matrix_buffer.h", "modules/audio_processing/transient/dyadic_decimator.h", "modules/audio_processing/transient/windows_private.h", "modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h", "modules/audio_processing/vad/vad_audio_proc_internal.h", "modules/audio_processing/vad/voice_gmm_tables.h", "modules/congestion_controller/bbr/packet_number_indexed_queue.h", "modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h", "modules/rtp_rtcp/include/rtcp_statistics.h", "modules/rtp_rtcp/include/rtp_rtcp.h", "modules/rtp_rtcp/source/rtp_format_h265.h", "modules/video_capture/video_capture_defines.h", "modules/video_coding/fec_rate_table.h", "p2p/base/candidate_pair_interface.h", "rtc_base/ignore_wundef.h", "rtc_base/numerics/math_utils.h", "rtc_base/numerics/mod_ops.h", "rtc_base/numerics/moving_median_filter.h", "rtc_base/socket_adapters.h", "rtc_base/ssl_roots.h", "rtc_base/system/warn_current_thread_is_deadlocked.h", "rtc_base/thread_message.h", "rtc_base/trace_event.h", "api/audio_codecs/isac/audio_decoder_isac.h", "api/audio_codecs/isac/audio_encoder_isac.h", "api/task_queue/default_task_queue_factory.h", "api/video/video_stream_encoder_settings.h", "api/video_track_source_proxy.h", "call/audio_sender.h", "call/rtcp_packet_sink_interface.h", "call/rtp_transport_controller_send_interface.h", "call/rtp_video_sender_interface.h", "modules/audio_coding/audio_network_adaptor/util/threshold_curve.h", "modules/audio_coding/codecs/ilbc/cb_mem_energy.h", "modules/audio_coding/codecs/ilbc/do_plc.h", "modules/audio_coding/codecs/ilbc/hp_output.h", "modules/audio_coding/codecs/ilbc/init_decode.h", "modules/audio_coding/codecs/ilbc/simple_lsf_quant.h", "modules/audio_coding/codecs/ilbc/state_search.h", "modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h", "modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h", "modules/audio_processing/agc/gain_map_internal.h", "modules/congestion_controller/bbr/windowed_filter.h", "modules/video_capture/video_capture_config.h", "modules/video_coding/codecs/h265/include/h265_globals.h", "modules/video_coding/codecs/vp8/include/vp8.h", "p2p/base/p2p_transport_channel_ice_field_trials.h", "pc/jitter_buffer_delay_interface.h", "pc/media_stream_track.h", "rtc_base/swap_queue.h", "rtc_base/system/ignore_warnings.h", "logging/rtc_event_log/encoder/rtc_event_log_encoder.h", "logging/rtc_event_log/events/rtc_event_remote_estimate.h", "system_wrappers/include/clock.h", "system_wrappers/include/cpu_features_wrapper.h", "system_wrappers/include/cpu_info.h", "system_wrappers/include/field_trial.h", "system_wrappers/include/metrics.h", "system_wrappers/include/ntp_time.h", "system_wrappers/include/rtp_to_ntp_estimator.h", "system_wrappers/include/sleep.h", "modules/video_coding/codecs/vp8/include/vp8_globals.h", "p2p/client/relay_port_factory_interface.h", "media/base/audio_source.h", "media/base/media_config.h", "modules/rtp_rtcp/source/video_fec_generator.h", "api/set_remote_description_observer_interface.h", "pc/channel_interface.h", "call/packet_receiver.h", "p2p/base/transport_info.h", "modules/rtp_rtcp/include/ulpfec_receiver.h", "modules/rtp_rtcp/include/rtp_packet_sender.h", "rtc_base/numerics/moving_max_counter.h", "modules/audio_coding/codecs/ilbc/enhancer_interface.h", "modules/rtp_rtcp/include/rtp_cvo.h", "call/simulated_packet_receiver.h", "api/media_stream_proxy.h", "logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h", "modules/audio_coding/codecs/ilbc/cb_search.h", "modules/audio_coding/codecs/ilbc/decode.h", "modules/audio_coding/codecs/ilbc/interpolate_samples.h", "modules/audio_coding/codecs/ilbc/lsf_check.h", "modules/audio_processing/render_queue_item_verifier.h", "modules/pacing/rtp_packet_pacer.h", "modules/rtp_rtcp/source/rtp_rtcp_config.h", "modules/video_coding/jitter_buffer_common.h", "p2p/base/dtls_transport_factory.h", "p2p/base/udp_port.h", "pc/peer_connection_internal.h", "pc/used_ids.h", "rtc_base/keep_ref_until_done.h", "rtc_base/numerics/divide_round.h", "rtc_base/system/thread_registry.h", "rtc_base/one_time_event.h", "rtc_base/format_macros.h", "audio/conversion.h", "modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h", "modules/audio_coding/codecs/ilbc/unpack_bits.h", "modules/audio_coding/codecs/ilbc/index_conv_enc.h", "api/media_stream_track_proxy.h", "pc/stream_collection.h", "api/peer_connection_factory_proxy.h", "api/uma_metrics.h", "logging/rtc_event_log/encoder/rtc_event_log_encoder_new_format.h", "modules/audio_coding/codecs/ilbc/cb_search_core.h", "modules/audio_coding/codecs/ilbc/pack_bits.h", "modules/audio_coding/codecs/ilbc/swap_bytes.h", "modules/audio_processing/common.h", "pc/jitter_buffer_delay_proxy.h", "api/peer_connection_proxy.h", "modules/audio_coding/codecs/ilbc/hp_input.h", ] ios_objc_sources = [ "objc/base/RTCEncodedImage.h", "objc/base/RTCEncodedImage.m", "objc/base/RTCRtpFragmentationHeader.h", "objc/base/RTCRtpFragmentationHeader.m", "objc/api/peerconnection/RTCRtpFragmentationHeader+Private.h", "objc/base/RTCVideoCapturer.h", "objc/base/RTCVideoCapturer.m", "objc/base/RTCVideoCodecInfo.h", "objc/base/RTCVideoCodecInfo.m", "objc/base/RTCVideoEncoderQpThresholds.h", "objc/base/RTCVideoEncoderQpThresholds.m", "objc/base/RTCVideoEncoderSettings.h", "objc/base/RTCVideoEncoderSettings.m", "objc/components/audio/RTCAudioSessionConfiguration.h", "objc/components/audio/RTCAudioSessionConfiguration.m", "objc/components/renderer/opengl/RTCNV12TextureCache.h", "objc/components/renderer/opengl/RTCNV12TextureCache.m", "objc/helpers/RTCDispatcher.h", "objc/helpers/RTCDispatcher.m", "objc/components/renderer/opengl/RTCDisplayLinkTimer.h", "objc/components/renderer/opengl/RTCDisplayLinkTimer.m", "objc/components/video_codec/RTCVideoEncoderFactoryH264.h", "objc/components/video_codec/RTCVideoEncoderFactoryH264.m", "objc/components/video_codec/RTCVideoDecoderFactoryH264.h", "objc/components/video_codec/RTCVideoDecoderFactoryH264.m", ] ios_sources = [ "objc/native/src/audio/audio_session_observer.h", "objc/native/src/audio/audio_device_ios.h", "objc/native/src/audio/audio_device_ios.mm", "objc/native/src/audio/audio_device_module_ios.h", "objc/native/src/audio/audio_device_module_ios.mm", "objc/native/src/audio/helpers.h", "objc/native/src/audio/helpers.mm", "objc/native/src/audio/voice_processing_audio_unit.h", "objc/native/src/audio/voice_processing_audio_unit.mm", "objc/native/src/objc_frame_buffer.h", "objc/native/src/objc_frame_buffer.mm", "objc/native/src/objc_video_decoder_factory.h", "objc/native/src/objc_video_decoder_factory.mm", "objc/native/src/objc_video_encoder_factory.h", "objc/native/src/objc_video_encoder_factory.mm", "objc/native/src/objc_video_frame.h", "objc/native/src/objc_video_frame.mm", "objc/native/src/objc_video_renderer.h", "objc/native/src/objc_video_renderer.mm", "objc/native/src/objc_video_track_source.h", "objc/native/src/objc_video_track_source.mm", "objc/api/video_codec/RTCVideoDecoderVP8.h", "objc/api/video_codec/RTCVideoDecoderVP8.mm", "objc/api/video_codec/RTCVideoEncoderVP8.h", "objc/api/video_codec/RTCVideoEncoderVP8.mm", "objc/api/video_codec/RTCVideoDecoderVP9.h", "objc/api/video_codec/RTCVideoDecoderVP9.mm", "objc/api/video_codec/RTCVideoEncoderVP9.h", "objc/api/video_codec/RTCVideoEncoderVP9.mm", "objc/base/RTCCodecSpecificInfo.h", "objc/base/RTCI420Buffer.h", "objc/base/RTCLogging.h", "objc/base/RTCLogging.mm", "objc/base/RTCMacros.h", "objc/base/RTCMutableI420Buffer.h", "objc/base/RTCMutableYUVPlanarBuffer.h", "objc/base/RTCVideoDecoder.h", "objc/base/RTCVideoDecoderFactory.h", "objc/base/RTCVideoEncoder.h", "objc/base/RTCVideoEncoderFactory.h", "objc/base/RTCVideoFrame.h", "objc/base/RTCVideoFrame.mm", "objc/base/RTCVideoFrameBuffer.h", "objc/base/RTCVideoRenderer.h", "objc/base/RTCYUVPlanarBuffer.h", "objc/components/audio/RTCAudioSession+Configuration.mm", "objc/components/audio/RTCAudioSession+Private.h", "objc/components/audio/RTCAudioSession.h", "objc/components/audio/RTCAudioSession.mm", "objc/api/peerconnection/RTCVideoSource+Private.h", "objc/api/peerconnection/RTCVideoSource.h", "objc/api/peerconnection/RTCVideoSource.mm", "objc/api/video_frame_buffer/RTCNativeI420Buffer+Private.h", "objc/api/video_frame_buffer/RTCNativeI420Buffer.h", "objc/api/video_frame_buffer/RTCNativeI420Buffer.mm", "objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h", "objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.mm", "objc/components/video_frame_buffer/RTCCVPixelBuffer.h", "objc/components/video_frame_buffer/RTCCVPixelBuffer.mm", "objc/components/video_codec/RTCCodecSpecificInfoH264+Private.h", "objc/components/video_codec/RTCCodecSpecificInfoH264.h", "objc/components/video_codec/RTCCodecSpecificInfoH264.mm", "objc/components/video_codec/RTCH264ProfileLevelId.h", "objc/components/video_codec/RTCH264ProfileLevelId.mm", "objc/components/video_codec/RTCCodecSpecificInfoH265.h", "objc/components/video_codec/RTCCodecSpecificInfoH265.mm", "objc/components/video_codec/RTCH265ProfileLevelId.h", "objc/components/video_codec/RTCH265ProfileLevelId.mm", "objc/components/video_codec/RTCVideoDecoderH264.h", "objc/components/video_codec/RTCVideoDecoderH264.mm", "objc/components/video_codec/RTCVideoEncoderH264.h", "objc/components/video_codec/RTCVideoEncoderH264.mm", "objc/components/video_codec/RTCVideoDecoderH265.h", "objc/components/video_codec/RTCVideoDecoderH265.mm", "objc/components/video_codec/RTCVideoEncoderH265.h", "objc/components/video_codec/RTCVideoEncoderH265.mm", "objc/api/video_codec/RTCVideoCodecConstants.h", "objc/api/video_codec/RTCVideoCodecConstants.mm", "objc/components/video_codec/helpers.cc", "objc/components/video_codec/helpers.h", "objc/components/video_codec/nalu_rewriter.cc", "objc/components/video_codec/nalu_rewriter.h", "objc/components/renderer/opengl/RTCDefaultShader.h", "objc/components/renderer/opengl/RTCDefaultShader.mm", "objc/components/renderer/opengl/RTCI420TextureCache.h", "objc/components/renderer/opengl/RTCI420TextureCache.mm", "objc/components/renderer/opengl/RTCOpenGLDefines.h", "objc/components/renderer/opengl/RTCShader.h", "objc/components/renderer/opengl/RTCShader.mm", "objc/components/renderer/opengl/RTCVideoViewShading.h", "objc/helpers/RTCDispatcher+Private.h", "objc/helpers/AVCaptureSession+DevicePosition.h", "objc/helpers/AVCaptureSession+DevicePosition.mm", "objc/helpers/NSString+StdString.h", "objc/helpers/scoped_cftyperef.h", "objc/api/peerconnection/RTCMediaSource+Private.h", "objc/api/peerconnection/RTCMediaSource.h", "objc/api/peerconnection/RTCMediaSource.mm", "objc/api/video_codec/RTCWrappedNativeVideoDecoder.h", "objc/api/video_codec/RTCWrappedNativeVideoDecoder.mm", "objc/api/video_codec/RTCWrappedNativeVideoEncoder.h", "objc/api/video_codec/RTCWrappedNativeVideoEncoder.mm", "objc/components/audio/RTCNativeAudioSessionDelegateAdapter.h", "objc/components/audio/RTCNativeAudioSessionDelegateAdapter.mm", "objc/native/api/video_capturer.h", "objc/native/api/video_capturer.mm", "objc/native/api/video_decoder_factory.h", "objc/native/api/video_decoder_factory.mm", "objc/native/api/video_encoder_factory.h", "objc/native/api/video_encoder_factory.mm", "objc/native/api/video_frame.h", "objc/native/api/video_frame.mm", "objc/native/api/video_frame_buffer.h", "objc/native/api/video_frame_buffer.mm", "objc/native/api/video_renderer.h", "objc/native/api/video_renderer.mm", "objc/native/api/audio_device_module.h", "objc/components/renderer/metal/RTCMTLNV12Renderer.h", "objc/components/renderer/metal/RTCMTLNV12Renderer.mm", "objc/components/renderer/metal/RTCMTLRGBRenderer.h", "objc/components/renderer/metal/RTCMTLRGBRenderer.mm", "objc/components/renderer/metal/RTCMTLI420Renderer.h", "objc/components/renderer/metal/RTCMTLI420Renderer.mm", "objc/components/renderer/metal/RTCMTLRenderer+Private.h", "objc/components/renderer/metal/RTCMTLRenderer.h", "objc/components/renderer/metal/RTCMTLRenderer.mm", "objc/components/video_codec/UIDevice+H264Profile.mm", "objc/components/video_codec/UIDevice+H264Profile.h", "objc/api/peerconnection/RTCAudioSource+Private.h", "objc/api/peerconnection/RTCAudioTrack+Private.h", "objc/api/peerconnection/RTCCertificate.h", "objc/components/video_codec/RTCCodecSpecificInfoH265+Private.h", "objc/api/peerconnection/RTCConfiguration+Private.h", "objc/api/peerconnection/RTCCryptoOptions.h", "objc/api/peerconnection/RTCDataChannel+Private.h", "objc/api/peerconnection/RTCDtmfSender+Private.h", "objc/api/peerconnection/RTCEncodedImage+Private.h", "objc/api/peerconnection/RTCIceCandidate+Private.h", "objc/api/peerconnection/RTCIceServer+Private.h", "objc/api/peerconnection/RTCLegacyStatsReport+Private.h", "objc/api/peerconnection/RTCMediaStream+Private.h", "objc/api/peerconnection/RTCPeerConnection+Private.h", "objc/api/peerconnection/RTCPeerConnectionFactory+Native.h", "objc/api/peerconnection/RTCPeerConnectionFactoryBuilder.h", "objc/api/peerconnection/RTCRtcpParameters+Private.h", "objc/api/peerconnection/RTCRtpCodecParameters+Private.h", "objc/api/peerconnection/RTCRtpEncodingParameters+Private.h", "objc/api/peerconnection/RTCRtpHeaderExtension+Private.h", "objc/api/peerconnection/RTCRtpParameters+Private.h", "objc/api/peerconnection/RTCRtpReceiver+Private.h", "objc/api/peerconnection/RTCRtpSender+Private.h", "objc/api/peerconnection/RTCRtpTransceiver+Private.h", "objc/api/peerconnection/RTCSessionDescription+Private.h", "objc/api/peerconnection/RTCStatisticsReport+Private.h", "objc/api/peerconnection/RTCVideoCodecInfo+Private.h", "objc/api/peerconnection/RTCVideoEncoderSettings+Private.h", "objc/api/RTCVideoRendererAdapter+Private.h", "objc/api/peerconnection/RTCVideoTrack+Private.h", "objc/helpers/UIDevice+RTCDevice.mm", "objc/api/peerconnection/RTCEncodedImage+Private.mm", "objc/api/peerconnection/RTCPeerConnection+DataChannel.mm", "objc/api/peerconnection/RTCPeerConnection+Stats.mm", "objc/api/peerconnection/RTCPeerConnectionFactoryBuilder+DefaultComponents.mm", "objc/api/peerconnection/RTCVideoCodecInfo+Private.mm", "objc/api/peerconnection/RTCVideoEncoderSettings+Private.mm", "objc/helpers/NSString+StdString.mm", "objc/api/peerconnection/RTCPeerConnectionFactoryBuilder.mm", "objc/api/peerconnection/RTCLegacyStatsReport.mm", "objc/api/peerconnection/RTCPeerConnection.mm", "objc/api/peerconnection/RTCStatisticsReport.mm", "objc/api/peerconnection/RTCDataChannel.mm", "objc/api/peerconnection/RTCSessionDescription.mm", "objc/api/peerconnection/RTCRtpSender.mm", "objc/api/peerconnection/RTCIceCandidate.mm", "objc/api/peerconnection/RTCConfiguration.mm", "objc/api/peerconnection/RTCRtpReceiver.mm", "objc/api/peerconnection/RTCMediaStream.mm", "objc/api/peerconnection/RTCRtpTransceiver.mm", "objc/api/peerconnection/RTCPeerConnectionFactory.mm", "objc/api/peerconnection/RTCCertificate.mm", "objc/api/peerconnection/RTCDtmfSender.mm", "objc/api/peerconnection/RTCMediaStreamTrack.mm", "objc/api/peerconnection/RTCVideoTrack.mm", "objc/api/peerconnection/RTCRtpParameters.mm", "objc/api/peerconnection/RTCAudioSource.mm", "objc/api/peerconnection/RTCIceServer.mm", "objc/api/peerconnection/RTCCryptoOptions.mm", "objc/api/peerconnection/RTCAudioTrack.mm", "objc/api/peerconnection/RTCRtpEncodingParameters.mm", "objc/api/peerconnection/RTCRtpCodecParameters.mm", "objc/api/RTCVideoRendererAdapter.mm", "objc/api/peerconnection/RTCRtpHeaderExtension.mm", "objc/api/peerconnection/RTCRtcpParameters.mm", "media_constraints.cc", "media_constraints.h", "objc/native/api/audio_device_module.mm", "objc/helpers/UIDevice+RTCDevice.h", "objc/Framework/Classes/VideoToolbox/nalu_rewriter.h", "objc/api/RTCVideoRendererAdapter.h", "objc/api/peerconnection/RTCStatisticsReport.h", "objc/api/peerconnection/RTCAudioSource.h", "objc/api/peerconnection/RTCAudioTrack.h", "objc/api/peerconnection/RTCConfiguration.h", "objc/api/peerconnection/RTCDataChannel.h", "objc/api/peerconnection/RTCDtmfSender.h", "objc/api/peerconnection/RTCIceCandidate.h", "objc/api/peerconnection/RTCIceServer.h", "objc/api/peerconnection/RTCLegacyStatsReport.h", "objc/api/peerconnection/RTCMediaStream.h", "objc/api/peerconnection/RTCPeerConnection.h", "objc/api/peerconnection/RTCPeerConnectionFactory.h", "objc/api/peerconnection/RTCRtcpParameters.h", "objc/api/peerconnection/RTCRtpCodecParameters.h", "objc/api/peerconnection/RTCRtpEncodingParameters.h", "objc/api/peerconnection/RTCRtpHeaderExtension.h", "objc/api/peerconnection/RTCRtpParameters.h", "objc/api/peerconnection/RTCRtpReceiver.h", "objc/api/peerconnection/RTCRtpSender.h", "objc/api/peerconnection/RTCRtpTransceiver.h", "objc/api/peerconnection/RTCSessionDescription.h", "objc/api/peerconnection/RTCVideoTrack.h", "objc/api/peerconnection/RTCMediaStreamTrack.h", "objc/api/peerconnection/RTCMediaStreamTrack+Private.h", "objc/api/peerconnection/RTCDataChannelConfiguration+Private.h", "objc/api/peerconnection/RTCPeerConnectionFactory+Private.h", "objc/api/peerconnection/RTCPeerConnectionFactoryBuilder+DefaultComponents.h", "objc/api/peerconnection/RTCRtpReceiver+Native.h", "objc/api/peerconnection/RTCMediaConstraints+Private.h", "objc/api/peerconnection/RTCMediaConstraints.h", "objc/api/peerconnection/RTCRtpSender+Native.h", "objc/api/peerconnection/RTCDataChannelConfiguration.h", "objc/api/peerconnection/RTCPeerConnectionFactoryOptions+Private.h", "objc/api/peerconnection/RTCConfiguration+Native.h", "objc/api/peerconnection/RTCPeerConnectionFactoryOptions.h", ] common_arm_specific_sources = ["webrtc-ios/src/" + path for path in [ "modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c", "modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c", "modules/audio_coding/codecs/isac/fix/source/filters_neon.c", "modules/audio_coding/codecs/isac/fix/source/lattice_neon.c", "modules/audio_coding/codecs/isac/fix/source/transform_neon.c", "modules/audio_processing/aecm/aecm_core_neon.cc", "modules/audio_processing/utility/ooura_fft_neon.cc", "modules/video_processing/util/denoiser_filter_neon.cc", "common_audio/fir_filter_neon.cc", "common_audio/signal_processing/cross_correlation_neon.c", "common_audio/signal_processing/downsample_fast_neon.c", "common_audio/signal_processing/min_max_operations_neon.c", "common_audio/resampler/sinc_resampler_neon.cc", ]] armv7_specific_sources = ["webrtc-ios/src/" + path for path in [ ]] arm64_specific_sources = ["webrtc-ios/src/" + path for path in [ "common_audio/signal_processing/complex_bit_reverse.c", "common_audio/signal_processing/filter_ar_fast_q12.c", ]] x86_specific_sources = ["webrtc-ios/src/" + path for path in [ "modules/audio_processing/utility/ooura_fft_sse2.cc", "modules/video_processing/util/denoiser_filter_sse2.cc", "common_audio/fir_filter_sse.cc", "common_audio/resampler/sinc_resampler_sse.cc", "common_audio/signal_processing/complex_bit_reverse.c", "common_audio/signal_processing/filter_ar_fast_q12.c", ]] arch_specific_sources = select({ "@build_bazel_rules_apple//apple:ios_armv7": common_arm_specific_sources + armv7_specific_sources, "@build_bazel_rules_apple//apple:ios_arm64": common_arm_specific_sources + arm64_specific_sources, "//build-system:ios_sim_arm64": common_arm_specific_sources + arm64_specific_sources, "@build_bazel_rules_apple//apple:ios_x86_64": x86_specific_sources, }) common_flags = [ "-DWEBRTC_IOS", "-DWEBRTC_MAC", "-DWEBRTC_POSIX", "-DHAVE_WEBRTC_VIDEO", "-DRTC_ENABLE_VP9", ] arm_specific_flags = [ "-DWEBRTC_ARCH_ARM", "-DWEBRTC_ARCH_ARM_V7", "-DWEBRTC_HAS_NEON", ] arm64_specific_flags = [ "-DWEBRTC_ARCH_ARM64", "-DWEBRTC_HAS_NEON", ] x86_64_specific_flags = [ "-DHAVE_SSE2", ] arch_specific_cflags = select({ "@build_bazel_rules_apple//apple:ios_armv7": common_flags + arm_specific_flags, "@build_bazel_rules_apple//apple:ios_arm64": common_flags + arm64_specific_flags, "//build-system:ios_sim_arm64": common_flags + arm64_specific_flags, "@build_bazel_rules_apple//apple:ios_x86_64": common_flags + x86_64_specific_flags, }) cc_library( name = "usrsctp", srcs = ["webrtc-ios/src/third_party/usrsctp/" + path for path in [ "usrsctplib/usrsctplib/netinet/sctp.h", "usrsctplib/usrsctplib/netinet/sctp_asconf.c", "usrsctplib/usrsctplib/netinet/sctp_asconf.h", "usrsctplib/usrsctplib/netinet/sctp_auth.c", "usrsctplib/usrsctplib/netinet/sctp_auth.h", "usrsctplib/usrsctplib/netinet/sctp_bsd_addr.c", "usrsctplib/usrsctplib/netinet/sctp_bsd_addr.h", "usrsctplib/usrsctplib/netinet/sctp_callout.c", "usrsctplib/usrsctplib/netinet/sctp_callout.h", "usrsctplib/usrsctplib/netinet/sctp_cc_functions.c", "usrsctplib/usrsctplib/netinet/sctp_constants.h", "usrsctplib/usrsctplib/netinet/sctp_crc32.c", "usrsctplib/usrsctplib/netinet/sctp_crc32.h", "usrsctplib/usrsctplib/netinet/sctp_header.h", "usrsctplib/usrsctplib/netinet/sctp_indata.c", "usrsctplib/usrsctplib/netinet/sctp_indata.h", "usrsctplib/usrsctplib/netinet/sctp_input.c", "usrsctplib/usrsctplib/netinet/sctp_input.h", "usrsctplib/usrsctplib/netinet/sctp_lock_userspace.h", "usrsctplib/usrsctplib/netinet/sctp_os.h", "usrsctplib/usrsctplib/netinet/sctp_os_userspace.h", "usrsctplib/usrsctplib/netinet/sctp_output.c", "usrsctplib/usrsctplib/netinet/sctp_output.h", "usrsctplib/usrsctplib/netinet/sctp_pcb.c", "usrsctplib/usrsctplib/netinet/sctp_pcb.h", "usrsctplib/usrsctplib/netinet/sctp_peeloff.c", "usrsctplib/usrsctplib/netinet/sctp_peeloff.h", "usrsctplib/usrsctplib/netinet/sctp_process_lock.h", "usrsctplib/usrsctplib/netinet/sctp_sha1.c", "usrsctplib/usrsctplib/netinet/sctp_sha1.h", "usrsctplib/usrsctplib/netinet/sctp_ss_functions.c", "usrsctplib/usrsctplib/netinet/sctp_structs.h", "usrsctplib/usrsctplib/netinet/sctp_sysctl.c", "usrsctplib/usrsctplib/netinet/sctp_sysctl.h", "usrsctplib/usrsctplib/netinet/sctp_timer.c", "usrsctplib/usrsctplib/netinet/sctp_timer.h", "usrsctplib/usrsctplib/netinet/sctp_uio.h", "usrsctplib/usrsctplib/netinet/sctp_userspace.c", "usrsctplib/usrsctplib/netinet/sctp_usrreq.c", "usrsctplib/usrsctplib/netinet/sctp_var.h", "usrsctplib/usrsctplib/netinet/sctputil.c", "usrsctplib/usrsctplib/netinet/sctputil.h", "usrsctplib/usrsctplib/netinet6/sctp6_usrreq.c", "usrsctplib/usrsctplib/netinet6/sctp6_var.h", "usrsctplib/usrsctplib/user_atomic.h", "usrsctplib/usrsctplib/user_environment.c", "usrsctplib/usrsctplib/user_environment.h", "usrsctplib/usrsctplib/user_inpcb.h", "usrsctplib/usrsctplib/user_ip6_var.h", "usrsctplib/usrsctplib/user_ip_icmp.h", "usrsctplib/usrsctplib/user_malloc.h", "usrsctplib/usrsctplib/user_mbuf.c", "usrsctplib/usrsctplib/user_mbuf.h", "usrsctplib/usrsctplib/user_queue.h", "usrsctplib/usrsctplib/user_recv_thread.c", "usrsctplib/usrsctplib/user_recv_thread.h", "usrsctplib/usrsctplib/user_route.h", "usrsctplib/usrsctplib/user_socket.c", "usrsctplib/usrsctplib/user_socketvar.h", "usrsctplib/usrsctplib/user_uma.h", "usrsctplib/usrsctplib/usrsctp.h", ]], copts = [ "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib/usrsctplib", "-DHAVE_SA_LEN", "-DHAVE_SCONN_LEN", "-D__APPLE_USE_RFC_2292", "-D__Userspace_os_Darwin", "-UINET", "-UINET6", "-U__APPLE__", "-DWEBRTC_IOS", "-DWEBRTC_MAC", "-DWEBRTC_POSIX", "-DRTC_ENABLE_VP9", "-DBSD=1", "-DUSE_KISS_FFT", "-DHAVE_PTHREAD", "-DWEBRTC_APM_DEBUG_DUMP=0", "-DWEBRTC_USE_BUILTIN_ISAC_FLOAT", "-DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0", "-DHAVE_NETINET_IN_H", "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE", "-DSCTP_SIMPLE_ALLOCATOR", "-DSCTP_PROCESS_LEVEL_LOCKS", "-D__Userspace__", "-D__Userspace_os_Darwin", "-DPACKAGE_VERSION=''", ] + arch_specific_cflags, visibility = ["//visibility:public"], ) cc_library( name = "libsrtp", srcs = ["webrtc-ios/src/third_party/libsrtp/" + path for path in [ # includes "include/ekt.h", "include/srtp.h", # headers "crypto/include/aes.h", "crypto/include/aes_gcm_ossl.h", "crypto/include/aes_icm.h", "crypto/include/aes_icm_ossl.h", "crypto/include/alloc.h", "crypto/include/auth.h", "crypto/include/cipher.h", "crypto/include/cipher_types.h", "crypto/include/crypto_kernel.h", "crypto/include/crypto_types.h", "crypto/include/datatypes.h", "crypto/include/err.h", "crypto/include/integers.h", "crypto/include/key.h", "crypto/include/null_auth.h", "crypto/include/null_cipher.h", "crypto/include/rdb.h", "crypto/include/rdbx.h", "crypto/include/stat.h", "include/srtp_priv.h", "include/ut_sim.h", # sources "crypto/cipher/aes_gcm_ossl.c", "crypto/cipher/aes_icm_ossl.c", "crypto/cipher/cipher.c", "crypto/cipher/null_cipher.c", "crypto/hash/auth.c", "crypto/hash/hmac_ossl.c", "crypto/hash/null_auth.c", "crypto/kernel/alloc.c", "crypto/kernel/crypto_kernel.c", "crypto/kernel/err.c", "crypto/kernel/key.c", "crypto/math/datatypes.c", "crypto/math/stat.c", "crypto/replay/rdb.c", "crypto/replay/rdbx.c", "srtp/ekt.c", "srtp/srtp.c", ]] + [ "additional-files/config.h", ], copts = [ "-Ithird-party/webrtc/additional-files", "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib/usrsctplib", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/crypto/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/include", "-DOPENSSL", "-DHAVE_STDLIB_H", "-DHAVE_STRING_H", "-DHAVE_STDINT_H", "-DHAVE_INTTYPES_H", "-DHAVE_INT16_T", "-DHAVE_INT32_T", "-DHAVE_INT8_T", "-DHAVE_UINT16_T", "-DHAVE_UINT32_T", "-DHAVE_UINT64_T", "-DHAVE_UINT8_T", "-DHAVE_ARPA_INET_H", "-DHAVE_NETINET_IN_H", "-DHAVE_SYS_TYPES_H", "-DHAVE_UNISTD_H", "-DPACKAGE_STRING='\"\"'", ] + arch_specific_cflags, deps = [ "//third-party/boringssl:crypto", "//third-party/boringssl:ssl", ], visibility = ["//visibility:public"], ) cc_library( name = "libevent", srcs = ["webrtc-ios/src/base/third_party/libevent/" + path for path in [ "buffer.c", "evbuffer.c", "evdns.c", "evdns.h", "event-config.h", "event-internal.h", "event.c", "event.h", "event_tagging.c", "evhttp.h", "evrpc-internal.h", "evrpc.c", "evrpc.h", "evsignal.h", "evutil.c", "evutil.h", "http-internal.h", "http.c", "log.c", "log.h", "min_heap.h", "poll.c", "select.c", "signal.c", "strlcpy-internal.h", "strlcpy.c", "kqueue.c", "mac/config.h", "mac/event-config.h", ]], copts = [ "-DHAVE_CONFIG_H", "-Ithird-party/webrtc/webrtc-ios/src/base/third_party/libevent/mac", "-Ithird-party/webrtc/webrtc-ios/src/base/third_party/libevent", "-Ithird-party/webrtc/webrtc-ios/src", ] + arch_specific_cflags, visibility = ["//visibility:public"], ) cc_library( name = "libyuv", srcs = ["webrtc-ios/src/third_party/libyuv/" + path for path in [ # Headers "include/libyuv.h", "include/libyuv/basic_types.h", "include/libyuv/compare.h", "include/libyuv/convert.h", "include/libyuv/convert_argb.h", "include/libyuv/convert_from.h", "include/libyuv/convert_from_argb.h", "include/libyuv/cpu_id.h", "include/libyuv/mjpeg_decoder.h", "include/libyuv/planar_functions.h", "include/libyuv/rotate.h", "include/libyuv/rotate_argb.h", "include/libyuv/rotate_row.h", "include/libyuv/row.h", "include/libyuv/scale.h", "include/libyuv/scale_argb.h", "include/libyuv/scale_row.h", "include/libyuv/version.h", "include/libyuv/video_common.h", "include/libyuv/compare_row.h", # Source Files "source/compare.cc", "source/compare_common.cc", "source/compare_gcc.cc", "source/compare_win.cc", "source/convert.cc", "source/convert_argb.cc", "source/convert_from.cc", "source/convert_from_argb.cc", "source/convert_jpeg.cc", "source/convert_to_argb.cc", "source/convert_to_i420.cc", "source/cpu_id.cc", "source/mjpeg_decoder.cc", "source/mjpeg_validate.cc", "source/planar_functions.cc", "source/rotate.cc", "source/rotate_any.cc", "source/rotate_argb.cc", "source/rotate_common.cc", "source/rotate_gcc.cc", "source/rotate_win.cc", "source/row_any.cc", "source/row_common.cc", "source/row_gcc.cc", "source/row_win.cc", "source/scale.cc", "source/scale_any.cc", "source/scale_argb.cc", "source/scale_common.cc", "source/scale_gcc.cc", "source/scale_win.cc", "source/video_common.cc", # ARM Source Files "source/compare_neon.cc", "source/compare_neon64.cc", "source/rotate_neon.cc", "source/rotate_neon64.cc", "source/row_neon.cc", "source/row_neon64.cc", "source/scale_neon.cc", "source/scale_neon64.cc", ]], copts = [ "-ffp-contract=fast", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libyuv/include", ] + arch_specific_cflags, visibility = ["//visibility:public"], ) '''objc_library( name = "webrtc_objcpp_sdk", enable_modules = True, module_name = "webrtc_objcpp_sdk", srcs = ["webrtc-ios/src/sdk/" + path for path in ios_sources + ios_objc_sources], copts = [ "-Ithird-party/webrtc/webrtc-ios/src", "-Ithird-party/webrtc/webrtc-ios/src/third_party/abseil-cpp", "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib", "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib/usrsctplib", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/crypto/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libyuv/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libvpx/source/libvpx", "-Ithird-party/webrtc/webrtc-ios/src/testing/gtest/include", "-Ithird-party/webrtc/webrtc-ios/src/sdk/objc", "-Ithird-party/webrtc/webrtc-ios/src/sdk/objc/base", "-Ithird-party/webrtc/additional-files", "-DWEBRTC_IOS", "-DWEBRTC_MAC", "-DWEBRTC_POSIX", "-DRTC_ENABLE_VP9", "-DBSD=1", "-DUSE_KISS_FFT", "-DHAVE_PTHREAD", "-DWEBRTC_APM_DEBUG_DUMP=0", "-DWEBRTC_USE_BUILTIN_ISAC_FLOAT", "-DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0", "-DHAVE_NETINET_IN_H", "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE", "-DSCTP_SIMPLE_ALLOCATOR", "-DSCTP_PROCESS_LEVEL_LOCKS", "-D__Userspace__", "-D__Userspace_os_Darwin", "-DPACKAGE_VERSION='\"\"'", ] + arch_specific_cflags, deps = [ "//third-party/boringssl:crypto", "//third-party/boringssl:ssl", "//third-party/opus:opus", ":usrsctp", ":libsrtp", ":libevent", ], visibility = ["//visibility:public"], )''' raw_combined_sources = webrtc_sources + rnnoise_sources + pffft_sources + absl_sources combined_sources = ["webrtc-ios/src/" + path for path in raw_combined_sources] + arch_specific_sources + ["webrtc-ios/src/sdk/" + path for path in ios_sources + ios_objc_sources] objc_library( name = "webrtc_lib", enable_modules = True, module_name = "webrtc", srcs = combined_sources, copts = [ "-Ithird-party/webrtc/webrtc-ios/src", "-Ithird-party/webrtc/webrtc-ios/src/third_party/abseil-cpp", "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib", "-Ithird-party/webrtc/webrtc-ios/src/third_party/usrsctp/usrsctplib/usrsctplib", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libsrtp/crypto/include", "-Ithird-party/webrtc/webrtc-ios/src/third_party/libyuv/include", "-Ithird-party/webrtc/webrtc-ios/src/testing/gtest/include", "-Ithird-party/webrtc/webrtc-ios/src/sdk/objc", "-Ithird-party/webrtc/webrtc-ios/src/sdk/objc/base", "-Ithird-party/webrtc/additional-files", "-DBSD=1", "-DUSE_KISS_FFT", "-DHAVE_PTHREAD", "-DWEBRTC_APM_DEBUG_DUMP=0", "-DWEBRTC_USE_BUILTIN_ISAC_FLOAT", "-DWEBRTC_OPUS_VARIABLE_COMPLEXITY=0", "-DHAVE_NETINET_IN_H", "-DWEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE", "-DSCTP_SIMPLE_ALLOCATOR", "-DSCTP_PROCESS_LEVEL_LOCKS", "-D__Userspace__", "-D__Userspace_os_Darwin", "-DPACKAGE_VERSION='\"\"'", ] + arch_specific_cflags, deps = [ "//third-party/boringssl:crypto", "//third-party/boringssl:ssl", "//third-party/opus:opus", ":usrsctp", ":libsrtp", ":libevent", ":libyuv", "//third-party/libvpx:vpx", ], visibility = ["//visibility:public"], )