set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") set(libwebrtc_DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/libwebrtc/DerivedSources") file(MAKE_DIRECTORY ${libwebrtc_DERIVED_SOURCES_DIR}) enable_language(ASM) add_definitions(-DLIBYUV_DISABLE_SVE) if (NOT APPLE) find_package(LibVpx 1.10.0) if (NOT LIBVPX_FOUND) message(FATAL_ERROR "libvpx is needed for USE_LIBWEBRTC.") endif () find_package(LibEvent) if (NOT LIBEVENT_FOUND) message(FATAL_ERROR "libevent is needed for USE_LIBWEBRTC.") endif () find_package(AlsaLib) if (NOT ALSALIB_FOUND) message(FATAL_ERROR "alsa-lib is needed for USE_LIBWEBRTC.") endif () find_package(LibOpus 1.1) if (NOT LIBOPUS_FOUND) message(FATAL_ERROR "libopus is needed for USE_LIBWEBRTC.") endif () endif () set(webrtc_SOURCES Source/third_party/abseil-cpp/absl/base/inline_variable_test_a.cc Source/third_party/abseil-cpp/absl/base/inline_variable_test_b.cc Source/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc Source/third_party/abseil-cpp/absl/base/internal/cycleclock.cc Source/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc Source/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc Source/third_party/abseil-cpp/absl/base/internal/raw_logging.cc Source/third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc Source/third_party/abseil-cpp/absl/base/internal/spinlock.cc Source/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc Source/third_party/abseil-cpp/absl/base/internal/strerror.cc Source/third_party/abseil-cpp/absl/base/internal/sysinfo.cc Source/third_party/abseil-cpp/absl/base/internal/thread_identity.cc Source/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc Source/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc Source/third_party/abseil-cpp/absl/base/log_severity.cc Source/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc Source/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc Source/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc Source/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc Source/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc Source/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc Source/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc Source/third_party/abseil-cpp/absl/debugging/internal/demangle.cc Source/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc Source/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc Source/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc Source/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc Source/third_party/abseil-cpp/absl/debugging/leak_check.cc Source/third_party/abseil-cpp/absl/debugging/stacktrace.cc Source/third_party/abseil-cpp/absl/debugging/symbolize.cc Source/third_party/abseil-cpp/absl/flags/commandlineflag.cc Source/third_party/abseil-cpp/absl/flags/flag_test_defs.cc Source/third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc Source/third_party/abseil-cpp/absl/flags/internal/flag.cc Source/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc Source/third_party/abseil-cpp/absl/flags/internal/program_name.cc Source/third_party/abseil-cpp/absl/flags/internal/usage.cc Source/third_party/abseil-cpp/absl/flags/marshalling.cc Source/third_party/abseil-cpp/absl/flags/parse.cc Source/third_party/abseil-cpp/absl/flags/reflection.cc Source/third_party/abseil-cpp/absl/flags/usage.cc Source/third_party/abseil-cpp/absl/flags/usage_config.cc Source/third_party/abseil-cpp/absl/hash/internal/city.cc Source/third_party/abseil-cpp/absl/hash/internal/hash.cc Source/third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc Source/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc Source/third_party/abseil-cpp/absl/numeric/int128.cc Source/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc Source/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc Source/third_party/abseil-cpp/absl/random/discrete_distribution.cc Source/third_party/abseil-cpp/absl/random/gaussian_distribution.cc Source/third_party/abseil-cpp/absl/random/internal/chi_square.cc Source/third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc Source/third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc Source/third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc Source/third_party/abseil-cpp/absl/random/internal/pool_urbg.cc Source/third_party/abseil-cpp/absl/random/internal/randen.cc Source/third_party/abseil-cpp/absl/random/internal/randen_detect.cc Source/third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc Source/third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc Source/third_party/abseil-cpp/absl/random/internal/randen_slow.cc Source/third_party/abseil-cpp/absl/random/internal/seed_material.cc Source/third_party/abseil-cpp/absl/random/seed_gen_exception.cc Source/third_party/abseil-cpp/absl/random/seed_sequences.cc Source/third_party/abseil-cpp/absl/status/status.cc Source/third_party/abseil-cpp/absl/status/statusor.cc Source/third_party/abseil-cpp/absl/status/status_payload_printer.cc Source/third_party/abseil-cpp/absl/strings/ascii.cc Source/third_party/abseil-cpp/absl/strings/charconv.cc Source/third_party/abseil-cpp/absl/strings/cord_analysis.cc Source/third_party/abseil-cpp/absl/strings/cord_buffer.cc Source/third_party/abseil-cpp/absl/strings/cord.cc Source/third_party/abseil-cpp/absl/strings/escaping.cc Source/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc Source/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_internal.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc Source/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc Source/third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc Source/third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc Source/third_party/abseil-cpp/absl/strings/internal/cordz_info.cc Source/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc Source/third_party/abseil-cpp/absl/strings/internal/escaping.cc Source/third_party/abseil-cpp/absl/strings/internal/memutil.cc Source/third_party/abseil-cpp/absl/strings/internal/ostringstream.cc Source/third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc Source/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc Source/third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc Source/third_party/abseil-cpp/absl/strings/internal/utf8.cc Source/third_party/abseil-cpp/absl/strings/match.cc Source/third_party/abseil-cpp/absl/strings/numbers.cc Source/third_party/abseil-cpp/absl/strings/str_cat.cc Source/third_party/abseil-cpp/absl/strings/string_view.cc Source/third_party/abseil-cpp/absl/strings/str_replace.cc Source/third_party/abseil-cpp/absl/strings/str_split.cc Source/third_party/abseil-cpp/absl/strings/substitute.cc Source/third_party/abseil-cpp/absl/synchronization/barrier.cc Source/third_party/abseil-cpp/absl/synchronization/blocking_counter.cc Source/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc Source/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc Source/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc Source/third_party/abseil-cpp/absl/synchronization/mutex.cc Source/third_party/abseil-cpp/absl/synchronization/notification.cc Source/third_party/abseil-cpp/absl/time/civil_time.cc Source/third_party/abseil-cpp/absl/time/clock.cc Source/third_party/abseil-cpp/absl/time/duration.cc Source/third_party/abseil-cpp/absl/time/format.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc Source/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc Source/third_party/abseil-cpp/absl/time/internal/test_util.cc Source/third_party/abseil-cpp/absl/time/time.cc Source/third_party/abseil-cpp/absl/types/bad_any_cast.cc Source/third_party/abseil-cpp/absl/types/bad_optional_access.cc Source/third_party/abseil-cpp/absl/types/bad_variant_access.cc Source/third_party/boringssl/err_data.c Source/third_party/boringssl/src/crypto/asn1/a_bitstr.c Source/third_party/boringssl/src/crypto/asn1/a_bool.c Source/third_party/boringssl/src/crypto/asn1/a_d2i_fp.c Source/third_party/boringssl/src/crypto/asn1/a_dup.c Source/third_party/boringssl/src/crypto/asn1/a_gentm.c Source/third_party/boringssl/src/crypto/asn1/a_i2d_fp.c Source/third_party/boringssl/src/crypto/asn1/a_int.c Source/third_party/boringssl/src/crypto/asn1/a_mbstr.c Source/third_party/boringssl/src/crypto/asn1/a_object.c Source/third_party/boringssl/src/crypto/asn1/a_octet.c Source/third_party/boringssl/src/crypto/asn1/a_strex.c Source/third_party/boringssl/src/crypto/asn1/a_strnid.c Source/third_party/boringssl/src/crypto/asn1/a_time.c Source/third_party/boringssl/src/crypto/asn1/a_type.c Source/third_party/boringssl/src/crypto/asn1/a_utctm.c Source/third_party/boringssl/src/crypto/asn1/asn1_lib.c Source/third_party/boringssl/src/crypto/asn1/asn1_par.c Source/third_party/boringssl/src/crypto/asn1/asn_pack.c Source/third_party/boringssl/src/crypto/asn1/f_int.c Source/third_party/boringssl/src/crypto/asn1/f_string.c Source/third_party/boringssl/src/crypto/asn1/posix_time.c Source/third_party/boringssl/src/crypto/asn1/tasn_dec.c Source/third_party/boringssl/src/crypto/asn1/tasn_enc.c Source/third_party/boringssl/src/crypto/asn1/tasn_fre.c Source/third_party/boringssl/src/crypto/asn1/tasn_new.c Source/third_party/boringssl/src/crypto/asn1/tasn_typ.c Source/third_party/boringssl/src/crypto/asn1/tasn_utl.c Source/third_party/boringssl/src/crypto/base64/base64.c Source/third_party/boringssl/src/crypto/bio/bio.c Source/third_party/boringssl/src/crypto/bio/bio_mem.c Source/third_party/boringssl/src/crypto/bio/connect.c Source/third_party/boringssl/src/crypto/bio/errno.c Source/third_party/boringssl/src/crypto/bio/fd.c Source/third_party/boringssl/src/crypto/bio/file.c Source/third_party/boringssl/src/crypto/bio/hexdump.c Source/third_party/boringssl/src/crypto/bio/pair.c Source/third_party/boringssl/src/crypto/bio/printf.c Source/third_party/boringssl/src/crypto/bio/socket.c Source/third_party/boringssl/src/crypto/bio/socket_helper.c Source/third_party/boringssl/src/crypto/blake2/blake2.c Source/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c Source/third_party/boringssl/src/crypto/bn_extra/convert.c Source/third_party/boringssl/src/crypto/buf/buf.c Source/third_party/boringssl/src/crypto/bytestring/asn1_compat.c Source/third_party/boringssl/src/crypto/bytestring/ber.c Source/third_party/boringssl/src/crypto/bytestring/cbb.c Source/third_party/boringssl/src/crypto/bytestring/cbs.c Source/third_party/boringssl/src/crypto/bytestring/unicode.c Source/third_party/boringssl/src/crypto/chacha/chacha.c Source/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c Source/third_party/boringssl/src/crypto/cipher_extra/derive_key.c Source/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c Source/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c Source/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c Source/third_party/boringssl/src/crypto/cipher_extra/e_des.c Source/third_party/boringssl/src/crypto/cipher_extra/e_null.c Source/third_party/boringssl/src/crypto/cipher_extra/e_rc2.c Source/third_party/boringssl/src/crypto/cipher_extra/e_rc4.c Source/third_party/boringssl/src/crypto/cipher_extra/e_tls.c Source/third_party/boringssl/src/crypto/cipher_extra/tls_cbc.c Source/third_party/boringssl/src/crypto/conf/conf.c Source/third_party/boringssl/src/crypto/cpu_aarch64_apple.c Source/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.c Source/third_party/boringssl/src/crypto/cpu_aarch64_linux.c Source/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.c Source/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.c Source/third_party/boringssl/src/crypto/cpu_aarch64_win.c Source/third_party/boringssl/src/crypto/cpu_arm_freebsd.c Source/third_party/boringssl/src/crypto/cpu_arm_linux.c Source/third_party/boringssl/src/crypto/cpu_intel.c Source/third_party/boringssl/src/crypto/crypto.c Source/third_party/boringssl/src/crypto/curve25519/curve25519.c Source/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.c Source/third_party/boringssl/src/crypto/curve25519/spake25519.c Source/third_party/boringssl/src/crypto/des/des.c Source/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c Source/third_party/boringssl/src/crypto/dh_extra/params.c Source/third_party/boringssl/src/crypto/digest_extra/digest_extra.c Source/third_party/boringssl/src/crypto/dilithium/dilithium.c Source/third_party/boringssl/src/crypto/dsa/dsa.c Source/third_party/boringssl/src/crypto/dsa/dsa_asn1.c Source/third_party/boringssl/src/crypto/ec_extra/ec_asn1.c Source/third_party/boringssl/src/crypto/ec_extra/ec_derive.c Source/third_party/boringssl/src/crypto/ec_extra/hash_to_curve.c Source/third_party/boringssl/src/crypto/ecdh_extra/ecdh_extra.c Source/third_party/boringssl/src/crypto/ecdsa_extra/ecdsa_asn1.c Source/third_party/boringssl/src/crypto/engine/engine.c Source/third_party/boringssl/src/crypto/err/err.c Source/third_party/boringssl/src/crypto/evp/evp.c Source/third_party/boringssl/src/crypto/evp/evp_asn1.c Source/third_party/boringssl/src/crypto/evp/evp_ctx.c Source/third_party/boringssl/src/crypto/evp/p_dh.c Source/third_party/boringssl/src/crypto/evp/p_dh_asn1.c Source/third_party/boringssl/src/crypto/evp/p_dsa_asn1.c Source/third_party/boringssl/src/crypto/evp/p_ec.c Source/third_party/boringssl/src/crypto/evp/p_ec_asn1.c Source/third_party/boringssl/src/crypto/evp/p_ed25519.c Source/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.c Source/third_party/boringssl/src/crypto/evp/p_hkdf.c Source/third_party/boringssl/src/crypto/evp/p_rsa.c Source/third_party/boringssl/src/crypto/evp/p_rsa_asn1.c Source/third_party/boringssl/src/crypto/evp/p_x25519.c Source/third_party/boringssl/src/crypto/evp/p_x25519_asn1.c Source/third_party/boringssl/src/crypto/evp/pbkdf.c Source/third_party/boringssl/src/crypto/evp/print.c Source/third_party/boringssl/src/crypto/evp/scrypt.c Source/third_party/boringssl/src/crypto/evp/sign.c Source/third_party/boringssl/src/crypto/ex_data.c Source/third_party/boringssl/src/crypto/fipsmodule/bcm.c Source/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.c Source/third_party/boringssl/src/crypto/hpke/hpke.c Source/third_party/boringssl/src/crypto/hrss/hrss.c Source/third_party/boringssl/src/crypto/keccak/keccak.c Source/third_party/boringssl/src/crypto/kyber/kyber.c Source/third_party/boringssl/src/crypto/lhash/lhash.c Source/third_party/boringssl/src/crypto/md4/md4.c Source/third_party/boringssl/src/crypto/md5/md5.c Source/third_party/boringssl/src/crypto/mem.c Source/third_party/boringssl/src/crypto/mldsa/mldsa.cc Source/third_party/boringssl/src/crypto/mlkem/mlkem.cc Source/third_party/boringssl/src/crypto/obj/obj.c Source/third_party/boringssl/src/crypto/obj/obj_xref.c Source/third_party/boringssl/src/crypto/pem/pem_all.c Source/third_party/boringssl/src/crypto/pem/pem_info.c Source/third_party/boringssl/src/crypto/pem/pem_lib.c Source/third_party/boringssl/src/crypto/pem/pem_oth.c Source/third_party/boringssl/src/crypto/pem/pem_pk8.c Source/third_party/boringssl/src/crypto/pem/pem_pkey.c Source/third_party/boringssl/src/crypto/pem/pem_x509.c Source/third_party/boringssl/src/crypto/pem/pem_xaux.c Source/third_party/boringssl/src/crypto/pkcs7/pkcs7.c Source/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.c Source/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c Source/third_party/boringssl/src/crypto/pkcs8/pkcs8.c Source/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.c Source/third_party/boringssl/src/crypto/poly1305/poly1305.c Source/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c Source/third_party/boringssl/src/crypto/poly1305/poly1305_vec.c Source/third_party/boringssl/src/crypto/pool/pool.c Source/third_party/boringssl/src/crypto/rand_extra/deterministic.c Source/third_party/boringssl/src/crypto/rand_extra/fork_detect.c Source/third_party/boringssl/src/crypto/rand_extra/forkunsafe.c Source/third_party/boringssl/src/crypto/rand_extra/getentropy.c Source/third_party/boringssl/src/crypto/rand_extra/ios.c Source/third_party/boringssl/src/crypto/rand_extra/passive.c Source/third_party/boringssl/src/crypto/rand_extra/rand_extra.c Source/third_party/boringssl/src/crypto/rand_extra/trusty.c Source/third_party/boringssl/src/crypto/rand_extra/urandom.c Source/third_party/boringssl/src/crypto/rand_extra/windows.c Source/third_party/boringssl/src/crypto/rc4/rc4.c Source/third_party/boringssl/src/crypto/refcount.c Source/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.c Source/third_party/boringssl/src/crypto/rsa_extra/rsa_crypt.c Source/third_party/boringssl/src/crypto/rsa_extra/rsa_extra.c Source/third_party/boringssl/src/crypto/rsa_extra/rsa_print.c Source/third_party/boringssl/src/crypto/sha/sha1.c Source/third_party/boringssl/src/crypto/sha/sha256.c Source/third_party/boringssl/src/crypto/sha/sha512.c Source/third_party/boringssl/src/crypto/siphash/siphash.c Source/third_party/boringssl/src/crypto/slhdsa/fors.c Source/third_party/boringssl/src/crypto/slhdsa/merkle.c Source/third_party/boringssl/src/crypto/slhdsa/slhdsa.c Source/third_party/boringssl/src/crypto/slhdsa/thash.c Source/third_party/boringssl/src/crypto/slhdsa/wots.c Source/third_party/boringssl/src/crypto/spx/spx.c Source/third_party/boringssl/src/crypto/spx/spx_address.c Source/third_party/boringssl/src/crypto/spx/spx_fors.c Source/third_party/boringssl/src/crypto/spx/spx_merkle.c Source/third_party/boringssl/src/crypto/spx/spx_thash.c Source/third_party/boringssl/src/crypto/spx/spx_util.c Source/third_party/boringssl/src/crypto/spx/spx_wots.c Source/third_party/boringssl/src/crypto/stack/stack.c Source/third_party/boringssl/src/crypto/thread.c Source/third_party/boringssl/src/crypto/thread_none.c Source/third_party/boringssl/src/crypto/thread_pthread.c Source/third_party/boringssl/src/crypto/thread_win.c Source/third_party/boringssl/src/crypto/trust_token/pmbtoken.c Source/third_party/boringssl/src/crypto/trust_token/trust_token.c Source/third_party/boringssl/src/crypto/trust_token/voprf.c Source/third_party/boringssl/src/crypto/x509/a_digest.c Source/third_party/boringssl/src/crypto/x509/a_sign.c Source/third_party/boringssl/src/crypto/x509/a_verify.c Source/third_party/boringssl/src/crypto/x509/algorithm.c Source/third_party/boringssl/src/crypto/x509/asn1_gen.c Source/third_party/boringssl/src/crypto/x509/by_dir.c Source/third_party/boringssl/src/crypto/x509/by_file.c Source/third_party/boringssl/src/crypto/x509/i2d_pr.c Source/third_party/boringssl/src/crypto/x509/name_print.c Source/third_party/boringssl/src/crypto/x509/policy.c Source/third_party/boringssl/src/crypto/x509/rsa_pss.c Source/third_party/boringssl/src/crypto/x509/t_crl.c Source/third_party/boringssl/src/crypto/x509/t_req.c Source/third_party/boringssl/src/crypto/x509/t_x509.c Source/third_party/boringssl/src/crypto/x509/t_x509a.c Source/third_party/boringssl/src/crypto/x509/v3_akey.c Source/third_party/boringssl/src/crypto/x509/v3_akeya.c Source/third_party/boringssl/src/crypto/x509/v3_alt.c Source/third_party/boringssl/src/crypto/x509/v3_bcons.c Source/third_party/boringssl/src/crypto/x509/v3_bitst.c Source/third_party/boringssl/src/crypto/x509/v3_conf.c Source/third_party/boringssl/src/crypto/x509/v3_cpols.c Source/third_party/boringssl/src/crypto/x509/v3_crld.c Source/third_party/boringssl/src/crypto/x509/v3_enum.c Source/third_party/boringssl/src/crypto/x509/v3_extku.c Source/third_party/boringssl/src/crypto/x509/v3_genn.c Source/third_party/boringssl/src/crypto/x509/v3_ia5.c Source/third_party/boringssl/src/crypto/x509/v3_info.c Source/third_party/boringssl/src/crypto/x509/v3_int.c Source/third_party/boringssl/src/crypto/x509/v3_lib.c Source/third_party/boringssl/src/crypto/x509/v3_ncons.c Source/third_party/boringssl/src/crypto/x509/v3_ocsp.c Source/third_party/boringssl/src/crypto/x509/v3_pcons.c Source/third_party/boringssl/src/crypto/x509/v3_pmaps.c Source/third_party/boringssl/src/crypto/x509/v3_prn.c Source/third_party/boringssl/src/crypto/x509/v3_purp.c Source/third_party/boringssl/src/crypto/x509/v3_skey.c Source/third_party/boringssl/src/crypto/x509/v3_utl.c Source/third_party/boringssl/src/crypto/x509/x509.c Source/third_party/boringssl/src/crypto/x509/x509_att.c Source/third_party/boringssl/src/crypto/x509/x509_cmp.c Source/third_party/boringssl/src/crypto/x509/x509_d2.c Source/third_party/boringssl/src/crypto/x509/x509_def.c Source/third_party/boringssl/src/crypto/x509/x509_ext.c Source/third_party/boringssl/src/crypto/x509/x509_lu.c Source/third_party/boringssl/src/crypto/x509/x509_obj.c Source/third_party/boringssl/src/crypto/x509/x509_req.c Source/third_party/boringssl/src/crypto/x509/x509_set.c Source/third_party/boringssl/src/crypto/x509/x509_trs.c Source/third_party/boringssl/src/crypto/x509/x509_txt.c Source/third_party/boringssl/src/crypto/x509/x509_v3.c Source/third_party/boringssl/src/crypto/x509/x509_vfy.c Source/third_party/boringssl/src/crypto/x509/x509_vpm.c Source/third_party/boringssl/src/crypto/x509/x509cset.c Source/third_party/boringssl/src/crypto/x509/x509name.c Source/third_party/boringssl/src/crypto/x509/x509rset.c Source/third_party/boringssl/src/crypto/x509/x509spki.c Source/third_party/boringssl/src/crypto/x509/x_algor.c Source/third_party/boringssl/src/crypto/x509/x_all.c Source/third_party/boringssl/src/crypto/x509/x_attrib.c Source/third_party/boringssl/src/crypto/x509/x_crl.c Source/third_party/boringssl/src/crypto/x509/x_exten.c Source/third_party/boringssl/src/crypto/x509/x_name.c Source/third_party/boringssl/src/crypto/x509/x_pubkey.c Source/third_party/boringssl/src/crypto/x509/x_req.c Source/third_party/boringssl/src/crypto/x509/x_sig.c Source/third_party/boringssl/src/crypto/x509/x_spki.c Source/third_party/boringssl/src/crypto/x509/x_val.c Source/third_party/boringssl/src/crypto/x509/x_x509.c Source/third_party/boringssl/src/crypto/x509/x_x509a.c Source/third_party/boringssl/src/decrepit/bio/base64_bio.c Source/third_party/boringssl/src/decrepit/blowfish/blowfish.c Source/third_party/boringssl/src/decrepit/cast/cast.c Source/third_party/boringssl/src/decrepit/cast/cast_tables.c Source/third_party/boringssl/src/decrepit/cfb/cfb.c Source/third_party/boringssl/src/decrepit/des/cfb64ede.c Source/third_party/boringssl/src/decrepit/dh/dh_decrepit.c Source/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.c Source/third_party/boringssl/src/decrepit/evp/dss1.c Source/third_party/boringssl/src/decrepit/evp/evp_do_all.c Source/third_party/boringssl/src/decrepit/obj/obj_decrepit.c Source/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.c Source/third_party/boringssl/src/decrepit/ripemd/ripemd.c Source/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.c Source/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.c Source/third_party/boringssl/src/decrepit/x509/x509_decrepit.c Source/third_party/boringssl/src/decrepit/xts/xts.c Source/third_party/boringssl/src/gen/crypto/err_data.c Source/third_party/boringssl/src/pki/cert_error_id.cc Source/third_party/boringssl/src/pki/cert_error_params.cc Source/third_party/boringssl/src/pki/cert_errors.cc Source/third_party/boringssl/src/pki/cert_issuer_source_static.cc Source/third_party/boringssl/src/pki/certificate.cc Source/third_party/boringssl/src/pki/certificate_policies.cc Source/third_party/boringssl/src/pki/common_cert_errors.cc Source/third_party/boringssl/src/pki/crl.cc Source/third_party/boringssl/src/pki/encode_values.cc Source/third_party/boringssl/src/pki/extended_key_usage.cc Source/third_party/boringssl/src/pki/general_names.cc Source/third_party/boringssl/src/pki/input.cc Source/third_party/boringssl/src/pki/ip_util.cc Source/third_party/boringssl/src/pki/mock_signature_verify_cache.cc Source/third_party/boringssl/src/pki/name_constraints.cc Source/third_party/boringssl/src/pki/ocsp.cc Source/third_party/boringssl/src/pki/ocsp_verify_result.cc Source/third_party/boringssl/src/pki/parse_certificate.cc Source/third_party/boringssl/src/pki/parse_name.cc Source/third_party/boringssl/src/pki/parse_values.cc Source/third_party/boringssl/src/pki/parsed_certificate.cc Source/third_party/boringssl/src/pki/parser.cc Source/third_party/boringssl/src/pki/path_builder.cc Source/third_party/boringssl/src/pki/pem.cc Source/third_party/boringssl/src/pki/revocation_util.cc Source/third_party/boringssl/src/pki/signature_algorithm.cc Source/third_party/boringssl/src/pki/simple_path_builder_delegate.cc Source/third_party/boringssl/src/pki/string_util.cc Source/third_party/boringssl/src/pki/trust_store.cc Source/third_party/boringssl/src/pki/trust_store_collection.cc Source/third_party/boringssl/src/pki/trust_store_in_memory.cc Source/third_party/boringssl/src/pki/verify.cc Source/third_party/boringssl/src/pki/verify_certificate_chain.cc Source/third_party/boringssl/src/pki/verify_error.cc Source/third_party/boringssl/src/pki/verify_name_match.cc Source/third_party/boringssl/src/pki/verify_signed_data.cc Source/third_party/boringssl/src/rust/bssl-sys/rust_wrapper.c Source/third_party/boringssl/src/ssl/bio_ssl.cc Source/third_party/boringssl/src/ssl/d1_both.cc Source/third_party/boringssl/src/ssl/d1_lib.cc Source/third_party/boringssl/src/ssl/d1_pkt.cc Source/third_party/boringssl/src/ssl/d1_srtp.cc Source/third_party/boringssl/src/ssl/dtls_method.cc Source/third_party/boringssl/src/ssl/dtls_record.cc Source/third_party/boringssl/src/ssl/encrypted_client_hello.cc Source/third_party/boringssl/src/ssl/extensions.cc Source/third_party/boringssl/src/ssl/handoff.cc Source/third_party/boringssl/src/ssl/handshake.cc Source/third_party/boringssl/src/ssl/handshake_client.cc Source/third_party/boringssl/src/ssl/handshake_server.cc Source/third_party/boringssl/src/ssl/s3_both.cc Source/third_party/boringssl/src/ssl/s3_lib.cc Source/third_party/boringssl/src/ssl/s3_pkt.cc Source/third_party/boringssl/src/ssl/ssl_aead_ctx.cc Source/third_party/boringssl/src/ssl/ssl_asn1.cc Source/third_party/boringssl/src/ssl/ssl_buffer.cc Source/third_party/boringssl/src/ssl/ssl_c_test.c Source/third_party/boringssl/src/ssl/ssl_cert.cc Source/third_party/boringssl/src/ssl/ssl_cipher.cc Source/third_party/boringssl/src/ssl/ssl_credential.cc Source/third_party/boringssl/src/ssl/ssl_file.cc Source/third_party/boringssl/src/ssl/ssl_key_share.cc Source/third_party/boringssl/src/ssl/ssl_lib.cc Source/third_party/boringssl/src/ssl/ssl_privkey.cc Source/third_party/boringssl/src/ssl/ssl_session.cc Source/third_party/boringssl/src/ssl/ssl_stat.cc Source/third_party/boringssl/src/ssl/ssl_transcript.cc Source/third_party/boringssl/src/ssl/ssl_versions.cc Source/third_party/boringssl/src/ssl/ssl_x509.cc Source/third_party/boringssl/src/ssl/t1_enc.cc Source/third_party/boringssl/src/ssl/tls13_both.cc Source/third_party/boringssl/src/ssl/tls13_client.cc Source/third_party/boringssl/src/ssl/tls13_enc.cc Source/third_party/boringssl/src/ssl/tls13_server.cc Source/third_party/boringssl/src/ssl/tls_method.cc Source/third_party/boringssl/src/ssl/tls_record.cc Source/third_party/boringssl/src/tool/args.cc Source/third_party/boringssl/src/tool/ciphers.cc Source/third_party/boringssl/src/tool/client.cc Source/third_party/boringssl/src/tool/const.cc Source/third_party/boringssl/src/tool/digest.cc Source/third_party/boringssl/src/tool/fd.cc Source/third_party/boringssl/src/tool/file.cc Source/third_party/boringssl/src/tool/generate_ech.cc Source/third_party/boringssl/src/tool/generate_ed25519.cc Source/third_party/boringssl/src/tool/genrsa.cc Source/third_party/boringssl/src/tool/pkcs12.cc Source/third_party/boringssl/src/tool/rand.cc Source/third_party/boringssl/src/tool/server.cc Source/third_party/boringssl/src/tool/sign.cc Source/third_party/boringssl/src/tool/speed.cc Source/third_party/boringssl/src/tool/tool.cc Source/third_party/boringssl/src/tool/transport_common.cc Source/third_party/boringssl/src/util/ar/testdata/sample/bar.cc Source/third_party/boringssl/src/util/ar/testdata/sample/foo.c Source/third_party/boringssl/src/util/bazel-example/example.cc Source/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/main.cc Source/third_party/boringssl/src/util/fipstools/acvp/modulewrapper/modulewrapper.cc Source/third_party/boringssl/src/util/fipstools/test_fips.c Source/third_party/crc32c/src/src/crc32c_arm64.cc Source/third_party/crc32c/src/src/crc32c.cc Source/third_party/crc32c/src/src/crc32c_portable.cc Source/third_party/crc32c/src/src/crc32c_sse42.cc Source/third_party/libyuv/source/compare.cc Source/third_party/libyuv/source/compare_common.cc Source/third_party/libyuv/source/compare_gcc.cc Source/third_party/libyuv/source/compare_msa.cc Source/third_party/libyuv/source/convert_argb.cc Source/third_party/libyuv/source/convert.cc Source/third_party/libyuv/source/convert_from_argb.cc Source/third_party/libyuv/source/convert_from.cc Source/third_party/libyuv/source/convert_jpeg.cc Source/third_party/libyuv/source/convert_to_argb.cc Source/third_party/libyuv/source/convert_to_i420.cc Source/third_party/libyuv/source/cpu_id.cc Source/third_party/libyuv/source/mjpeg_decoder.cc Source/third_party/libyuv/source/mjpeg_validate.cc Source/third_party/libyuv/source/planar_functions.cc Source/third_party/libyuv/source/rotate_any.cc Source/third_party/libyuv/source/rotate_argb.cc Source/third_party/libyuv/source/rotate.cc Source/third_party/libyuv/source/rotate_common.cc Source/third_party/libyuv/source/rotate_gcc.cc Source/third_party/libyuv/source/rotate_lsx.cc Source/third_party/libyuv/source/rotate_msa.cc Source/third_party/libyuv/source/rotate_win.cc Source/third_party/libyuv/source/row_any.cc Source/third_party/libyuv/source/row_common.cc Source/third_party/libyuv/source/row_gcc.cc Source/third_party/libyuv/source/row_lasx.cc Source/third_party/libyuv/source/row_lsx.cc Source/third_party/libyuv/source/row_msa.cc Source/third_party/libyuv/source/row_win.cc Source/third_party/libyuv/source/scale_any.cc Source/third_party/libyuv/source/scale_argb.cc Source/third_party/libyuv/source/scale.cc Source/third_party/libyuv/source/scale_common.cc Source/third_party/libyuv/source/scale_gcc.cc Source/third_party/libyuv/source/scale_lsx.cc Source/third_party/libyuv/source/scale_msa.cc Source/third_party/libyuv/source/scale_rgb.cc Source/third_party/libyuv/source/scale_rvv.cc Source/third_party/libyuv/source/scale_uv.cc Source/third_party/libyuv/source/scale_win.cc Source/third_party/libyuv/source/video_common.cc Source/third_party/libyuv/util/color.cc Source/third_party/libyuv/util/compare.cc Source/third_party/libyuv/util/i444tonv12_eg.cc Source/third_party/libyuv/util/psnr.cc Source/third_party/libyuv/util/psnr_main.cc Source/third_party/libyuv/util/ssim.cc Source/third_party/libyuv/util/yuvconvert.cc Source/third_party/pffft/src/pffft.c Source/third_party/rnnoise/src/rnn_vad_weights.cc Source/webrtc/api/adaptation/resource.cc Source/webrtc/api/audio/audio_frame.cc Source/webrtc/api/audio/audio_processing.cc Source/webrtc/api/audio/audio_processing_statistics.cc Source/webrtc/api/audio/builtin_audio_processing_builder.cc Source/webrtc/api/audio/channel_layout.cc Source/webrtc/api/audio/echo_canceller3_config.cc Source/webrtc/api/audio/echo_canceller3_factory.cc Source/webrtc/api/audio/echo_detector_creator.cc Source/webrtc/api/audio_codecs/L16/audio_decoder_L16.cc Source/webrtc/api/audio_codecs/L16/audio_encoder_L16.cc Source/webrtc/api/audio_codecs/audio_codec_pair_id.cc Source/webrtc/api/audio_codecs/audio_decoder.cc Source/webrtc/api/audio_codecs/audio_encoder.cc Source/webrtc/api/audio_codecs/audio_format.cc Source/webrtc/api/audio_codecs/builtin_audio_decoder_factory.cc Source/webrtc/api/audio_codecs/builtin_audio_encoder_factory.cc Source/webrtc/api/audio_codecs/g711/audio_decoder_g711.cc Source/webrtc/api/audio_codecs/g711/audio_encoder_g711.cc Source/webrtc/api/audio_codecs/g722/audio_decoder_g722.cc Source/webrtc/api/audio_codecs/g722/audio_encoder_g722.cc Source/webrtc/api/audio_codecs/opus/audio_decoder_multi_channel_opus.cc Source/webrtc/api/audio_codecs/opus/audio_decoder_opus.cc Source/webrtc/api/audio_codecs/opus/audio_encoder_multi_channel_opus.cc Source/webrtc/api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.cc Source/webrtc/api/audio_codecs/opus/audio_encoder_opus.cc Source/webrtc/api/audio_codecs/opus/audio_encoder_opus_config.cc Source/webrtc/api/audio_codecs/opus_audio_decoder_factory.cc Source/webrtc/api/audio_codecs/opus_audio_encoder_factory.cc Source/webrtc/api/audio_options.cc Source/webrtc/api/call/transport.cc Source/webrtc/api/candidate.cc Source/webrtc/api/create_peerconnection_factory.cc Source/webrtc/api/crypto/crypto_options.cc Source/webrtc/api/data_channel_interface.cc Source/webrtc/api/dtls_transport_interface.cc Source/webrtc/api/enable_media.cc Source/webrtc/api/enable_media_with_defaults.cc Source/webrtc/api/environment/environment_factory.cc Source/webrtc/api/field_trials.cc Source/webrtc/api/field_trials_registry.cc Source/webrtc/api/frame_transformer_factory.cc Source/webrtc/api/frame_transformer_interface.cc Source/webrtc/api/ice_transport_factory.cc Source/webrtc/api/jsep.cc Source/webrtc/api/jsep_ice_candidate.cc Source/webrtc/api/legacy_stats_types.cc Source/webrtc/api/media_stream_interface.cc Source/webrtc/api/media_types.cc Source/webrtc/api/neteq/custom_neteq_factory.cc Source/webrtc/api/neteq/default_neteq_controller_factory.cc Source/webrtc/api/neteq/default_neteq_factory.cc Source/webrtc/api/neteq/neteq.cc Source/webrtc/api/neteq/tick_timer.cc Source/webrtc/api/numerics/samples_stats_counter.cc Source/webrtc/api/peer_connection_interface.cc Source/webrtc/api/rtc_error.cc Source/webrtc/api/rtc_event_log/rtc_event.cc Source/webrtc/api/rtc_event_log/rtc_event_log.cc Source/webrtc/api/rtc_event_log/rtc_event_log_factory.cc Source/webrtc/api/rtc_event_log_output_file.cc Source/webrtc/api/rtp_headers.cc Source/webrtc/api/rtp_packet_info.cc Source/webrtc/api/rtp_parameters.cc Source/webrtc/api/rtp_receiver_interface.cc Source/webrtc/api/rtp_sender_interface.cc Source/webrtc/api/rtp_transceiver_interface.cc Source/webrtc/api/sctp_transport_interface.cc Source/webrtc/api/task_queue/default_task_queue_factory_stdlib.cc Source/webrtc/api/task_queue/default_task_queue_factory_stdlib_or_libevent_experiment.cc Source/webrtc/api/task_queue/default_task_queue_factory_win.cc Source/webrtc/api/task_queue/pending_task_safety_flag.cc Source/webrtc/api/task_queue/task_queue_base.cc Source/webrtc/api/transport/bitrate_settings.cc Source/webrtc/api/transport/field_trial_based_config.cc Source/webrtc/api/transport/goog_cc_factory.cc Source/webrtc/api/transport/network_types.cc Source/webrtc/api/transport/rtp/dependency_descriptor.cc Source/webrtc/api/transport/stun.cc Source/webrtc/api/units/data_rate.cc Source/webrtc/api/units/data_size.cc Source/webrtc/api/units/frequency.cc Source/webrtc/api/units/time_delta.cc Source/webrtc/api/units/timestamp.cc Source/webrtc/api/video/builtin_video_bitrate_allocator_factory.cc Source/webrtc/api/video/color_space.cc Source/webrtc/api/video/encoded_frame.cc Source/webrtc/api/video/encoded_image.cc Source/webrtc/api/video/frame_buffer.cc Source/webrtc/api/video/hdr_metadata.cc Source/webrtc/api/video/i010_buffer.cc Source/webrtc/api/video/i210_buffer.cc Source/webrtc/api/video/i410_buffer.cc Source/webrtc/api/video/i420_buffer.cc Source/webrtc/api/video/i422_buffer.cc Source/webrtc/api/video/i444_buffer.cc Source/webrtc/api/video/nv12_buffer.cc Source/webrtc/api/video/rtp_video_frame_assembler.cc Source/webrtc/api/video/video_adaptation_counters.cc Source/webrtc/api/video/video_bitrate_allocation.cc Source/webrtc/api/video/video_bitrate_allocator.cc Source/webrtc/api/video/video_content_type.cc Source/webrtc/api/video/video_frame.cc Source/webrtc/api/video/video_frame_buffer.cc Source/webrtc/api/video/video_frame_metadata.cc Source/webrtc/api/video/video_source_interface.cc Source/webrtc/api/video/video_timing.cc Source/webrtc/api/video_codecs/av1_profile.cc Source/webrtc/api/video_codecs/builtin_video_decoder_factory.cc Source/webrtc/api/video_codecs/builtin_video_encoder_factory.cc Source/webrtc/api/video_codecs/h264_profile_level_id.cc Source/webrtc/api/video_codecs/h265_profile_tier_level.cc Source/webrtc/api/video_codecs/scalability_mode.cc Source/webrtc/api/video_codecs/scalability_mode_helper.cc Source/webrtc/api/video_codecs/sdp_video_format.cc Source/webrtc/api/video_codecs/simple_encoder_wrapper.cc Source/webrtc/api/video_codecs/simulcast_stream.cc Source/webrtc/api/video_codecs/video_codec.cc Source/webrtc/api/video_codecs/video_decoder.cc Source/webrtc/api/video_codecs/video_decoder_factory.cc Source/webrtc/api/video_codecs/video_decoder_software_fallback_wrapper.cc Source/webrtc/api/video_codecs/video_encoder.cc Source/webrtc/api/video_codecs/video_encoder_software_fallback_wrapper.cc Source/webrtc/api/video_codecs/vp8_frame_config.cc Source/webrtc/api/video_codecs/vp8_temporal_layers.cc Source/webrtc/api/video_codecs/vp8_temporal_layers_factory.cc Source/webrtc/api/video_codecs/vp9_profile.cc Source/webrtc/api/voip/voip_engine_factory.cc Source/webrtc/audio/audio_level.cc Source/webrtc/audio/audio_receive_stream.cc Source/webrtc/audio/audio_send_stream.cc Source/webrtc/audio/audio_state.cc Source/webrtc/audio/audio_transport_impl.cc Source/webrtc/audio/channel_receive.cc Source/webrtc/audio/channel_receive_frame_transformer_delegate.cc Source/webrtc/audio/channel_send.cc Source/webrtc/audio/channel_send_frame_transformer_delegate.cc Source/webrtc/audio/remix_resample.cc Source/webrtc/audio/utility/audio_frame_operations.cc Source/webrtc/audio/utility/channel_mixer.cc Source/webrtc/audio/utility/channel_mixing_matrix.cc Source/webrtc/audio/voip/audio_channel.cc Source/webrtc/audio/voip/audio_egress.cc Source/webrtc/audio/voip/audio_ingress.cc Source/webrtc/audio/voip/voip_core.cc Source/webrtc/call/adaptation/adaptation_constraint.cc Source/webrtc/call/adaptation/broadcast_resource_listener.cc Source/webrtc/call/adaptation/degradation_preference_provider.cc Source/webrtc/call/adaptation/encoder_settings.cc Source/webrtc/call/adaptation/resource_adaptation_processor.cc Source/webrtc/call/adaptation/resource_adaptation_processor_interface.cc Source/webrtc/call/adaptation/video_source_restrictions.cc Source/webrtc/call/adaptation/video_stream_adapter.cc Source/webrtc/call/adaptation/video_stream_input_state.cc Source/webrtc/call/adaptation/video_stream_input_state_provider.cc Source/webrtc/call/audio_receive_stream.cc Source/webrtc/call/audio_send_stream.cc Source/webrtc/call/audio_state.cc Source/webrtc/call/bitrate_allocator.cc Source/webrtc/call/call.cc Source/webrtc/call/call_config.cc Source/webrtc/call/fake_network_pipe.cc Source/webrtc/call/flexfec_receive_stream.cc Source/webrtc/call/flexfec_receive_stream_impl.cc Source/webrtc/call/payload_type_picker.cc Source/webrtc/call/receive_time_calculator.cc Source/webrtc/call/rtp_bitrate_configurator.cc Source/webrtc/call/rtp_config.cc Source/webrtc/call/rtp_demuxer.cc Source/webrtc/call/rtp_payload_params.cc Source/webrtc/call/rtp_stream_receiver_controller.cc Source/webrtc/call/rtp_transport_controller_send.cc Source/webrtc/call/rtp_video_sender.cc Source/webrtc/call/rtx_receive_stream.cc Source/webrtc/call/syncable.cc Source/webrtc/call/version.cc Source/webrtc/call/video_receive_stream.cc Source/webrtc/call/video_send_stream.cc Source/webrtc/common_audio/audio_converter.cc Source/webrtc/common_audio/audio_util.cc Source/webrtc/common_audio/channel_buffer.cc Source/webrtc/common_audio/fir_filter_c.cc Source/webrtc/common_audio/fir_filter_factory.cc Source/webrtc/common_audio/real_fourier.cc Source/webrtc/common_audio/real_fourier_ooura.cc Source/webrtc/common_audio/resampler/push_resampler.cc Source/webrtc/common_audio/resampler/push_sinc_resampler.cc Source/webrtc/common_audio/resampler/resampler.cc Source/webrtc/common_audio/resampler/sinc_resampler.cc Source/webrtc/common_audio/resampler/sinusoidal_linear_chirp_source.cc Source/webrtc/common_audio/ring_buffer.c Source/webrtc/common_audio/signal_processing/auto_correlation.c Source/webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c Source/webrtc/common_audio/signal_processing/complex_bit_reverse.c Source/webrtc/common_audio/signal_processing/complex_fft.c Source/webrtc/common_audio/signal_processing/copy_set_operations.c Source/webrtc/common_audio/signal_processing/cross_correlation.c Source/webrtc/common_audio/signal_processing/division_operations.c Source/webrtc/common_audio/signal_processing/dot_product_with_scale.cc Source/webrtc/common_audio/signal_processing/downsample_fast.c Source/webrtc/common_audio/signal_processing/energy.c Source/webrtc/common_audio/signal_processing/filter_ar.c Source/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c Source/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c Source/webrtc/common_audio/signal_processing/get_hanning_window.c Source/webrtc/common_audio/signal_processing/get_scaling_square.c Source/webrtc/common_audio/signal_processing/levinson_durbin.c Source/webrtc/common_audio/signal_processing/lpc_to_refl_coef.c Source/webrtc/common_audio/signal_processing/min_max_operations.c Source/webrtc/common_audio/signal_processing/randomization_functions.c Source/webrtc/common_audio/signal_processing/real_fft.c Source/webrtc/common_audio/signal_processing/refl_coef_to_lpc.c Source/webrtc/common_audio/signal_processing/resample_48khz.c Source/webrtc/common_audio/signal_processing/resample_by_2.c Source/webrtc/common_audio/signal_processing/resample_by_2_internal.c Source/webrtc/common_audio/signal_processing/resample.c Source/webrtc/common_audio/signal_processing/resample_fractional.c Source/webrtc/common_audio/signal_processing/spl_init.c Source/webrtc/common_audio/signal_processing/spl_inl.c Source/webrtc/common_audio/signal_processing/splitting_filter.c Source/webrtc/common_audio/signal_processing/spl_sqrt.c Source/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c Source/webrtc/common_audio/signal_processing/vector_operations.c Source/webrtc/common_audio/signal_processing/vector_scaling_operations.c Source/webrtc/common_audio/smoothing_filter.cc Source/webrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft.cc Source/webrtc/common_audio/third_party/ooura/fft_size_256/fft4g.cc Source/webrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c Source/webrtc/common_audio/vad/vad.cc Source/webrtc/common_audio/vad/vad_core.c Source/webrtc/common_audio/vad/vad_filterbank.c Source/webrtc/common_audio/vad/vad_gmm.c Source/webrtc/common_audio/vad/vad_sp.c Source/webrtc/common_audio/vad/webrtc_vad.c Source/webrtc/common_audio/wav_file.cc Source/webrtc/common_audio/wav_header.cc Source/webrtc/common_audio/window_generator.cc Source/webrtc/common_video/bitrate_adjuster.cc Source/webrtc/common_video/corruption_detection_converters.cc Source/webrtc/common_video/frame_rate_estimator.cc Source/webrtc/common_video/framerate_controller.cc Source/webrtc/common_video/generic_frame_descriptor/generic_frame_info.cc Source/webrtc/common_video/h264/h264_bitstream_parser.cc Source/webrtc/common_video/h264/h264_common.cc Source/webrtc/common_video/h264/pps_parser.cc Source/webrtc/common_video/h264/sps_parser.cc Source/webrtc/common_video/h264/sps_vui_rewriter.cc Source/webrtc/common_video/h265/h265_bitstream_parser.cc Source/webrtc/common_video/h265/h265_common.cc Source/webrtc/common_video/h265/h265_inline.cc Source/webrtc/common_video/h265/h265_pps_parser.cc Source/webrtc/common_video/h265/h265_sps_parser.cc Source/webrtc/common_video/h265/h265_vps_parser.cc Source/webrtc/common_video/libyuv/webrtc_libyuv.cc Source/webrtc/common_video/video_frame_buffer.cc Source/webrtc/common_video/video_frame_buffer_pool.cc Source/webrtc/logging/rtc_event_log/encoder/bit_writer.cc Source/webrtc/logging/rtc_event_log/encoder/blob_encoding.cc Source/webrtc/logging/rtc_event_log/encoder/delta_encoding.cc Source/webrtc/logging/rtc_event_log/encoder/optional_blob_encoding.cc Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.cc Source/webrtc/logging/rtc_event_log/encoder/rtc_event_log_encoder_v3.cc Source/webrtc/logging/rtc_event_log/encoder/var_int.cc Source/webrtc/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_alr_state.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_playout.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_begin_log.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_transport_state.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_dtls_writable_state.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_end_log.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_field_encoding_parser.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_field_extraction.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_frame_decoded.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_ack_received.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_received.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_generic_packet_sent.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_neteq_set_minimum_delay.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_failure.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_probe_result_success.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_route_change.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc Source/webrtc/logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc Source/webrtc/logging/rtc_event_log/ice_logger.cc Source/webrtc/logging/rtc_event_log/rtc_event_log_impl.cc Source/webrtc/logging/rtc_event_log/rtc_stream_config.cc Source/webrtc/media/base/adapted_video_track_source.cc Source/webrtc/media/base/codec.cc Source/webrtc/media/base/codec_comparators.cc Source/webrtc/media/base/fake_frame_source.cc Source/webrtc/media/base/fake_media_engine.cc Source/webrtc/media/base/fake_video_renderer.cc Source/webrtc/media/base/media_channel_impl.cc Source/webrtc/media/base/media_constants.cc Source/webrtc/media/base/media_engine.cc Source/webrtc/media/base/rid_description.cc Source/webrtc/media/base/rtp_utils.cc Source/webrtc/media/base/sdp_video_format_utils.cc Source/webrtc/media/base/stream_params.cc Source/webrtc/media/base/turn_utils.cc Source/webrtc/media/base/video_adapter.cc Source/webrtc/media/base/video_broadcaster.cc Source/webrtc/media/base/video_common.cc Source/webrtc/media/base/video_source_base.cc Source/webrtc/media/engine/adm_helpers.cc Source/webrtc/media/engine/fake_video_codec_factory.cc Source/webrtc/media/engine/fake_webrtc_video_engine.cc Source/webrtc/media/engine/internal_decoder_factory.cc Source/webrtc/media/engine/internal_encoder_factory.cc Source/webrtc/media/engine/simulcast_encoder_adapter.cc Source/webrtc/media/engine/webrtc_media_engine.cc Source/webrtc/media/engine/webrtc_video_engine.cc Source/webrtc/media/engine/webrtc_voice_engine.cc Source/webrtc/media/sctp/dcsctp_transport.cc Source/webrtc/media/sctp/sctp_transport_factory.cc Source/webrtc/modules/async_audio_processing/async_audio_processing.cc Source/webrtc/modules/audio_coding/acm2/acm_remixing.cc Source/webrtc/modules/audio_coding/acm2/acm_resampler.cc Source/webrtc/modules/audio_coding/acm2/audio_coding_module.cc Source/webrtc/modules/audio_coding/acm2/call_statistics.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/controller.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/event_log_writer.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc Source/webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller_v2.cc Source/webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc Source/webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc Source/webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc Source/webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc Source/webrtc/modules/audio_coding/codecs/g711/g711_interface.c Source/webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.cc Source/webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc Source/webrtc/modules/audio_coding/codecs/g722/g722_interface.c Source/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c Source/webrtc/modules/audio_coding/codecs/isac/main/source/isac_vad.c Source/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c Source/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c Source/webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.cc Source/webrtc/modules/audio_coding/codecs/opus/audio_coder_opus_common.cc Source/webrtc/modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.cc Source/webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.cc Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc Source/webrtc/modules/audio_coding/codecs/opus/opus_interface.cc Source/webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc Source/webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc Source/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.c Source/webrtc/modules/audio_coding/codecs/pcm16b/pcm16b_common.cc Source/webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc Source/webrtc/modules/audio_coding/neteq/accelerate.cc Source/webrtc/modules/audio_coding/neteq/audio_multi_vector.cc Source/webrtc/modules/audio_coding/neteq/audio_vector.cc Source/webrtc/modules/audio_coding/neteq/background_noise.cc Source/webrtc/modules/audio_coding/neteq/buffer_level_filter.cc Source/webrtc/modules/audio_coding/neteq/comfort_noise.cc Source/webrtc/modules/audio_coding/neteq/cross_correlation.cc Source/webrtc/modules/audio_coding/neteq/decision_logic.cc Source/webrtc/modules/audio_coding/neteq/decoder_database.cc Source/webrtc/modules/audio_coding/neteq/delay_constraints.cc Source/webrtc/modules/audio_coding/neteq/delay_manager.cc Source/webrtc/modules/audio_coding/neteq/dsp_helper.cc Source/webrtc/modules/audio_coding/neteq/dtmf_buffer.cc Source/webrtc/modules/audio_coding/neteq/dtmf_tone_generator.cc Source/webrtc/modules/audio_coding/neteq/expand.cc Source/webrtc/modules/audio_coding/neteq/expand_uma_logger.cc Source/webrtc/modules/audio_coding/neteq/histogram.cc Source/webrtc/modules/audio_coding/neteq/merge.cc Source/webrtc/modules/audio_coding/neteq/nack_tracker.cc Source/webrtc/modules/audio_coding/neteq/neteq_impl.cc Source/webrtc/modules/audio_coding/neteq/normal.cc Source/webrtc/modules/audio_coding/neteq/packet.cc Source/webrtc/modules/audio_coding/neteq/packet_arrival_history.cc Source/webrtc/modules/audio_coding/neteq/packet_buffer.cc Source/webrtc/modules/audio_coding/neteq/preemptive_expand.cc Source/webrtc/modules/audio_coding/neteq/random_vector.cc Source/webrtc/modules/audio_coding/neteq/red_payload_splitter.cc Source/webrtc/modules/audio_coding/neteq/reorder_optimizer.cc Source/webrtc/modules/audio_coding/neteq/statistics_calculator.cc Source/webrtc/modules/audio_coding/neteq/sync_buffer.cc Source/webrtc/modules/audio_coding/neteq/time_stretch.cc Source/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc Source/webrtc/modules/audio_coding/neteq/tools/audio_loop.cc Source/webrtc/modules/audio_coding/neteq/tools/audio_sink.cc Source/webrtc/modules/audio_coding/neteq/tools/constant_pcm_packet_source.cc Source/webrtc/modules/audio_coding/neteq/tools/encode_neteq_input.cc Source/webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.cc Source/webrtc/modules/audio_coding/neteq/tools/initial_packet_inserter_neteq_input.cc Source/webrtc/modules/audio_coding/neteq/tools/input_audio_file.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_delay_analyzer.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_input.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_rtp_dump_input.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_stats_getter.cc Source/webrtc/modules/audio_coding/neteq/tools/neteq_stats_plotter.cc Source/webrtc/modules/audio_coding/neteq/tools/packet.cc Source/webrtc/modules/audio_coding/neteq/tools/packet_source.cc Source/webrtc/modules/audio_coding/neteq/tools/resample_input_audio_file.cc Source/webrtc/modules/audio_coding/neteq/tools/rtp_analyze.cc Source/webrtc/modules/audio_coding/neteq/tools/rtp_encode.cc Source/webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc Source/webrtc/modules/audio_coding/neteq/tools/rtp_generator.cc Source/webrtc/modules/audio_coding/neteq/tools/rtp_jitter.cc Source/webrtc/modules/audio_coding/neteq/tools/rtpcat.cc Source/webrtc/modules/audio_coding/neteq/underrun_optimizer.cc Source/webrtc/modules/audio_device/audio_device_buffer.cc Source/webrtc/modules/audio_device/audio_device_data_observer.cc Source/webrtc/modules/audio_device/audio_device_generic.cc Source/webrtc/modules/audio_device/audio_device_impl.cc Source/webrtc/modules/audio_device/audio_device_name.cc Source/webrtc/modules/audio_device/dummy/audio_device_dummy.cc Source/webrtc/modules/audio_device/dummy/file_audio_device.cc Source/webrtc/modules/audio_device/dummy/file_audio_device_factory.cc Source/webrtc/modules/audio_device/fine_audio_buffer.cc Source/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc Source/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc Source/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc Source/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc Source/webrtc/modules/audio_mixer/audio_frame_manipulator.cc Source/webrtc/modules/audio_mixer/audio_mixer_impl.cc Source/webrtc/modules/audio_mixer/default_output_rate_calculator.cc Source/webrtc/modules/audio_mixer/frame_combiner.cc Source/webrtc/modules/audio_mixer/gain_change_calculator.cc Source/webrtc/modules/audio_mixer/sine_wave_generator.cc Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl.cc Source/webrtc/modules/audio_processing/aec3/aec3_common.cc Source/webrtc/modules/audio_processing/aec3/aec3_fft.cc Source/webrtc/modules/audio_processing/aec3/aec_state.cc Source/webrtc/modules/audio_processing/aec3/alignment_mixer.cc Source/webrtc/modules/audio_processing/aec3/api_call_jitter_metrics.cc Source/webrtc/modules/audio_processing/aec3/block_buffer.cc Source/webrtc/modules/audio_processing/aec3/block_delay_buffer.cc Source/webrtc/modules/audio_processing/aec3/block_framer.cc Source/webrtc/modules/audio_processing/aec3/block_processor.cc Source/webrtc/modules/audio_processing/aec3/block_processor_metrics.cc Source/webrtc/modules/audio_processing/aec3/clockdrift_detector.cc Source/webrtc/modules/audio_processing/aec3/coarse_filter_update_gain.cc Source/webrtc/modules/audio_processing/aec3/comfort_noise_generator.cc Source/webrtc/modules/audio_processing/aec3/config_selector.cc Source/webrtc/modules/audio_processing/aec3/decimator.cc Source/webrtc/modules/audio_processing/aec3/dominant_nearend_detector.cc Source/webrtc/modules/audio_processing/aec3/downsampled_render_buffer.cc Source/webrtc/modules/audio_processing/aec3/echo_audibility.cc Source/webrtc/modules/audio_processing/aec3/echo_canceller3.cc Source/webrtc/modules/audio_processing/aec3/echo_path_delay_estimator.cc Source/webrtc/modules/audio_processing/aec3/echo_path_variability.cc Source/webrtc/modules/audio_processing/aec3/echo_remover.cc Source/webrtc/modules/audio_processing/aec3/echo_remover_metrics.cc Source/webrtc/modules/audio_processing/aec3/erl_estimator.cc Source/webrtc/modules/audio_processing/aec3/erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/fft_buffer.cc Source/webrtc/modules/audio_processing/aec3/filter_analyzer.cc Source/webrtc/modules/audio_processing/aec3/frame_blocker.cc Source/webrtc/modules/audio_processing/aec3/fullband_erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/matched_filter.cc Source/webrtc/modules/audio_processing/aec3/matched_filter_lag_aggregator.cc Source/webrtc/modules/audio_processing/aec3/moving_average.cc Source/webrtc/modules/audio_processing/aec3/multi_channel_content_detector.cc Source/webrtc/modules/audio_processing/aec3/refined_filter_update_gain.cc Source/webrtc/modules/audio_processing/aec3/render_buffer.cc Source/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc Source/webrtc/modules/audio_processing/aec3/render_delay_controller.cc Source/webrtc/modules/audio_processing/aec3/render_delay_controller_metrics.cc Source/webrtc/modules/audio_processing/aec3/render_signal_analyzer.cc Source/webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc Source/webrtc/modules/audio_processing/aec3/reverb_decay_estimator.cc Source/webrtc/modules/audio_processing/aec3/reverb_frequency_response.cc Source/webrtc/modules/audio_processing/aec3/reverb_model.cc Source/webrtc/modules/audio_processing/aec3/reverb_model_estimator.cc Source/webrtc/modules/audio_processing/aec3/signal_dependent_erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/spectrum_buffer.cc Source/webrtc/modules/audio_processing/aec3/stationarity_estimator.cc Source/webrtc/modules/audio_processing/aec3/subband_erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/subband_nearend_detector.cc Source/webrtc/modules/audio_processing/aec3/subtractor.cc Source/webrtc/modules/audio_processing/aec3/subtractor_output.cc Source/webrtc/modules/audio_processing/aec3/subtractor_output_analyzer.cc Source/webrtc/modules/audio_processing/aec3/suppression_filter.cc Source/webrtc/modules/audio_processing/aec3/suppression_gain.cc Source/webrtc/modules/audio_processing/aec3/transparent_mode.cc Source/webrtc/modules/audio_processing/aec_dump/null_aec_dump_factory.cc Source/webrtc/modules/audio_processing/aecm/aecm_core.cc Source/webrtc/modules/audio_processing/aecm/aecm_core_c.cc Source/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc Source/webrtc/modules/audio_processing/agc/agc.cc Source/webrtc/modules/audio_processing/agc/agc_manager_direct.cc Source/webrtc/modules/audio_processing/agc/legacy/analog_agc.cc Source/webrtc/modules/audio_processing/agc/legacy/digital_agc.cc Source/webrtc/modules/audio_processing/agc/loudness_histogram.cc Source/webrtc/modules/audio_processing/agc/utility.cc Source/webrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller.cc Source/webrtc/modules/audio_processing/agc2/biquad_filter.cc Source/webrtc/modules/audio_processing/agc2/clipping_predictor.cc Source/webrtc/modules/audio_processing/agc2/clipping_predictor_level_buffer.cc Source/webrtc/modules/audio_processing/agc2/compute_interpolated_gain_curve.cc Source/webrtc/modules/audio_processing/agc2/cpu_features.cc Source/webrtc/modules/audio_processing/agc2/fixed_digital_level_estimator.cc Source/webrtc/modules/audio_processing/agc2/gain_applier.cc Source/webrtc/modules/audio_processing/agc2/input_volume_controller.cc Source/webrtc/modules/audio_processing/agc2/input_volume_stats_reporter.cc Source/webrtc/modules/audio_processing/agc2/interpolated_gain_curve.cc Source/webrtc/modules/audio_processing/agc2/limiter.cc Source/webrtc/modules/audio_processing/agc2/limiter_db_gain_curve.cc Source/webrtc/modules/audio_processing/agc2/noise_level_estimator.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/auto_correlation.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/features_extraction.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/lp_residual.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/pitch_search.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn_fc.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn_gru.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_tool.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/spectral_features.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc Source/webrtc/modules/audio_processing/agc2/saturation_protector.cc Source/webrtc/modules/audio_processing/agc2/saturation_protector_buffer.cc Source/webrtc/modules/audio_processing/agc2/speech_level_estimator.cc Source/webrtc/modules/audio_processing/agc2/speech_probability_buffer.cc Source/webrtc/modules/audio_processing/agc2/vad_wrapper.cc Source/webrtc/modules/audio_processing/agc2/vector_float_frame.cc Source/webrtc/modules/audio_processing/audio_buffer.cc Source/webrtc/modules/audio_processing/audio_processing_builder_impl.cc Source/webrtc/modules/audio_processing/audio_processing_impl.cc Source/webrtc/modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.cc Source/webrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.cc Source/webrtc/modules/audio_processing/echo_control_mobile_impl.cc Source/webrtc/modules/audio_processing/echo_detector/circular_buffer.cc Source/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc Source/webrtc/modules/audio_processing/echo_detector/moving_max.cc Source/webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc Source/webrtc/modules/audio_processing/gain_control_impl.cc Source/webrtc/modules/audio_processing/gain_controller2.cc Source/webrtc/modules/audio_processing/high_pass_filter.cc Source/webrtc/modules/audio_processing/include/aec_dump.cc Source/webrtc/modules/audio_processing/include/audio_frame_proxies.cc Source/webrtc/modules/audio_processing/logging/apm_data_dumper.cc Source/webrtc/modules/audio_processing/ns/fast_math.cc Source/webrtc/modules/audio_processing/ns/histograms.cc Source/webrtc/modules/audio_processing/ns/noise_estimator.cc Source/webrtc/modules/audio_processing/ns/noise_suppressor.cc Source/webrtc/modules/audio_processing/ns/ns_fft.cc Source/webrtc/modules/audio_processing/ns/prior_signal_model.cc Source/webrtc/modules/audio_processing/ns/prior_signal_model_estimator.cc Source/webrtc/modules/audio_processing/ns/quantile_noise_estimator.cc Source/webrtc/modules/audio_processing/ns/signal_model.cc Source/webrtc/modules/audio_processing/ns/signal_model_estimator.cc Source/webrtc/modules/audio_processing/ns/speech_probability_estimator.cc Source/webrtc/modules/audio_processing/ns/suppression_params.cc Source/webrtc/modules/audio_processing/ns/wiener_filter.cc Source/webrtc/modules/audio_processing/residual_echo_detector.cc Source/webrtc/modules/audio_processing/rms_level.cc Source/webrtc/modules/audio_processing/splitting_filter.cc Source/webrtc/modules/audio_processing/three_band_filter_bank.cc Source/webrtc/modules/audio_processing/utility/cascaded_biquad_filter.cc Source/webrtc/modules/audio_processing/utility/delay_estimator.cc Source/webrtc/modules/audio_processing/utility/delay_estimator_wrapper.cc Source/webrtc/modules/audio_processing/utility/pffft_wrapper.cc Source/webrtc/modules/audio_processing/vad/gmm.cc Source/webrtc/modules/audio_processing/vad/pitch_based_vad.cc Source/webrtc/modules/audio_processing/vad/pitch_internal.cc Source/webrtc/modules/audio_processing/vad/pole_zero_filter.cc Source/webrtc/modules/audio_processing/vad/standalone_vad.cc Source/webrtc/modules/audio_processing/vad/vad_audio_proc.cc Source/webrtc/modules/audio_processing/vad/vad_circular_buffer.cc Source/webrtc/modules/audio_processing/vad/voice_activity_detector.cc Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc Source/webrtc/modules/congestion_controller/goog_cc/alr_detector.cc Source/webrtc/modules/congestion_controller/goog_cc/bitrate_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe.cc Source/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control.cc Source/webrtc/modules/congestion_controller/goog_cc/inter_arrival_delta.cc Source/webrtc/modules/congestion_controller/goog_cc/link_capacity_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2.cc Source/webrtc/modules/congestion_controller/goog_cc/probe_bitrate_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/probe_controller.cc Source/webrtc/modules/congestion_controller/goog_cc/robust_throughput_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.cc Source/webrtc/modules/congestion_controller/goog_cc/trendline_estimator.cc Source/webrtc/modules/congestion_controller/pcc/bitrate_controller.cc Source/webrtc/modules/congestion_controller/pcc/monitor_interval.cc Source/webrtc/modules/congestion_controller/pcc/pcc_factory.cc Source/webrtc/modules/congestion_controller/pcc/pcc_network_controller.cc Source/webrtc/modules/congestion_controller/pcc/rtt_tracker.cc Source/webrtc/modules/congestion_controller/pcc/utility_function.cc Source/webrtc/modules/congestion_controller/receive_side_congestion_controller.cc Source/webrtc/modules/congestion_controller/remb_throttler.cc Source/webrtc/modules/congestion_controller/rtp/control_handler.cc Source/webrtc/modules/congestion_controller/rtp/transport_feedback_adapter.cc Source/webrtc/modules/congestion_controller/rtp/transport_feedback_demuxer.cc Source/webrtc/modules/pacing/bitrate_prober.cc Source/webrtc/modules/pacing/interval_budget.cc Source/webrtc/modules/pacing/pacing_controller.cc Source/webrtc/modules/pacing/packet_router.cc Source/webrtc/modules/pacing/prioritized_packet_queue.cc Source/webrtc/modules/pacing/task_queue_paced_sender.cc Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc Source/webrtc/modules/remote_bitrate_estimator/bwe_defines.cc Source/webrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator.cc Source/webrtc/modules/remote_bitrate_estimator/congestion_control_feedback_tracker.cc Source/webrtc/modules/remote_bitrate_estimator/inter_arrival.cc Source/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc Source/webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc Source/webrtc/modules/remote_bitrate_estimator/packet_arrival_map.cc Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc Source/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc Source/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc Source/webrtc/modules/remote_bitrate_estimator/tools/rtp_to_text.cc Source/webrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator.cc Source/webrtc/modules/rtp_rtcp/include/report_block_data.cc Source/webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.cc Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_interpolator.cc Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_sender.cc Source/webrtc/modules/rtp_rtcp/source/active_decode_targets_helper.cc Source/webrtc/modules/rtp_rtcp/source/capture_clock_offset_updater.cc Source/webrtc/modules/rtp_rtcp/source/corruption_detection_extension.cc Source/webrtc/modules/rtp_rtcp/source/create_video_rtp_depacketizer.cc Source/webrtc/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.cc Source/webrtc/modules/rtp_rtcp/source/dtmf_queue.cc Source/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.cc Source/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.cc Source/webrtc/modules/rtp_rtcp/source/flexfec_03_header_reader_writer.cc Source/webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc Source/webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc Source/webrtc/modules/rtp_rtcp/source/flexfec_sender.cc Source/webrtc/modules/rtp_rtcp/source/forward_error_correction.cc Source/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc Source/webrtc/modules/rtp_rtcp/source/frame_object.cc Source/webrtc/modules/rtp_rtcp/source/leb128.cc Source/webrtc/modules/rtp_rtcp/source/ntp_time_util.cc Source/webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc Source/webrtc/modules/rtp_rtcp/source/packet_sequencer.cc Source/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc Source/webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_nack_stats.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/congestion_control_feedback.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/loss_notification.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_config.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_transceiver_impl.cc Source/webrtc/modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.cc Source/webrtc/modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.cc Source/webrtc/modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.cc Source/webrtc/modules/rtp_rtcp/source/rtp_descriptor_authentication.cc Source/webrtc/modules/rtp_rtcp/source/rtp_format.cc Source/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc Source/webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc Source/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc Source/webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc Source/webrtc/modules/rtp_rtcp/source/rtp_generic_frame_descriptor.cc Source/webrtc/modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.cc Source/webrtc/modules/rtp_rtcp/source/rtp_header_extension_map.cc Source/webrtc/modules/rtp_rtcp/source/rtp_header_extension_size.cc Source/webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packet.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packet_received.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packet_send_info.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packetizer_av1.cc Source/webrtc/modules/rtp_rtcp/source/rtp_packetizer_h265.cc Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl2.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sender.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sender_egress.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.cc Source/webrtc/modules/rtp_rtcp/source/rtp_sequence_number_map.cc Source/webrtc/modules/rtp_rtcp/source/rtp_util.cc Source/webrtc/modules/rtp_rtcp/source/rtp_video_header.cc Source/webrtc/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.cc Source/webrtc/modules/rtp_rtcp/source/rtp_video_stream_receiver_frame_transformer_delegate.cc Source/webrtc/modules/rtp_rtcp/source/source_tracker.cc Source/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc Source/webrtc/modules/rtp_rtcp/source/ulpfec_generator.cc Source/webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc Source/webrtc/modules/rtp_rtcp/source/ulpfec_receiver.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_generic.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_raw.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.cc Source/webrtc/modules/third_party/fft/fft.c Source/webrtc/modules/third_party/g711/g711.c Source/webrtc/modules/third_party/g722/g722_decode.c Source/webrtc/modules/third_party/g722/g722_encode.c Source/webrtc/modules/third_party/portaudio/pa_ringbuffer.c Source/webrtc/modules/video_capture/device_info_impl.cc Source/webrtc/modules/video_capture/video_capture_factory.cc Source/webrtc/modules/video_capture/video_capture_factory_null.cc Source/webrtc/modules/video_capture/video_capture_impl.cc Source/webrtc/modules/video_capture/video_capture_options.cc Source/webrtc/modules/video_coding/chain_diff_calculator.cc Source/webrtc/modules/video_coding/codecs/av1/av1_svc_config.cc Source/webrtc/modules/video_coding/codecs/interface/libvpx_interface.cc Source/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc Source/webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers_checker.cc Source/webrtc/modules/video_coding/codecs/vp8/vp8_scalability.cc Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc Source/webrtc/modules/video_coding/codecs/vp9/svc_config.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc Source/webrtc/modules/video_coding/decoder_database.cc Source/webrtc/modules/video_coding/deprecated/decoding_state.cc Source/webrtc/modules/video_coding/deprecated/event_wrapper.cc Source/webrtc/modules/video_coding/deprecated/frame_buffer.cc Source/webrtc/modules/video_coding/deprecated/jitter_buffer.cc Source/webrtc/modules/video_coding/deprecated/packet.cc Source/webrtc/modules/video_coding/deprecated/receiver.cc Source/webrtc/modules/video_coding/deprecated/session_info.cc Source/webrtc/modules/video_coding/deprecated/stream_generator.cc Source/webrtc/modules/video_coding/encoded_frame.cc Source/webrtc/modules/video_coding/fec_controller_default.cc Source/webrtc/modules/video_coding/frame_dependencies_calculator.cc Source/webrtc/modules/video_coding/frame_helpers.cc Source/webrtc/modules/video_coding/generic_decoder.cc Source/webrtc/modules/video_coding/h264_sprop_parameter_sets.cc Source/webrtc/modules/video_coding/h264_sps_pps_tracker.cc Source/webrtc/modules/video_coding/h26x_packet_buffer.cc Source/webrtc/modules/video_coding/histogram.cc Source/webrtc/modules/video_coding/include/video_codec_interface.cc Source/webrtc/modules/video_coding/include/video_error_codes_utils.cc Source/webrtc/modules/video_coding/loss_notification_controller.cc Source/webrtc/modules/video_coding/media_opt_util.cc Source/webrtc/modules/video_coding/nack_requester.cc Source/webrtc/modules/video_coding/packet_buffer.cc Source/webrtc/modules/video_coding/rtp_frame_id_only_ref_finder.cc Source/webrtc/modules/video_coding/rtp_frame_reference_finder.cc Source/webrtc/modules/video_coding/rtp_generic_ref_finder.cc Source/webrtc/modules/video_coding/rtp_seq_num_only_ref_finder.cc Source/webrtc/modules/video_coding/rtp_vp8_ref_finder.cc Source/webrtc/modules/video_coding/rtp_vp9_ref_finder.cc Source/webrtc/modules/video_coding/svc/create_scalability_structure.cc Source/webrtc/modules/video_coding/svc/scalability_mode_util.cc Source/webrtc/modules/video_coding/svc/scalability_structure_full_svc.cc Source/webrtc/modules/video_coding/svc/scalability_structure_key_svc.cc Source/webrtc/modules/video_coding/svc/scalability_structure_l2t2_key_shift.cc Source/webrtc/modules/video_coding/svc/scalability_structure_simulcast.cc Source/webrtc/modules/video_coding/svc/scalable_video_controller_no_layering.cc Source/webrtc/modules/video_coding/svc/simulcast_to_svc_converter.cc Source/webrtc/modules/video_coding/svc/svc_rate_allocator.cc Source/webrtc/modules/video_coding/timing/decode_time_percentile_filter.cc Source/webrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter.cc Source/webrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator.cc Source/webrtc/modules/video_coding/timing/jitter_estimator.cc Source/webrtc/modules/video_coding/timing/rtt_filter.cc Source/webrtc/modules/video_coding/timing/timestamp_extrapolator.cc Source/webrtc/modules/video_coding/timing/timing.cc Source/webrtc/modules/video_coding/utility/bandwidth_quality_scaler.cc Source/webrtc/modules/video_coding/utility/decoded_frames_history.cc Source/webrtc/modules/video_coding/utility/frame_dropper.cc Source/webrtc/modules/video_coding/utility/framerate_controller_deprecated.cc Source/webrtc/modules/video_coding/utility/ivf_file_reader.cc Source/webrtc/modules/video_coding/utility/ivf_file_writer.cc Source/webrtc/modules/video_coding/utility/qp_parser.cc Source/webrtc/modules/video_coding/utility/quality_scaler.cc Source/webrtc/modules/video_coding/utility/simulcast_rate_allocator.cc Source/webrtc/modules/video_coding/utility/simulcast_utility.cc Source/webrtc/modules/video_coding/utility/vp8_header_parser.cc Source/webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc Source/webrtc/modules/video_coding/video_codec_initializer.cc Source/webrtc/modules/video_coding/video_coding_defines.cc Source/webrtc/modules/video_coding/video_coding_impl.cc Source/webrtc/modules/video_coding/video_receiver.cc Source/webrtc/modules/video_coding/video_receiver2.cc Source/webrtc/net/dcsctp/fuzzers/dcsctp_fuzzers.cc Source/webrtc/net/dcsctp/packet/chunk/abort_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/chunk.cc Source/webrtc/net/dcsctp/packet/chunk/cookie_ack_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/cookie_echo_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/data_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/error_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/forward_tsn_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/heartbeat_ack_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/heartbeat_request_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/idata_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/iforward_tsn_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/init_ack_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/init_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/reconfig_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/sack_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/shutdown_ack_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/shutdown_chunk.cc Source/webrtc/net/dcsctp/packet/chunk/shutdown_complete_chunk.cc Source/webrtc/net/dcsctp/packet/chunk_validators.cc Source/webrtc/net/dcsctp/packet/crc32c.cc Source/webrtc/net/dcsctp/packet/error_cause/cookie_received_while_shutting_down_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/error_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/invalid_mandatory_parameter_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/invalid_stream_identifier_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/missing_mandatory_parameter_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/no_user_data_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/out_of_resource_error_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/protocol_violation_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/restart_of_an_association_with_new_address_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/stale_cookie_error_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/unrecognized_chunk_type_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/unrecognized_parameter_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/unresolvable_address_cause.cc Source/webrtc/net/dcsctp/packet/error_cause/user_initiated_abort_cause.cc Source/webrtc/net/dcsctp/packet/parameter/add_incoming_streams_request_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/add_outgoing_streams_request_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/forward_tsn_supported_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/heartbeat_info_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/incoming_ssn_reset_request_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/outgoing_ssn_reset_request_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/parameter.cc Source/webrtc/net/dcsctp/packet/parameter/reconfiguration_response_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/state_cookie_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/supported_extensions_parameter.cc Source/webrtc/net/dcsctp/packet/parameter/zero_checksum_acceptable_chunk_parameter.cc Source/webrtc/net/dcsctp/packet/sctp_packet.cc Source/webrtc/net/dcsctp/packet/tlv_trait.cc Source/webrtc/net/dcsctp/public/dcsctp_handover_state.cc Source/webrtc/net/dcsctp/public/dcsctp_socket_factory.cc Source/webrtc/net/dcsctp/public/text_pcap_packet_observer.cc Source/webrtc/net/dcsctp/rx/data_tracker.cc Source/webrtc/net/dcsctp/rx/interleaved_reassembly_streams.cc Source/webrtc/net/dcsctp/rx/reassembly_queue.cc Source/webrtc/net/dcsctp/rx/traditional_reassembly_streams.cc Source/webrtc/net/dcsctp/socket/callback_deferrer.cc Source/webrtc/net/dcsctp/socket/dcsctp_socket.cc Source/webrtc/net/dcsctp/socket/heartbeat_handler.cc Source/webrtc/net/dcsctp/socket/packet_sender.cc Source/webrtc/net/dcsctp/socket/state_cookie.cc Source/webrtc/net/dcsctp/socket/stream_reset_handler.cc Source/webrtc/net/dcsctp/socket/transmission_control_block.cc Source/webrtc/net/dcsctp/timer/task_queue_timeout.cc Source/webrtc/net/dcsctp/timer/timer.cc Source/webrtc/net/dcsctp/tx/outstanding_data.cc Source/webrtc/net/dcsctp/tx/retransmission_error_counter.cc Source/webrtc/net/dcsctp/tx/retransmission_queue.cc Source/webrtc/net/dcsctp/tx/retransmission_timeout.cc Source/webrtc/net/dcsctp/tx/rr_send_queue.cc Source/webrtc/net/dcsctp/tx/stream_scheduler.cc Source/webrtc/p2p/base/async_stun_tcp_socket.cc Source/webrtc/p2p/base/basic_async_resolver_factory.cc Source/webrtc/p2p/base/basic_ice_controller.cc Source/webrtc/p2p/base/basic_packet_socket_factory.cc Source/webrtc/p2p/base/connection.cc Source/webrtc/p2p/base/connection_info.cc Source/webrtc/p2p/base/default_ice_transport_factory.cc Source/webrtc/p2p/base/dtls_transport.cc Source/webrtc/p2p/base/dtls_transport_internal.cc Source/webrtc/p2p/base/ice_controller_interface.cc Source/webrtc/p2p/base/ice_credentials_iterator.cc Source/webrtc/p2p/base/ice_switch_reason.cc Source/webrtc/p2p/base/ice_transport_internal.cc Source/webrtc/p2p/base/p2p_constants.cc Source/webrtc/p2p/base/p2p_transport_channel.cc Source/webrtc/p2p/base/packet_transport_internal.cc Source/webrtc/p2p/base/port.cc Source/webrtc/p2p/base/port_allocator.cc Source/webrtc/p2p/base/port_interface.cc Source/webrtc/p2p/base/pseudo_tcp.cc Source/webrtc/p2p/base/regathering_controller.cc Source/webrtc/p2p/base/stun_dictionary.cc Source/webrtc/p2p/base/stun_port.cc Source/webrtc/p2p/base/stun_request.cc Source/webrtc/p2p/base/stun_server.cc Source/webrtc/p2p/base/tcp_port.cc Source/webrtc/p2p/base/transport_description.cc Source/webrtc/p2p/base/transport_description_factory.cc Source/webrtc/p2p/base/turn_port.cc Source/webrtc/p2p/base/turn_server.cc Source/webrtc/p2p/base/wrapping_active_ice_controller.cc Source/webrtc/p2p/client/basic_port_allocator.cc Source/webrtc/p2p/client/turn_port_factory.cc Source/webrtc/p2p/stunprober/stun_prober.cc Source/webrtc/pc/audio_rtp_receiver.cc Source/webrtc/pc/audio_track.cc Source/webrtc/pc/channel.cc Source/webrtc/pc/connection_context.cc Source/webrtc/pc/data_channel_controller.cc Source/webrtc/pc/data_channel_utils.cc Source/webrtc/pc/dtls_srtp_transport.cc Source/webrtc/pc/dtls_transport.cc Source/webrtc/pc/dtmf_sender.cc Source/webrtc/pc/external_hmac.cc Source/webrtc/pc/ice_server_parsing.cc Source/webrtc/pc/ice_transport.cc Source/webrtc/pc/jitter_buffer_delay.cc Source/webrtc/pc/jsep_ice_candidate.cc Source/webrtc/pc/jsep_session_description.cc Source/webrtc/pc/jsep_transport.cc Source/webrtc/pc/jsep_transport_collection.cc Source/webrtc/pc/jsep_transport_controller.cc Source/webrtc/pc/legacy_stats_collector.cc Source/webrtc/pc/local_audio_source.cc Source/webrtc/pc/media_protocol_names.cc Source/webrtc/pc/media_session.cc Source/webrtc/pc/media_stream.cc Source/webrtc/pc/media_stream_observer.cc Source/webrtc/pc/peer_connection.cc Source/webrtc/pc/peer_connection_factory.cc Source/webrtc/pc/peer_connection_message_handler.cc Source/webrtc/pc/remote_audio_source.cc Source/webrtc/pc/rtc_stats_collector.cc Source/webrtc/pc/rtc_stats_traversal.cc Source/webrtc/pc/rtcp_mux_filter.cc Source/webrtc/pc/rtp_media_utils.cc Source/webrtc/pc/rtp_parameters_conversion.cc Source/webrtc/pc/rtp_receiver.cc Source/webrtc/pc/rtp_sender.cc Source/webrtc/pc/rtp_transceiver.cc Source/webrtc/pc/rtp_transmission_manager.cc Source/webrtc/pc/rtp_transport.cc Source/webrtc/pc/sctp_data_channel.cc Source/webrtc/pc/sctp_transport.cc Source/webrtc/pc/sctp_utils.cc Source/webrtc/pc/sdp_offer_answer.cc Source/webrtc/pc/sdp_utils.cc Source/webrtc/pc/session_description.cc Source/webrtc/pc/simulcast_description.cc Source/webrtc/pc/simulcast_sdp_serializer.cc Source/webrtc/pc/srtp_session.cc Source/webrtc/pc/srtp_transport.cc Source/webrtc/pc/track_media_info_map.cc Source/webrtc/pc/transceiver_list.cc Source/webrtc/pc/transport_stats.cc Source/webrtc/pc/usage_pattern.cc Source/webrtc/pc/video_rtp_receiver.cc Source/webrtc/pc/video_rtp_track_source.cc Source/webrtc/pc/video_track.cc Source/webrtc/pc/video_track_source.cc Source/webrtc/pc/video_track_source_proxy.cc Source/webrtc/pc/webrtc_sdp.cc Source/webrtc/pc/webrtc_session_description_factory.cc Source/webrtc/rtc_base/async_dns_resolver.cc Source/webrtc/rtc_base/async_packet_socket.cc Source/webrtc/rtc_base/async_socket.cc Source/webrtc/rtc_base/async_tcp_socket.cc Source/webrtc/rtc_base/async_udp_socket.cc Source/webrtc/rtc_base/bit_buffer.cc Source/webrtc/rtc_base/bitrate_tracker.cc Source/webrtc/rtc_base/bitstream_reader.cc Source/webrtc/rtc_base/boringssl_certificate.cc Source/webrtc/rtc_base/boringssl_identity.cc Source/webrtc/rtc_base/buffer_queue.cc Source/webrtc/rtc_base/byte_buffer.cc Source/webrtc/rtc_base/callback_list.cc Source/webrtc/rtc_base/checks.cc Source/webrtc/rtc_base/containers/flat_tree.cc Source/webrtc/rtc_base/copy_on_write_buffer.cc Source/webrtc/rtc_base/cpu_time.cc Source/webrtc/rtc_base/crc32.cc Source/webrtc/rtc_base/crypto_random.cc Source/webrtc/rtc_base/data_rate_limiter.cc Source/webrtc/rtc_base/deprecated/recursive_critical_section.cc Source/webrtc/rtc_base/event.cc Source/webrtc/rtc_base/event_tracer.cc Source/webrtc/rtc_base/experiments/alr_experiment.cc Source/webrtc/rtc_base/experiments/balanced_degradation_settings.cc Source/webrtc/rtc_base/experiments/encoder_info_settings.cc Source/webrtc/rtc_base/experiments/field_trial_list.cc Source/webrtc/rtc_base/experiments/field_trial_parser.cc Source/webrtc/rtc_base/experiments/field_trial_units.cc Source/webrtc/rtc_base/experiments/keyframe_interval_settings.cc Source/webrtc/rtc_base/experiments/min_video_bitrate_experiment.cc Source/webrtc/rtc_base/experiments/normalize_simulcast_size_experiment.cc Source/webrtc/rtc_base/experiments/quality_scaler_settings.cc Source/webrtc/rtc_base/experiments/quality_scaling_experiment.cc Source/webrtc/rtc_base/experiments/rate_control_settings.cc Source/webrtc/rtc_base/experiments/stable_target_rate_experiment.cc Source/webrtc/rtc_base/experiments/struct_parameters_parser.cc Source/webrtc/rtc_base/fake_clock.cc Source/webrtc/rtc_base/fake_ssl_identity.cc Source/webrtc/rtc_base/file_rotating_stream.cc Source/webrtc/rtc_base/firewall_socket_server.cc Source/webrtc/rtc_base/frequency_tracker.cc Source/webrtc/rtc_base/ifaddrs_android.cc Source/webrtc/rtc_base/ifaddrs_converter.cc Source/webrtc/rtc_base/internal/default_socket_server.cc Source/webrtc/rtc_base/ip_address.cc Source/webrtc/rtc_base/log_sinks.cc Source/webrtc/rtc_base/logging.cc Source/webrtc/rtc_base/memory/aligned_malloc.cc Source/webrtc/rtc_base/memory/fifo_buffer.cc Source/webrtc/rtc_base/memory_stream.cc Source/webrtc/rtc_base/memory_usage.cc Source/webrtc/rtc_base/message_digest.cc Source/webrtc/rtc_base/nat_server.cc Source/webrtc/rtc_base/nat_socket_factory.cc Source/webrtc/rtc_base/nat_types.cc Source/webrtc/rtc_base/net_helper.cc Source/webrtc/rtc_base/net_helpers.cc Source/webrtc/rtc_base/network.cc Source/webrtc/rtc_base/network/received_packet.cc Source/webrtc/rtc_base/network/sent_packet.cc Source/webrtc/rtc_base/network_constants.cc Source/webrtc/rtc_base/network_monitor.cc Source/webrtc/rtc_base/network_monitor_factory.cc Source/webrtc/rtc_base/network_route.cc Source/webrtc/rtc_base/null_socket_server.cc Source/webrtc/rtc_base/numerics/event_based_exponential_moving_average.cc Source/webrtc/rtc_base/numerics/event_rate_counter.cc Source/webrtc/rtc_base/numerics/exp_filter.cc Source/webrtc/rtc_base/numerics/histogram_percentile_counter.cc Source/webrtc/rtc_base/numerics/moving_average.cc Source/webrtc/rtc_base/numerics/sample_counter.cc Source/webrtc/rtc_base/numerics/sample_stats.cc Source/webrtc/rtc_base/openssl_adapter.cc Source/webrtc/rtc_base/openssl_certificate.cc Source/webrtc/rtc_base/openssl_digest.cc Source/webrtc/rtc_base/openssl_identity.cc Source/webrtc/rtc_base/openssl_key_pair.cc Source/webrtc/rtc_base/openssl_session_cache.cc Source/webrtc/rtc_base/openssl_stream_adapter.cc Source/webrtc/rtc_base/openssl_utility.cc Source/webrtc/rtc_base/operations_chain.cc Source/webrtc/rtc_base/physical_socket_server.cc Source/webrtc/rtc_base/platform_thread.cc Source/webrtc/rtc_base/platform_thread_types.cc Source/webrtc/rtc_base/proxy_server.cc Source/webrtc/rtc_base/race_checker.cc Source/webrtc/rtc_base/random.cc Source/webrtc/rtc_base/rate_limiter.cc Source/webrtc/rtc_base/rate_statistics.cc Source/webrtc/rtc_base/rate_tracker.cc Source/webrtc/rtc_base/rtc_certificate.cc Source/webrtc/rtc_base/rtc_certificate_generator.cc Source/webrtc/rtc_base/server_socket_adapters.cc Source/webrtc/rtc_base/socket.cc Source/webrtc/rtc_base/socket_adapters.cc Source/webrtc/rtc_base/socket_address.cc Source/webrtc/rtc_base/socket_address_pair.cc Source/webrtc/rtc_base/ssl_adapter.cc Source/webrtc/rtc_base/ssl_certificate.cc Source/webrtc/rtc_base/ssl_fingerprint.cc Source/webrtc/rtc_base/ssl_identity.cc Source/webrtc/rtc_base/ssl_stream_adapter.cc Source/webrtc/rtc_base/stream.cc Source/webrtc/rtc_base/string_encode.cc Source/webrtc/rtc_base/string_to_number.cc Source/webrtc/rtc_base/string_utils.cc Source/webrtc/rtc_base/strings/audio_format_to_string.cc Source/webrtc/rtc_base/strings/string_builder.cc Source/webrtc/rtc_base/strings/string_format.cc Source/webrtc/rtc_base/synchronization/sequence_checker_internal.cc Source/webrtc/rtc_base/synchronization/yield.cc Source/webrtc/rtc_base/synchronization/yield_policy.cc Source/webrtc/rtc_base/system/file_wrapper.cc Source/webrtc/rtc_base/system_time.cc Source/webrtc/rtc_base/task_queue_stdlib.cc Source/webrtc/rtc_base/task_utils/repeating_task.cc Source/webrtc/rtc_base/third_party/base64/base64.cc Source/webrtc/rtc_base/third_party/sigslot/sigslot.cc Source/webrtc/rtc_base/thread.cc Source/webrtc/rtc_base/time_utils.cc Source/webrtc/rtc_base/timestamp_aligner.cc Source/webrtc/rtc_base/unique_id_generator.cc Source/webrtc/rtc_base/virtual_socket_server.cc Source/webrtc/rtc_base/weak_ptr.cc Source/webrtc/rtc_base/zero_memory.cc Source/webrtc/stats/attribute.cc Source/webrtc/stats/rtc_stats.cc Source/webrtc/stats/rtc_stats_report.cc Source/webrtc/stats/rtcstats_objects.cc Source/webrtc/system_wrappers/source/clock.cc Source/webrtc/system_wrappers/source/cpu_features.cc Source/webrtc/system_wrappers/source/cpu_features_linux.cc Source/webrtc/system_wrappers/source/cpu_info.cc Source/webrtc/system_wrappers/source/denormal_disabler.cc Source/webrtc/system_wrappers/source/field_trial.cc Source/webrtc/system_wrappers/source/metrics.cc Source/webrtc/system_wrappers/source/rtp_to_ntp_estimator.cc Source/webrtc/system_wrappers/source/sleep.cc Source/webrtc/video/adaptation/balanced_constraint.cc Source/webrtc/video/adaptation/bandwidth_quality_scaler_resource.cc Source/webrtc/video/adaptation/bitrate_constraint.cc Source/webrtc/video/adaptation/encode_usage_resource.cc Source/webrtc/video/adaptation/overuse_frame_detector.cc Source/webrtc/video/adaptation/pixel_limit_resource.cc Source/webrtc/video/adaptation/quality_scaler_resource.cc Source/webrtc/video/adaptation/video_stream_encoder_resource.cc Source/webrtc/video/adaptation/video_stream_encoder_resource_manager.cc Source/webrtc/video/alignment_adjuster.cc Source/webrtc/video/buffered_frame_decryptor.cc Source/webrtc/video/call_stats2.cc Source/webrtc/video/config/encoder_stream_factory.cc Source/webrtc/video/config/simulcast.cc Source/webrtc/video/config/video_encoder_config.cc Source/webrtc/video/corruption_detection/corruption_classifier.cc Source/webrtc/video/corruption_detection/frame_instrumentation_evaluation.cc Source/webrtc/video/corruption_detection/frame_instrumentation_generator.cc Source/webrtc/video/corruption_detection/frame_pair_corruption_score.cc Source/webrtc/video/corruption_detection/generic_mapping_functions.cc Source/webrtc/video/corruption_detection/halton_frame_sampler.cc Source/webrtc/video/corruption_detection/halton_sequence.cc Source/webrtc/video/corruption_detection/utils.cc Source/webrtc/video/decode_synchronizer.cc Source/webrtc/video/encoder_bitrate_adjuster.cc Source/webrtc/video/encoder_overshoot_detector.cc Source/webrtc/video/encoder_rtcp_feedback.cc Source/webrtc/video/frame_cadence_adapter.cc Source/webrtc/video/frame_decode_timing.cc Source/webrtc/video/frame_dumping_decoder.cc Source/webrtc/video/frame_dumping_encoder.cc Source/webrtc/video/frame_encode_metadata_writer.cc Source/webrtc/video/quality_convergence_controller.cc Source/webrtc/video/quality_convergence_monitor.cc Source/webrtc/video/quality_limitation_reason_tracker.cc Source/webrtc/video/rate_utilization_tracker.cc Source/webrtc/video/receive_statistics_proxy.cc Source/webrtc/video/render/incoming_video_stream.cc Source/webrtc/video/render/video_render_frames.cc Source/webrtc/video/report_block_stats.cc Source/webrtc/video/rtp_streams_synchronizer2.cc Source/webrtc/video/rtp_video_stream_receiver2.cc Source/webrtc/video/send_delay_stats.cc Source/webrtc/video/send_statistics_proxy.cc Source/webrtc/video/stats_counter.cc Source/webrtc/video/stream_synchronization.cc Source/webrtc/video/task_queue_frame_decode_scheduler.cc Source/webrtc/video/transport_adapter.cc Source/webrtc/video/unique_timestamp_counter.cc Source/webrtc/video/video_loopback_main.cc Source/webrtc/video/video_quality_observer2.cc Source/webrtc/video/video_receive_stream2.cc Source/webrtc/video/video_receive_stream_timeout_tracker.cc Source/webrtc/video/video_send_stream_impl.cc Source/webrtc/video/video_source_sink_controller.cc Source/webrtc/video/video_stream_buffer_controller.cc Source/webrtc/video/video_stream_decoder2.cc Source/webrtc/video/video_stream_encoder.cc $ ) if (WTF_CPU_X86_64 OR WTF_CPU_X86) list(APPEND webrtc_SOURCES Source/webrtc/common_audio/fir_filter_sse.cc Source/webrtc/common_audio/resampler/sinc_resampler_sse.cc Source/webrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc Source/webrtc/modules/desktop_capture/differ_vector_sse2.cc ) endif() if (WTF_CPU_X86_64 OR WTF_CPU_X86) list(APPEND webrtc_avx_SOURCES Source/webrtc/common_audio/fir_filter_avx2.cc Source/webrtc/common_audio/resampler/sinc_resampler_avx2.cc Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_avx2.cc Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_avx2.cc Source/webrtc/modules/audio_processing/aec3/fft_data_avx2.cc Source/webrtc/modules/audio_processing/aec3/matched_filter_avx2.cc Source/webrtc/modules/audio_processing/aec3/vector_math_avx2.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2.cc ) set_source_files_properties(${webrtc_avx_SOURCES} PROPERTIES COMPILE_OPTIONS "-mavx2;-mfma") list(APPEND webrtc_SOURCES ${webrtc_avx_SOURCES}) add_definitions(-DWEBRTC_ENABLE_AVX2) endif() if (WTF_CPU_ARM_THUMB2) add_definitions(-DWEBRTC_ARCH_ARM_V7) endif () if (WTF_CPU_ARM64) add_definitions(-DWEBRTC_ARCH_ARM64) endif () # Source/third_party/boringssl/src/cmake/perlasm.cmake cannot be re-used as-is, so vendor the # adapted version here. macro(append_to_parent_scope var) foreach(arg IN ITEMS ${ARGN}) list(APPEND ${var} "${CMAKE_BINARY_DIR}/Source/ThirdParty/libwebrtc/${arg}") endforeach() set(${var} "${${var}}" PARENT_SCOPE) endmacro() function(add_perlasm_target dest src) add_custom_command( OUTPUT ${dest} COMMAND ${PERL_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/${src} ${ARGN} ${dest} DEPENDS ${src} Source/third_party/boringssl/src/crypto/perlasm/arm-xlate.pl Source/third_party/boringssl/src/crypto/perlasm/x86_64-xlate.pl Source/third_party/boringssl/src/crypto/perlasm/x86asm.pl Source/third_party/boringssl/src/crypto/perlasm/x86gas.pl Source/third_party/boringssl/src/crypto/perlasm/x86masm.pl Source/third_party/boringssl/src/crypto/perlasm/x86nasm.pl WORKING_DIRECTORY . ) endfunction() # perlasm generates perlasm output from a given file. arch specifies the # architecture. dest specifies the basename of the output file. The list of # generated files will be appended to ${var}_ASM and ${var}_NASM depending on # the assembler used. Extra arguments are passed to the perlasm script. function(perlasm var arch dest src) if(arch STREQUAL "aarch64") add_perlasm_target("${dest}-apple.S" ${src} ios64 ${ARGN}) add_perlasm_target("${dest}-linux.S" ${src} linux64 ${ARGN}) add_perlasm_target("${dest}-win.S" ${src} win64 ${ARGN}) append_to_parent_scope("${var}_ASM" "${dest}-apple.S" "${dest}-linux.S" "${dest}-win.S") elseif(arch STREQUAL "arm") add_perlasm_target("${dest}-linux.S" ${src} linux32 ${ARGN}) append_to_parent_scope("${var}_ASM" "${dest}-linux.S") elseif(arch STREQUAL "x86") add_perlasm_target("${dest}-apple.S" ${src} macosx -fPIC ${ARGN}) add_perlasm_target("${dest}-linux.S" ${src} elf -fPIC ${ARGN}) add_perlasm_target("${dest}-win.asm" ${src} win32n ${ARGN}) append_to_parent_scope("${var}_ASM" "${dest}-apple.S" "${dest}-linux.S") append_to_parent_scope("${var}_NASM" "${dest}-win.asm") elseif(arch STREQUAL "x86_64") add_perlasm_target("${dest}-apple.S" ${src} macosx ${ARGN}) add_perlasm_target("${dest}-linux.S" ${src} elf ${ARGN}) add_perlasm_target("${dest}-win.asm" ${src} nasm ${ARGN}) append_to_parent_scope("${var}_ASM" "${dest}-apple.S" "${dest}-linux.S") append_to_parent_scope("${var}_NASM" "${dest}-win.asm") else() message(FATAL_ERROR "Unknown perlasm architecture: $arch") endif() endfunction() set(FIPS_PATH Source/third_party/boringssl/src/crypto/fipsmodule) perlasm(BCM_SOURCES aarch64 aesv8-armv8 ${FIPS_PATH}/aes/asm/aesv8-armx.pl) perlasm(BCM_SOURCES aarch64 aesv8-gcm-armv8 ${FIPS_PATH}/modes/asm/aesv8-gcm-armv8.pl) perlasm(BCM_SOURCES aarch64 armv8-mont ${FIPS_PATH}/bn/asm/armv8-mont.pl) perlasm(BCM_SOURCES aarch64 bn-armv8 ${FIPS_PATH}/bn/asm/bn-armv8.pl) perlasm(BCM_SOURCES aarch64 ghash-neon-armv8 ${FIPS_PATH}/modes/asm/ghash-neon-armv8.pl) perlasm(BCM_SOURCES aarch64 ghashv8-armv8 ${FIPS_PATH}/modes/asm/ghashv8-armx.pl) perlasm(BCM_SOURCES aarch64 p256_beeu-armv8-asm ${FIPS_PATH}/ec/asm/p256_beeu-armv8-asm.pl) perlasm(BCM_SOURCES aarch64 p256-armv8-asm ${FIPS_PATH}/ec/asm/p256-armv8-asm.pl) perlasm(BCM_SOURCES aarch64 sha1-armv8 ${FIPS_PATH}/sha/asm/sha1-armv8.pl) perlasm(BCM_SOURCES aarch64 sha256-armv8 ${FIPS_PATH}/sha/asm/sha512-armv8.pl sha256) perlasm(BCM_SOURCES aarch64 sha512-armv8 ${FIPS_PATH}/sha/asm/sha512-armv8.pl sha512) perlasm(BCM_SOURCES aarch64 vpaes-armv8 ${FIPS_PATH}/aes/asm/vpaes-armv8.pl) perlasm(BCM_SOURCES arm aesv8-armv7 ${FIPS_PATH}/aes/asm/aesv8-armx.pl) perlasm(BCM_SOURCES arm armv4-mont ${FIPS_PATH}/bn/asm/armv4-mont.pl) perlasm(BCM_SOURCES arm bsaes-armv7 ${FIPS_PATH}/aes/asm/bsaes-armv7.pl) perlasm(BCM_SOURCES arm ghash-armv4 ${FIPS_PATH}/modes/asm/ghash-armv4.pl) perlasm(BCM_SOURCES arm ghashv8-armv7 ${FIPS_PATH}/modes/asm/ghashv8-armx.pl) perlasm(BCM_SOURCES arm sha1-armv4-large ${FIPS_PATH}/sha/asm/sha1-armv4-large.pl) perlasm(BCM_SOURCES arm sha256-armv4 ${FIPS_PATH}/sha/asm/sha256-armv4.pl) perlasm(BCM_SOURCES arm sha512-armv4 ${FIPS_PATH}/sha/asm/sha512-armv4.pl) perlasm(BCM_SOURCES arm vpaes-armv7 ${FIPS_PATH}/aes/asm/vpaes-armv7.pl) perlasm(BCM_SOURCES x86 aesni-x86 ${FIPS_PATH}/aes/asm/aesni-x86.pl) perlasm(BCM_SOURCES x86 bn-586 ${FIPS_PATH}/bn/asm/bn-586.pl) perlasm(BCM_SOURCES x86 co-586 ${FIPS_PATH}/bn/asm/co-586.pl) perlasm(BCM_SOURCES x86 ghash-ssse3-x86 ${FIPS_PATH}/modes/asm/ghash-ssse3-x86.pl) perlasm(BCM_SOURCES x86 ghash-x86 ${FIPS_PATH}/modes/asm/ghash-x86.pl) perlasm(BCM_SOURCES x86 md5-586 Source/third_party/boringssl/src/crypto/md5/asm/md5-586.pl) perlasm(BCM_SOURCES x86 sha1-586 ${FIPS_PATH}/sha/asm/sha1-586.pl) perlasm(BCM_SOURCES x86 sha256-586 ${FIPS_PATH}/sha/asm/sha256-586.pl) perlasm(BCM_SOURCES x86 sha512-586 ${FIPS_PATH}/sha/asm/sha512-586.pl) perlasm(BCM_SOURCES x86 vpaes-x86 ${FIPS_PATH}/aes/asm/vpaes-x86.pl) perlasm(BCM_SOURCES x86 x86-mont ${FIPS_PATH}/bn/asm/x86-mont.pl) perlasm(BCM_SOURCES x86_64 aesni-gcm-x86_64 ${FIPS_PATH}/modes/asm/aesni-gcm-x86_64.pl) perlasm(BCM_SOURCES x86_64 aesni-x86_64 ${FIPS_PATH}/aes/asm/aesni-x86_64.pl) perlasm(BCM_SOURCES x86_64 ghash-ssse3-x86_64 ${FIPS_PATH}/modes/asm/ghash-ssse3-x86_64.pl) perlasm(BCM_SOURCES x86_64 ghash-x86_64 ${FIPS_PATH}/modes/asm/ghash-x86_64.pl) perlasm(BCM_SOURCES x86_64 md5-x86_64 Source/third_party/boringssl/src/crypto/md5/asm/md5-x86_64.pl) perlasm(BCM_SOURCES x86_64 p256_beeu-x86_64-asm ${FIPS_PATH}/ec/asm/p256_beeu-x86_64-asm.pl) perlasm(BCM_SOURCES x86_64 p256-x86_64-asm ${FIPS_PATH}/ec/asm/p256-x86_64-asm.pl) perlasm(BCM_SOURCES x86_64 rdrand-x86_64 ${FIPS_PATH}/rand/asm/rdrand-x86_64.pl) perlasm(BCM_SOURCES x86_64 rsaz-avx2 ${FIPS_PATH}/bn/asm/rsaz-avx2.pl) perlasm(BCM_SOURCES x86_64 sha1-x86_64 ${FIPS_PATH}/sha/asm/sha1-x86_64.pl) perlasm(BCM_SOURCES x86_64 sha256-x86_64 ${FIPS_PATH}/sha/asm/sha512-x86_64.pl sha256) perlasm(BCM_SOURCES x86_64 sha512-x86_64 ${FIPS_PATH}/sha/asm/sha512-x86_64.pl sha512) perlasm(BCM_SOURCES x86_64 vpaes-x86_64 ${FIPS_PATH}/aes/asm/vpaes-x86_64.pl) perlasm(BCM_SOURCES x86_64 x86_64-mont ${FIPS_PATH}/bn/asm/x86_64-mont.pl) perlasm(BCM_SOURCES x86_64 x86_64-mont5 ${FIPS_PATH}/bn/asm/x86_64-mont5.pl) set(CRYPTO_PATH Source/third_party/boringssl/src/crypto) set(CRYPTO_SOURCES_ASM ${CRYPTO_PATH}/curve25519/asm/x25519-asm-arm.S ${CRYPTO_PATH}/hrss/asm/poly_rq_mul.S ${CRYPTO_PATH}/poly1305/poly1305_arm_asm.S Source/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-apple.S Source/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-linux.S Source/third_party/boringssl/src/gen/crypto/chacha-armv4-linux.S Source/third_party/boringssl/src/gen/crypto/chacha-armv8-apple.S Source/third_party/boringssl/src/gen/crypto/chacha-armv8-linux.S Source/third_party/boringssl/src/gen/crypto/chacha-armv8-win.S Source/third_party/boringssl/src/gen/crypto/chacha-x86-apple.S Source/third_party/boringssl/src/gen/crypto/chacha-x86-linux.S Source/third_party/boringssl/src/gen/crypto/chacha-x86_64-apple.S Source/third_party/boringssl/src/gen/crypto/chacha-x86_64-linux.S Source/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-apple.S Source/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-linux.S Source/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-win.S Source/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-apple.S Source/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-linux.S Source/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_mul.S Source/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_square.S Source/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_sqr.S Source/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_mul.S ) perlasm(CRYPTO_SOURCES aarch64 chacha/chacha-armv8 ${CRYPTO_PATH}/chacha/asm/chacha-armv8.pl) perlasm(CRYPTO_SOURCES aarch64 cipher_extra/chacha20_poly1305_armv8 ${CRYPTO_PATH}/cipher_extra/asm/chacha20_poly1305_armv8.pl) perlasm(CRYPTO_SOURCES aarch64 test/trampoline-armv8 ${CRYPTO_PATH}/test/asm/trampoline-armv8.pl) perlasm(CRYPTO_SOURCES arm chacha/chacha-armv4 ${CRYPTO_PATH}/chacha/asm/chacha-armv4.pl) perlasm(CRYPTO_SOURCES arm test/trampoline-armv4 ${CRYPTO_PATH}/test/asm/trampoline-armv4.pl) perlasm(CRYPTO_SOURCES x86 chacha/chacha-x86 ${CRYPTO_PATH}/chacha/asm/chacha-x86.pl) perlasm(CRYPTO_SOURCES x86 test/trampoline-x86 ${CRYPTO_PATH}/test/asm/trampoline-x86.pl) perlasm(CRYPTO_SOURCES x86_64 chacha/chacha-x86_64 ${CRYPTO_PATH}/chacha/asm/chacha-x86_64.pl) perlasm(CRYPTO_SOURCES x86_64 cipher_extra/aes128gcmsiv-x86_64 ${CRYPTO_PATH}/cipher_extra/asm/aes128gcmsiv-x86_64.pl) perlasm(CRYPTO_SOURCES x86_64 cipher_extra/chacha20_poly1305_x86_64 ${CRYPTO_PATH}/cipher_extra/asm/chacha20_poly1305_x86_64.pl) perlasm(CRYPTO_SOURCES x86_64 test/trampoline-x86_64 ${CRYPTO_PATH}/test/asm/trampoline-x86_64.pl) # TODO: _NASM support for platforms that require it. list(APPEND webrtc_SOURCES ${BCM_SOURCES_ASM}) list(APPEND webrtc_SOURCES ${CRYPTO_SOURCES_ASM}) if (WTF_CPU_ARM OR WTF_CPU_ARM64) list(APPEND webrtc_neon_SOURCES Source/webrtc/common_audio/fir_filter_neon.cc Source/webrtc/common_audio/resampler/sinc_resampler_neon.cc Source/webrtc/common_audio/signal_processing/cross_correlation_neon.c Source/webrtc/common_audio/signal_processing/downsample_fast_neon.c Source/webrtc/common_audio/signal_processing/min_max_operations_neon.c Source/webrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc Source/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc ) list(APPEND webrtc_SOURCES ${webrtc_neon_SOURCES}) add_definitions(-DWEBRTC_HAS_NEON) endif () if (WTF_CPU_ARM) list(APPEND webrtc_neon_SOURCES Source/third_party/pffft/src/pffft.c Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.cc Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl.cc Source/webrtc/modules/audio_processing/aec3/comfort_noise_generator.cc Source/webrtc/modules/audio_processing/aec3/matched_filter.cc Source/webrtc/modules/audio_processing/aec3/suppression_filter.cc Source/webrtc/modules/audio_processing/aec3/suppression_gain.cc ) set_source_files_properties(${webrtc_neon_SOURCES} PROPERTIES COMPILE_OPTIONS "-mfpu=neon;-mfloat-abi=hard") endif () if (WTF_CPU_MIPS) list(APPEND webrtc_SOURCES Source/webrtc/common_audio/signal_processing/complex_bit_reverse_mips.c Source/webrtc/common_audio/signal_processing/complex_fft_mips.c Source/webrtc/common_audio/signal_processing/cross_correlation_mips.c Source/webrtc/common_audio/signal_processing/downsample_fast_mips.c Source/webrtc/common_audio/signal_processing/filter_ar_fast_q12_mips.c Source/webrtc/common_audio/signal_processing/min_max_operations_mips.c Source/webrtc/common_audio/signal_processing/resample_by_2_mips.c Source/webrtc/common_audio/signal_processing/vector_scaling_operations_mips.c Source/webrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_mips.cc Source/webrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_mips.c Source/webrtc/modules/audio_processing/aecm/aecm_core_mips.cc ) list(APPEND vpx_SOURCES Source/third_party/libvpx/source/config/linux/loongarch/vpx_config.c Source/third_party/libvpx/source/libvpx/vp8/common/loongarch/idct_lsx.c Source/third_party/libvpx/source/libvpx/vp8/common/loongarch/loopfilter_filters_lsx.c Source/third_party/libvpx/source/libvpx/vp8/common/loongarch/sixtap_filter_lsx.c Source/third_party/libvpx/source/libvpx/vp8/encoder/loongarch/dct_lsx.c Source/third_party/libvpx/source/libvpx/vp8/encoder/loongarch/encodeopt_lsx.c Source/third_party/libvpx/source/libvpx/vp8/encoder/loongarch/vp8_quantize_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/avg_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/avg_pred_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/fwd_dct32x32_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/fwd_txfm_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/idct32x32_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/intrapred_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/loopfilter_16_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/loopfilter_4_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/loopfilter_8_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/quantize_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/sad_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/sub_pixel_variance_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/subtract_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/variance_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_avg_horiz_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_avg_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_avg_vert_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_horiz_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve8_vert_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve_avg_lsx.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loongarch/vpx_convolve_copy_lsx.c Source/third_party/libvpx/source/libvpx/vpx_ports/loongarch_cpudetect.c ) endif() if (APPLE) list(APPEND webrtc_SOURCES Source/third_party/libyuv/source/scale.cc Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH265.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderVTBVP9.mm Source/webrtc/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoEncoderVP9.mm Source/webrtc/common_video/h265/h265_pps_parser.cc Source/webrtc/common_video/h265/h265_vps_parser.cc Source/webrtc/common_video/h265/h265_sps_parser.cc Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH265.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm Source/webrtc/modules/video_coding/h265_vps_sps_pps_tracker.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9.cc Source/webrtc/common_video/h265/h265_common.cc Source/webrtc/modules/audio_device/mac/audio_device_mac.cc Source/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc Source/webrtc/modules/third_party/portaudio/pa_ringbuffer.c Source/webrtc/rtc_base/task_queue_gcd.cc Source/webrtc/rtc_base/mac_ifaddrs_converter.cc Source/webrtc/rtc_base/system/cocoa_threading.mm Source/webrtc/sdk/WebKit/WebKitUtilities.mm Source/webrtc/sdk/WebKit/WebKitVP9Decoder.cpp Source/webrtc/sdk/WebKit/WebKitDecoder.mm Source/webrtc/sdk/WebKit/WebKitEncoder.mm Source/webrtc/sdk/WebKit/WebKitDecoderReceiver.cpp Source/webrtc/sdk/objc/api/peerconnection/RTCVideoEncoderSettings+Private.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoCodecConstants.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoDecoderVP8.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoDecoderVP9.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoEncoderVP8.mm Source/webrtc/sdk/objc/api/video_codec/RTCWrappedNativeVideoDecoder.mm Source/webrtc/sdk/objc/api/video_codec/RTCWrappedNativeVideoEncoder.mm Source/webrtc/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.mm Source/webrtc/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.mm Source/webrtc/sdk/objc/base/RTCEncodedImage.m Source/webrtc/sdk/objc/base/RTCRtpFragmentationHeader.m Source/webrtc/sdk/objc/base/RTCVideoCodecInfo.m Source/webrtc/sdk/objc/base/RTCVideoEncoderQpThresholds.m Source/webrtc/sdk/objc/base/RTCVideoEncoderSettings.m Source/webrtc/sdk/objc/base/RTCVideoFrame.mm Source/webrtc/sdk/objc/components/video_codec/RTCH265ProfileLevelId.mm Source/webrtc/sdk/objc/components/video_codec/helpers.cc Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.cc Source/webrtc/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264.mm Source/webrtc/sdk/objc/components/video_codec/RTCDefaultVideoDecoderFactory.m Source/webrtc/sdk/objc/components/video_codec/RTCDefaultVideoEncoderFactory.m Source/webrtc/sdk/objc/components/video_codec/RTCH264ProfileLevelId.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderFactoryH264.m Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH264.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderFactoryH264.m Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm Source/webrtc/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.mm Source/webrtc/sdk/objc/native/api/video_decoder_factory.mm Source/webrtc/sdk/objc/native/api/video_encoder_factory.mm Source/webrtc/sdk/objc/native/api/video_frame.mm Source/webrtc/sdk/objc/native/src/objc_frame_buffer.mm Source/webrtc/sdk/objc/native/src/objc_video_decoder_factory.mm Source/webrtc/sdk/objc/native/src/objc_video_encoder_factory.mm Source/webrtc/sdk/objc/native/src/objc_video_frame.mm ) if (NOT WTF_CPU_X86_64) list(APPEND webrtc_SOURCES Source/third_party/libyuv/source/row_neon.cc Source/third_party/libyuv/source/rotate_neon64.cc Source/third_party/libyuv/source/row_neon64.cc Source/third_party/libyuv/source/compare_neon.cc Source/third_party/libyuv/source/scale_neon64.cc Source/third_party/libyuv/source/scale_neon.cc Source/third_party/libyuv/source/rotate_neon.cc Source/third_party/libyuv/source/compare_neon64.cc ) endif () set(webm_SOURCES Source/third_party/libwebm/m2ts/vpxpes_parser.cc Source/third_party/libwebm/m2ts/webm2pes_main.cc Source/third_party/libwebm/m2ts/webm2pes.cc Source/third_party/libwebm/m2ts/vpxpes2ts.cc Source/third_party/libwebm/m2ts/vpxpes2ts_main.cc Source/third_party/libwebm/sample_muxer_metadata.cc Source/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc Source/third_party/libwebm/mkvmuxer/mkvmuxer.cc Source/third_party/libwebm/vttdemux.cc Source/third_party/libwebm/webvtt/webvttparser.cc Source/third_party/libwebm/webvtt/vttreader.cc Source/third_party/libwebm/mkvparser_sample.cc Source/third_party/libwebm/common/libwebm_util.cc Source/third_party/libwebm/common/vp9_level_stats.cc Source/third_party/libwebm/common/hdr_util.cc Source/third_party/libwebm/common/vp9_header_parser.cc Source/third_party/libwebm/common/indent.cc Source/third_party/libwebm/common/file_util.cc Source/third_party/libwebm/common/video_frame.cc Source/third_party/libwebm/common/webm_endian.cc Source/third_party/libwebm/mkvparser/mkvreader.cc Source/third_party/libwebm/mkvparser/mkvparser.cc Source/third_party/libwebm/webm_parser/demo/demo.cc Source/third_party/libwebm/webm_parser/src/date_parser.cc Source/third_party/libwebm/webm_parser/src/bit_utils.cc Source/third_party/libwebm/webm_parser/src/skip_parser.cc Source/third_party/libwebm/webm_parser/src/id_element_parser.cc Source/third_party/libwebm/webm_parser/src/webm_parser.cc Source/third_party/libwebm/webm_parser/src/void_parser.cc Source/third_party/libwebm/webm_parser/src/unknown_parser.cc Source/third_party/libwebm/webm_parser/src/float_parser.cc Source/third_party/libwebm/webm_parser/src/master_parser.cc Source/third_party/libwebm/webm_parser/src/buffer_reader.cc Source/third_party/libwebm/webm_parser/src/block_parser.cc Source/third_party/libwebm/webm_parser/src/parser_utils.cc Source/third_party/libwebm/webm_parser/src/file_reader.cc Source/third_party/libwebm/webm_parser/src/virtual_block_parser.cc Source/third_party/libwebm/webm_parser/src/segment_parser.cc Source/third_party/libwebm/webm_parser/src/block_header_parser.cc Source/third_party/libwebm/webm_parser/src/callback.cc Source/third_party/libwebm/webm_parser/src/size_parser.cc Source/third_party/libwebm/webm_parser/src/ancestory.cc Source/third_party/libwebm/webm_parser/src/var_int_parser.cc Source/third_party/libwebm/webm_parser/src/istream_reader.cc Source/third_party/libwebm/webm_parser/src/id_parser.cc Source/third_party/libwebm/dumpvtt.cc Source/third_party/libwebm/webm_info.cc ) add_library(webm STATIC ${webm_SOURCES}) set(webm_INCLUDE_DIRECTORIES Source/third_party/libwebm Source/third_party/libwebm/mkvmuxer Source/third_party/libwebm/webm_parser Source/third_party/libwebm/webm_parser/include ) target_include_directories(webm PRIVATE ${webm_INCLUDE_DIRECTORIES}) target_compile_options(webm PRIVATE -std=c++17) set(webm_PRIVATE_HEADERS_DIR "${CMAKE_BINARY_DIR}/libwebrtc/PrivateHeaders/webm") file(MAKE_DIRECTORY ${webm_PRIVATE_HEADERS_DIR}) file(COPY Source/third_party/libwebm/mkvmuxer/mkvmuxer.h Source/third_party/libwebm/mkvmuxer/mkvmuxertypes.h Source/third_party/libwebm/mkvmuxer/mkvmuxerutil.h Source/third_party/libwebm/mkvmuxer/mkvwriter.h Source/third_party/libwebm/webm_parser/include/webm/callback.h Source/third_party/libwebm/webm_parser/include/webm/status.h Source/third_party/libwebm/common/vp9_header_parser.h Source/third_party/libwebm/common/webmids.h Source/third_party/libwebm/webm_parser/include/webm/dom_types.h Source/third_party/libwebm/webm_parser/include/webm/id.h Source/third_party/libwebm/webm_parser/include/webm/element.h Source/third_party/libwebm/webm_parser/include/webm/reader.h Source/third_party/libwebm/webm_parser/include/webm/webm_parser.h DESTINATION ${webm_PRIVATE_HEADERS_DIR}) set(libwebrtc_PRIVATE_HEADERS_DIR "${CMAKE_BINARY_DIR}/libwebrtc/PrivateHeaders/libwebrtc") file(MAKE_DIRECTORY ${libwebrtc_PRIVATE_HEADERS_DIR}) file(COPY Source/third_party/opus/src/include/opus_defines.h Source/third_party/opus/src/include/opus_types.h DESTINATION ${libwebrtc_PRIVATE_HEADERS_DIR}) else () find_package(Openh264) if (NOT Openh264_FOUND) message(WARNING "openh264 is not found, not building support.") set(WEBKIT_LIBWEBRTC_OPENH264_ENCODER 0) else() list(APPEND webrtc_SOURCES Source/webrtc/modules/video_capture/linux/device_info_linux.cc Source/webrtc/modules/video_capture/linux/device_info_v4l2.cc Source/webrtc/modules/video_capture/linux/video_capture_linux.cc Source/webrtc/modules/video_capture/linux/video_capture_v4l2.cc Source/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc Source/webrtc/system_wrappers/source/cpu_features_linux.cc ) set(WEBKIT_LIBWEBRTC_OPENH264_ENCODER 1) endif () add_definitions(-DWEBKIT_LIBWEBRTC_OPENH264_ENCODER=${WEBKIT_LIBWEBRTC_OPENH264_ENCODER}) configure_file(LibWebRTCWebKitMacros.h.in LibWebRTCWebKitMacros.h @ONLY) list(APPEND webrtc_SOURCES Source/third_party/boringssl/src/crypto/cpu_aarch64_linux.c Source/third_party/boringssl/src/crypto/cpu_arm_linux.c Source/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c Source/third_party/libyuv/source/compare.cc Source/third_party/libyuv/source/compare_neon.cc Source/third_party/libyuv/source/compare_neon64.cc Source/third_party/libyuv/source/rotate_neon.cc Source/third_party/libyuv/source/rotate_neon64.cc Source/third_party/libyuv/source/row_neon.cc Source/third_party/libyuv/source/row_neon64.cc Source/third_party/libyuv/source/scale.cc Source/third_party/libyuv/source/scale_neon.cc Source/third_party/libyuv/source/scale_neon64.cc Source/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc Source/webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc Source/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc Source/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc Source/webrtc/modules/video_coding/codecs/h264/h264.cc ) find_package(LibPulse) if (NOT LIBPULSE_FOUND) message(STATUS "libpulse is not found, not building support.") else() list(APPEND webrtc_SOURCES Source/webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc Source/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc Source/webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc ) endif () endif () add_library(webrtc STATIC ${webrtc_SOURCES}) target_compile_options(webrtc PRIVATE "$<$:-std=c++2b>" "-UHAVE_CONFIG_H" "-DWEBRTC_WEBKIT_BUILD=1" "-w" ) set_target_properties(webrtc PROPERTIES CXX_VISIBILITY_PRESET hidden) set_target_properties(webrtc PROPERTIES C_VISIBILITY_PRESET hidden) target_compile_definitions(webrtc PRIVATE DYNAMIC_ANNOTATIONS_ENABLED=1 EXPAT_RELATIVE_PATH HAVE_CONFIG_H HAVE_LRINT HAVE_LRINTF HAVE_NETINET_IN_H HAVE_SCTP HAVE_STDINT_H HAVE_STDLIB_H HAVE_UINT64_T HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE JSON_USE_EXCEPTION=0 NON_WINDOWS_DEFINE NO_MAIN_THREAD_WRAPPING OPENSSL_ASM OPUS_BUILD OPUS_EXPORT= RTC_ENABLE_VP9 VAR_ARRAYS WEBRTC_APM_DEBUG_DUMP=0 WEBRTC_CODEC_G711 WEBRTC_CODEC_G722 WEBRTC_CODEC_ILBC WEBRTC_CODEC_ISAC WEBRTC_CODEC_OPUS WEBRTC_CODEC_RED WEBRTC_HAVE_DCSCTP WEBRTC_HAVE_SCTP WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE WEBRTC_INTELLIGIBILITY_ENHANCER=0 WEBRTC_NS_FLOAT WEBRTC_OPUS_SUPPORT_120MS_PTIME=0 WEBRTC_OPUS_VARIABLE_COMPLEXITY=0 WEBRTC_USE_BUILTIN_OPUS=1 WEBRTC_POSIX WEBRTC_USE_BUILTIN_ISAC_FIX=1 WEBRTC_USE_BUILTIN_ISAC_FLOAT=0 WEBRTC_USE_H265=1 WTF_USE_DYNAMIC_ANNOTATIONS=1 _GNU_SOURCE HWAES ) if (APPLE) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_LITTLE_ENDIAN WEBRTC_MAC ) else () target_compile_definitions(webrtc PRIVATE SCTP_PROCESS_LEVEL_LOCKS SCTP_SIMPLE_ALLOCATOR SCTP_USE_OPENSSL_SHA1 WEBRTC_ENABLE_LINUX_ALSA WEBRTC_LINUX __Userspace__ __Userspace_os_Linux ) if (Openh264_FOUND) target_compile_definitions(webrtc PRIVATE WEBRTC_USE_H264 ) endif () endif () if (WTF_CPU_ARM) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_ARM=1 ) elseif (WTF_CPU_ARM64) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_ARM64=1 ) endif() set(webrtc_INCLUDE_DIRECTORIES PRIVATE Source Source/third_party/abseil-cpp Source/third_party/abseil-cpp/absl/types Source/third_party/boringssl/src/include Source/third_party/crc32c/config Source/third_party/crc32c/src/include Source/third_party/libsrtp/config Source/third_party/libsrtp/crypto/include Source/third_party/libsrtp/include Source/third_party/libyuv/include Source/third_party/opus/src/celt Source/third_party/opus/src/include Source/third_party/opus/src/silk Source/third_party/opus/src/silk/float Source/webrtc Source/webrtc/common_audio/resampler/include Source/webrtc/common_audio/signal_processing/include Source/webrtc/common_audio/vad/include Source/webrtc/modules/audio_coding/codecs/isac/main/include ) if (APPLE) list(APPEND webrtc_INCLUDE_DIRECTORIES PRIVATE Source/third_party/libvpx/source/libvpx Source/webrtc/sdk/objc Source/webrtc/sdk/objc/base Source/webrtc/sdk/objc/Framework/Classes Source/webrtc/sdk/objc/Framework/Headers ) else () target_link_libraries(webrtc ${LIBVPX_LIBRARY}) target_link_libraries(webrtc ${LIBEVENT_LIBRARY}) target_link_libraries(webrtc ${LIBOPUS_LIBRARY}) if (Openh264_FOUND) target_link_libraries(webrtc ${Openh264_LIBRARY}) endif () endif () target_include_directories(webrtc ${webrtc_INCLUDE_DIRECTORIES}) if (LIBPULSE_FOUND) target_include_directories(webrtc PRIVATE ${LibPulse_INCLUDE_DIRS}) target_compile_options(webrtc PRIVATE ${LibPulse_COMPILE_OPTIONS}) endif () # libsrtp package compilation set(libsrtp_SOURCES Source/third_party/libsrtp/crypto/cipher/aes_gcm_ossl.c Source/third_party/libsrtp/crypto/cipher/aes_icm_ossl.c Source/third_party/libsrtp/crypto/cipher/cipher.c Source/third_party/libsrtp/crypto/cipher/null_cipher.c Source/third_party/libsrtp/crypto/hash/auth.c Source/third_party/libsrtp/crypto/hash/hmac_ossl.c Source/third_party/libsrtp/crypto/hash/null_auth.c Source/third_party/libsrtp/crypto/kernel/alloc.c Source/third_party/libsrtp/crypto/kernel/crypto_kernel.c Source/third_party/libsrtp/crypto/kernel/err.c Source/third_party/libsrtp/crypto/kernel/key.c Source/third_party/libsrtp/crypto/math/datatypes.c Source/third_party/libsrtp/crypto/math/stat.c Source/third_party/libsrtp/crypto/replay/rdb.c Source/third_party/libsrtp/crypto/replay/rdbx.c Source/third_party/libsrtp/srtp/ekt.c Source/third_party/libsrtp/srtp/srtp.c ) add_library(libsrtp OBJECT ${libsrtp_SOURCES}) target_compile_options(libsrtp PRIVATE "-w" ) target_compile_definitions(libsrtp PRIVATE GCM HAVE_ARPA_INET_H HAVE_CONFIG_H HAVE_INT16_T HAVE_INT32_T HAVE_INT8_T HAVE_INTTYPES_H HAVE_NETINET_IN_H HAVE_STDINT_H HAVE_STDLIB_H HAVE_STRING_H HAVE_SYS_TYPES_H HAVE_UINT16_T HAVE_UINT32_T HAVE_UINT64_T HAVE_UINT8_T HAVE_UNISTD_H OPENSSL PACKAGE_STRING="libsrtp2 2.1.0-pre" PACKAGE_VERSION="2.1.0-pre" ) target_include_directories(libsrtp PRIVATE Source/third_party/boringssl/src/include Source/third_party/libsrtp Source/third_party/libsrtp/config Source/third_party/libsrtp/crypto/include Source/third_party/libsrtp/include ) if (APPLE) set(opus_SOURCES Source/third_party/opus/src/celt/kiss_fft.c Source/third_party/opus/src/celt/rate.c Source/third_party/opus/src/celt/mdct.c Source/third_party/opus/src/celt/cwrs.c Source/third_party/opus/src/celt/modes.c Source/third_party/opus/src/celt/celt_decoder.c Source/third_party/opus/src/celt/dump_modes/dump_modes.c Source/third_party/opus/src/celt/quant_bands.c Source/third_party/opus/src/celt/vq.c Source/third_party/opus/src/celt/mathops.c Source/third_party/opus/src/celt/celt_lpc.c Source/third_party/opus/src/celt/celt_encoder.c Source/third_party/opus/src/celt/pitch.c Source/third_party/opus/src/celt/laplace.c Source/third_party/opus/src/celt/entenc.c Source/third_party/opus/src/celt/entdec.c Source/third_party/opus/src/celt/entcode.c Source/third_party/opus/src/celt/bands.c Source/third_party/opus/src/celt/opus_custom_demo.c Source/third_party/opus/src/celt/celt.c Source/third_party/opus/src/silk/decode_parameters.c Source/third_party/opus/src/silk/gain_quant.c Source/third_party/opus/src/silk/VQ_WMat_EC.c Source/third_party/opus/src/silk/init_encoder.c Source/third_party/opus/src/silk/NLSF_encode.c Source/third_party/opus/src/silk/tables_pulses_per_block.c Source/third_party/opus/src/silk/check_control_input.c Source/third_party/opus/src/silk/control_audio_bandwidth.c Source/third_party/opus/src/silk/interpolate.c Source/third_party/opus/src/silk/NLSF_decode.c Source/third_party/opus/src/silk/control_codec.c Source/third_party/opus/src/silk/resampler.c Source/third_party/opus/src/silk/LPC_analysis_filter.c Source/third_party/opus/src/silk/stereo_LR_to_MS.c Source/third_party/opus/src/silk/tables_gain.c Source/third_party/opus/src/silk/PLC.c Source/third_party/opus/src/silk/quant_LTP_gains.c Source/third_party/opus/src/silk/NSQ.c Source/third_party/opus/src/silk/LPC_fit.c Source/third_party/opus/src/silk/table_LSF_cos.c Source/third_party/opus/src/silk/decode_indices.c Source/third_party/opus/src/silk/NLSF_unpack.c Source/third_party/opus/src/silk/stereo_find_predictor.c Source/third_party/opus/src/silk/shell_coder.c Source/third_party/opus/src/silk/LP_variable_cutoff.c Source/third_party/opus/src/silk/process_NLSFs.c Source/third_party/opus/src/silk/decode_core.c Source/third_party/opus/src/silk/pitch_est_tables.c Source/third_party/opus/src/silk/tables_pitch_lag.c Source/third_party/opus/src/silk/stereo_quant_pred.c Source/third_party/opus/src/silk/resampler_down2.c Source/third_party/opus/src/silk/ana_filt_bank_1.c Source/third_party/opus/src/silk/A2NLSF.c Source/third_party/opus/src/silk/sort.c Source/third_party/opus/src/silk/decode_pulses.c Source/third_party/opus/src/silk/NLSF_stabilize.c Source/third_party/opus/src/silk/resampler_private_AR2.c Source/third_party/opus/src/silk/tables_NLSF_CB_WB.c Source/third_party/opus/src/silk/resampler_private_IIR_FIR.c Source/third_party/opus/src/silk/dec_API.c Source/third_party/opus/src/silk/LPC_inv_pred_gain.c Source/third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c Source/third_party/opus/src/silk/sigm_Q15.c Source/third_party/opus/src/silk/NSQ_del_dec.c Source/third_party/opus/src/silk/debug.c Source/third_party/opus/src/silk/bwexpander.c Source/third_party/opus/src/silk/decode_frame.c Source/third_party/opus/src/silk/fixed/pitch_analysis_core_FIX.c Source/third_party/opus/src/silk/fixed/noise_shape_analysis_FIX.c Source/third_party/opus/src/silk/fixed/corrMatrix_FIX.c Source/third_party/opus/src/silk/fixed/schur64_FIX.c Source/third_party/opus/src/silk/fixed/LTP_scale_ctrl_FIX.c Source/third_party/opus/src/silk/fixed/burg_modified_FIX.c Source/third_party/opus/src/silk/fixed/vector_ops_FIX.c Source/third_party/opus/src/silk/fixed/residual_energy16_FIX.c Source/third_party/opus/src/silk/fixed/k2a_FIX.c Source/third_party/opus/src/silk/fixed/find_LPC_FIX.c Source/third_party/opus/src/silk/fixed/residual_energy_FIX.c Source/third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c Source/third_party/opus/src/silk/fixed/process_gains_FIX.c Source/third_party/opus/src/silk/fixed/encode_frame_FIX.c Source/third_party/opus/src/silk/fixed/LTP_analysis_filter_FIX.c Source/third_party/opus/src/silk/fixed/regularize_correlations_FIX.c Source/third_party/opus/src/silk/fixed/autocorr_FIX.c Source/third_party/opus/src/silk/fixed/find_LTP_FIX.c Source/third_party/opus/src/silk/fixed/apply_sine_window_FIX.c Source/third_party/opus/src/silk/fixed/k2a_Q16_FIX.c Source/third_party/opus/src/silk/fixed/schur_FIX.c Source/third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c Source/third_party/opus/src/silk/fixed/warped_autocorrelation_FIX.c Source/third_party/opus/src/silk/control_SNR.c Source/third_party/opus/src/silk/enc_API.c Source/third_party/opus/src/silk/stereo_decode_pred.c Source/third_party/opus/src/silk/encode_indices.c Source/third_party/opus/src/silk/HP_variable_cutoff.c Source/third_party/opus/src/silk/code_signs.c Source/third_party/opus/src/silk/log2lin.c Source/third_party/opus/src/silk/biquad_alt.c Source/third_party/opus/src/silk/tables_LTP.c Source/third_party/opus/src/silk/float/LPC_analysis_filter_FLP.c Source/third_party/opus/src/silk/float/LTP_analysis_filter_FLP.c Source/third_party/opus/src/silk/float/regularize_correlations_FLP.c Source/third_party/opus/src/silk/float/process_gains_FLP.c Source/third_party/opus/src/silk/float/inner_product_FLP.c Source/third_party/opus/src/silk/float/LPC_inv_pred_gain_FLP.c Source/third_party/opus/src/silk/float/find_pred_coefs_FLP.c Source/third_party/opus/src/silk/float/encode_frame_FLP.c Source/third_party/opus/src/silk/float/find_pitch_lags_FLP.c Source/third_party/opus/src/silk/float/schur_FLP.c Source/third_party/opus/src/silk/float/energy_FLP.c Source/third_party/opus/src/silk/float/sort_FLP.c Source/third_party/opus/src/silk/float/warped_autocorrelation_FLP.c Source/third_party/opus/src/silk/float/find_LTP_FLP.c Source/third_party/opus/src/silk/float/apply_sine_window_FLP.c Source/third_party/opus/src/silk/float/burg_modified_FLP.c Source/third_party/opus/src/silk/float/LTP_scale_ctrl_FLP.c Source/third_party/opus/src/silk/float/scale_copy_vector_FLP.c Source/third_party/opus/src/silk/float/scale_vector_FLP.c Source/third_party/opus/src/silk/float/pitch_analysis_core_FLP.c Source/third_party/opus/src/silk/float/noise_shape_analysis_FLP.c Source/third_party/opus/src/silk/float/bwexpander_FLP.c Source/third_party/opus/src/silk/float/corrMatrix_FLP.c Source/third_party/opus/src/silk/float/find_LPC_FLP.c Source/third_party/opus/src/silk/float/autocorrelation_FLP.c Source/third_party/opus/src/silk/float/wrappers_FLP.c Source/third_party/opus/src/silk/float/residual_energy_FLP.c Source/third_party/opus/src/silk/float/k2a_FLP.c Source/third_party/opus/src/silk/resampler_private_up2_HQ.c Source/third_party/opus/src/silk/NLSF_del_dec_quant.c Source/third_party/opus/src/silk/bwexpander_32.c Source/third_party/opus/src/silk/resampler_rom.c Source/third_party/opus/src/silk/resampler_private_down_FIR.c Source/third_party/opus/src/silk/NLSF_VQ_weights_laroia.c Source/third_party/opus/src/silk/resampler_down2_3.c Source/third_party/opus/src/silk/tables_other.c Source/third_party/opus/src/silk/CNG.c Source/third_party/opus/src/silk/NLSF_VQ.c Source/third_party/opus/src/silk/lin2log.c Source/third_party/opus/src/silk/stereo_encode_pred.c Source/third_party/opus/src/silk/NLSF2A.c Source/third_party/opus/src/silk/stereo_MS_to_LR.c Source/third_party/opus/src/silk/VAD.c Source/third_party/opus/src/silk/decode_pitch.c Source/third_party/opus/src/silk/decoder_set_fs.c Source/third_party/opus/src/silk/encode_pulses.c Source/third_party/opus/src/silk/inner_prod_aligned.c Source/third_party/opus/src/silk/init_decoder.c Source/third_party/opus/src/silk/sum_sqr_shift.c Source/third_party/opus/src/doc/trivial_example.c Source/third_party/opus/src/src/opus_demo.c Source/third_party/opus/src/src/mlp.c Source/third_party/opus/src/src/opus_decoder.c Source/third_party/opus/src/src/repacketizer_demo.c Source/third_party/opus/src/src/analysis.c Source/third_party/opus/src/src/opus_multistream_encoder.c Source/third_party/opus/src/src/opus_compare.c Source/third_party/opus/src/src/opus_multistream_decoder.c Source/third_party/opus/src/src/repacketizer.c Source/third_party/opus/src/src/opus.c Source/third_party/opus/src/src/opus_encoder.c Source/third_party/opus/src/src/mlp_data.c Source/third_party/opus/src/src/opus_multistream.c ) if (WTF_CPU_X86_64) list(APPEND opus_SOURCES Source/third_party/opus/src/celt/x86/vq_sse2.c Source/third_party/opus/src/celt/x86/pitch_sse4_1.c Source/third_party/opus/src/celt/x86/pitch_sse2.c Source/third_party/opus/src/celt/x86/x86cpu.c Source/third_party/opus/src/celt/x86/x86_celt_map.c Source/third_party/opus/src/celt/x86/pitch_sse.c Source/third_party/opus/src/silk/fixed/x86/prefilter_FIX_sse.c Source/third_party/opus/src/silk/x86/x86_silk_map.c ) endif () add_library(opus STATIC ${opus_SOURCES}) target_include_directories(opus PRIVATE Source/third_party/opus/src Source/third_party/opus/src/celt Source/third_party/opus/src/include Source/third_party/opus/src/silk Source/third_party/opus/src/silk/float Source/third_party/opus/src/src ) target_compile_options(opus PRIVATE "-UHAVE_CONFIG_H" "-DVAR_ARRAYS" "-DOPUS_BUILD" "-DOPUS_EXPORT=" "-DHAVE_LRINT HAVE_LRINTF" ) set(vpx_SOURCES Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_job_queue.c Source/third_party/libvpx/source/libvpx/vpxstats.c Source/third_party/libvpx/source/libvpx/args.c Source/third_party/libvpx/source/libvpx/tools/tiny_ssim.c Source/third_party/libvpx/source/libvpx/video_reader.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_mfqe.c Source/third_party/libvpx/source/libvpx/vp9/exports_dec Source/third_party/libvpx/source/libvpx/vp9/exports_enc Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_quant_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_postproc.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_scan.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_frame_buffers.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_reconinter.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropymode.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_filter.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropy.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_pred_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_loopfilter.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_idct.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_scale.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_reconintra.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_debugmodes.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_mvref_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropymv.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_rtcd.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c Source/third_party/libvpx/source/libvpx/rate_hist.c Source/third_party/libvpx/source/libvpx/vp8/exports_dec Source/third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c Source/third_party/libvpx/source/libvpx/vp8/exports_enc Source/third_party/libvpx/source/libvpx/vp8/encoder/firstpass.c Source/third_party/libvpx/source/libvpx/vp8/encoder/denoising.c Source/third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c Source/third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c Source/third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c Source/third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c Source/third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c Source/third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c Source/third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c Source/third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c Source/third_party/libvpx/source/libvpx/vp8/encoder/temporal_filter.c Source/third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c Source/third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c Source/third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c Source/third_party/libvpx/source/libvpx/vp8/encoder/dct.c Source/third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c Source/third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c Source/third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c Source/third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c Source/third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c Source/third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c Source/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c Source/third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c Source/third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c Source/third_party/libvpx/source/libvpx/vp8/decoder/threading.c Source/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c Source/third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c Source/third_party/libvpx/source/libvpx/vp8/common/alloccommon.c Source/third_party/libvpx/source/libvpx/vp8/common/reconintra.c Source/third_party/libvpx/source/libvpx/vp8/common/quant_common.c Source/third_party/libvpx/source/libvpx/vp8/common/findnearmv.c Source/third_party/libvpx/source/libvpx/vp8/common/debugmodes.c Source/third_party/libvpx/source/libvpx/vp8/common/idctllm.c Source/third_party/libvpx/source/libvpx/vp8/common/extend.c Source/third_party/libvpx/source/libvpx/vp8/common/entropymode.c Source/third_party/libvpx/source/libvpx/vp8/common/entropymv.c Source/third_party/libvpx/source/libvpx/vp8/common/idct_blk.c Source/third_party/libvpx/source/libvpx/vp8/common/postproc.c Source/third_party/libvpx/source/libvpx/vp8/common/filter.c Source/third_party/libvpx/source/libvpx/vp8/common/mfqe.c Source/third_party/libvpx/source/libvpx/vp8/common/vp8_skin_detection.c Source/third_party/libvpx/source/libvpx/vp8/common/vp8_loopfilter.c Source/third_party/libvpx/source/libvpx/vp8/common/rtcd.c Source/third_party/libvpx/source/libvpx/vp8/common/dequantize.c Source/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c Source/third_party/libvpx/source/libvpx/vp8/common/reconinter.c Source/third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.c Source/third_party/libvpx/source/libvpx/vp8/common/generic Source/third_party/libvpx/source/libvpx/vp8/common/generic/systemdependent.c Source/third_party/libvpx/source/libvpx/vp8/common/mbpitch.c Source/third_party/libvpx/source/libvpx/vp8/common/context.c Source/third_party/libvpx/source/libvpx/vp8/common/treecoder.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c Source/third_party/libvpx/source/libvpx/vp8/common/modecont.c Source/third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c Source/third_party/libvpx/source/libvpx/vp8/common/loopfilter_filters.c Source/third_party/libvpx/source/libvpx/vp8/common/entropy.c Source/third_party/libvpx/source/libvpx/vp8/common/blockd.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic Source/third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c Source/third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c Source/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c Source/third_party/libvpx/source/libvpx/vpx_dsp/subtract.c Source/third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loopfilter.c Source/third_party/libvpx/source/libvpx/vpx_dsp/fastssim.c Source/third_party/libvpx/source/libvpx/vpx_dsp/variance.c Source/third_party/libvpx/source/libvpx/vpx_dsp/prob.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c Source/third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c Source/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c Source/third_party/libvpx/source/libvpx/vpx_dsp/sum_squares.c Source/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c Source/third_party/libvpx/source/libvpx/vpx_dsp/deblock.c Source/third_party/libvpx/source/libvpx/vpx_dsp/psnrhvs.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c Source/third_party/libvpx/source/libvpx/vpx_dsp/intrapred.c Source/third_party/libvpx/source/libvpx/vpx_dsp/avg.c Source/third_party/libvpx/source/libvpx/vpx_dsp/skin_detection.c Source/third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c Source/third_party/libvpx/source/libvpx/vpx_dsp/sad.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c Source/third_party/libvpx/source/libvpx/vpx_dsp/psnr.c Source/third_party/libvpx/source/libvpx/vpx_dsp/fwd_txfm.c Source/third_party/libvpx/source/libvpx/y4minput.c Source/third_party/libvpx/source/libvpx/ivfenc.c Source/third_party/libvpx/source/libvpx/video_writer.c Source/third_party/libvpx/source/libvpx/y4menc.c Source/third_party/libvpx/source/libvpx/md5_utils.c Source/third_party/libvpx/source/libvpx/warnings.c Source/third_party/libvpx/source/libvpx/webmdec.cc Source/third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c Source/third_party/libvpx/source/libvpx/vpx_util/vpx_write_yuv_frame.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_image.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c Source/third_party/libvpx/source/libvpx/ivfdec.c Source/third_party/libvpx/source/libvpx/tools_common.c Source/third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c Source/third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c Source/third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_alt_ref_aq.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_360.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_complexity.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_variance.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_blockiness.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_extend.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ext_ratectrl.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_firstpass.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_frame_scale.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_lookahead.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mbgraph.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mcomp.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_non_greedy_mv.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ratectrl.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rd.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_resize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_segmentation.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_skin_detection.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_speed_features.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_subexp.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_svc_layercontext.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_temporal_filter.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c Source/third_party/libvpx/source/config/linux/ppc64/vpx_config.c Source/third_party/libvpx/source/libvpx/vp8/vp8_ratectrl_rtc.cc Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_tpl_model.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_tpl.c ) if (WTF_CPU_X86_64) list(APPEND vpx_SOURCES Source/third_party/libvpx/source/config/mac/x64/vpx_config.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/bilinear_filter_sse2.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_x86.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/vp8_asm_stubs.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/post_proc_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_ports/emms_mmx.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/highbd_temporal_filter_sse4.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/temporal_filter_sse4.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_avx2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c ) set(vpx_ASSEMBLY_SOURCES Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/copy_sse3.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/block_error_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/copy_sse2.asm ) foreach(_file ${vpx_ASSEMBLY_SOURCES}) get_filename_component(_name ${_file} NAME_WE) add_custom_command( OUTPUT ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o MAIN_DEPENDENCY ${_file} DEPENDS yasm COMMAND ${CMAKE_BINARY_DIR}/bin/yasm -fmacho64 ${CMAKE_CURRENT_SOURCE_DIR}/${_file} -I ${CMAKE_CURRENT_SOURCE_DIR}/Source/third_party/libvpx/source/libvpx -I ${CMAKE_CURRENT_SOURCE_DIR}/Source/third_party/libvpx/source/config/mac/x64 -o ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o VERBATIM) list(APPEND vpx_SOURCES ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o) endforeach() else () list(APPEND vpx_SOURCES Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_neon64.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_neon.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_neon64.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_neon.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_neon.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_neon64.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_neon.cc Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/copymem_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequant_idct_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/dequantizeb_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/idct_blk_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/iwalsh_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/sixtappredict_neon.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c Source/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/denoising_neon.c Source/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/fastquantizeb_neon.c Source/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/shortfdct_neon.c Source/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_highbd_iht16x16_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_highbd_iht4x4_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_highbd_iht8x8_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht16x16_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c Source/third_party/libvpx/source/libvpx/vp9/common/arm/neon/vp9_iht_neon.h Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_dct_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_denoiser_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_diamond_search_sad_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_error_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_frame_scale_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_highbd_error_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_highbd_temporal_filter_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_quantize_neon.c Source/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/vp9_temporal_filter_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/avg_pred_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/deblock_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct16x16_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct32x32_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct4x4_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct8x8_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/fdct_partial_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/hadamard_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_avg_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_avg_pred_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_hadamard_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_idct32x32_135_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_idct32x32_34_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_idct_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_intrapred_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_loopfilter_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_quantize_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_sad4d_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_sad_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_subpel_variance_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_variance_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_variance_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_vpx_convolve_avg_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/highbd_vpx_convolve_copy_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct16x16_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_135_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_34_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct4x4_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/idct_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon_asm.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/intrapred_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_16_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_4_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_8_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/loopfilter_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/mem_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/quantize_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sad4d_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sad_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/save_reg_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/subpel_variance_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/subtract_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sum_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/sum_squares_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/transpose_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/variance_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type1_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_horiz_filter_type2_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type1_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_avg_vert_filter_type2_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_horiz_filter_type1_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_horiz_filter_type2_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_asm.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon.h Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_neon_i8mm.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_vert_filter_type1_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve8_vert_filter_type2_neon.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon_asm.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon_asm.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon_dotprod.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_convolve_neon_i8mm.c Source/third_party/libvpx/source/libvpx/vpx_dsp/arm/vpx_scaled_convolve8_neon.c Source/third_party/libvpx/source/libvpx/vpx_ports/aarch32_cpudetect.c Source/third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c ) endif () add_library(vpx ${vpx_SOURCES}) set(vpx_INCLUDE_DIRECTORIES Source/third_party/libvpx/source/config Source/third_party/libvpx/source/libvpx Source/third_party/libyuv/include Source/third_party/libvpx/source/libvpx/third_party/libwebm ) if (WTF_CPU_X86_64) list(APPEND vpx_INCLUDE_DIRECTORIES Source/third_party/libvpx/source/config/mac/x64 ) target_compile_options(vpx PRIVATE -mavx2) else () # Use the linux configuration instead of iOS on Cocoa arm64 platforms. list(APPEND vpx_INCLUDE_DIRECTORIES Source/third_party/libvpx/source/config/linux/arm64-highbd ) endif () target_include_directories(vpx PRIVATE ${vpx_INCLUDE_DIRECTORIES}) add_library(yuv STATIC Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_jpeg.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/planar_functions.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_from.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_to_argb.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/video_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_to_i420.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_argb.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_argb.cc ) target_include_directories(yuv PRIVATE Source/third_party/libvpx/source/libvpx/third_party/libyuv/include Source/third_party/libyuv/include ) add_executable(yasm Source/third_party/yasm/x86cpu.c Source/third_party/yasm/nasm-version.c Source/third_party/yasm/plugins/x86/init_plugin.c Source/third_party/yasm/frontends/yasm/yasm.c Source/third_party/yasm/frontends/yasm/yasm-options.c Source/third_party/yasm/frontends/yasm/yasm-plugin.c Source/third_party/yasm/module.c Source/third_party/yasm/license.c Source/third_party/yasm/nasm-macros.c Source/third_party/yasm/nasm-token.c Source/third_party/yasm/modules/parsers/gas/gas-parse-intel.c Source/third_party/yasm/modules/parsers/gas/gas-parse.c Source/third_party/yasm/modules/parsers/gas/gas-parser.c Source/third_party/yasm/modules/parsers/nasm/nasm-parser.c Source/third_party/yasm/modules/parsers/nasm/nasm-parse.c Source/third_party/yasm/modules/objfmts/bin/bin-objfmt.c Source/third_party/yasm/modules/objfmts/macho/macho-objfmt.c Source/third_party/yasm/modules/objfmts/rdf/rdf-objfmt.c Source/third_party/yasm/modules/objfmts/xdf/xdf-objfmt.c Source/third_party/yasm/modules/arch/x86/x86arch.c Source/third_party/yasm/modules/arch/x86/x86expr.c Source/third_party/yasm/modules/arch/x86/x86bc.c Source/third_party/yasm/modules/arch/x86/x86id.c Source/third_party/yasm/modules/preprocs/gas/gas-preproc.c Source/third_party/yasm/modules/preprocs/gas/gas-eval.c Source/third_party/yasm/modules/preprocs/nasm/nasm-eval.c Source/third_party/yasm/modules/preprocs/nasm/nasmlib.c Source/third_party/yasm/modules/preprocs/nasm/nasm-pp.c Source/third_party/yasm/modules/preprocs/nasm/nasm-preproc.c Source/third_party/yasm/modules/preprocs/raw/raw-preproc.c Source/third_party/yasm/modules/listfmts/nasm/nasm-listfmt.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-info.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-aranges.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-line.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/null/null-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/stabs/stabs-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-type.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-symline.c Source/third_party/yasm/libyasm/bytecode.c Source/third_party/yasm/libyasm/inttree.c Source/third_party/yasm/libyasm/bc-incbin.c Source/third_party/yasm/libyasm/phash.c Source/third_party/yasm/libyasm/symrec.c Source/third_party/yasm/libyasm/strsep.c Source/third_party/yasm/libyasm/strcasecmp.c Source/third_party/yasm/libyasm/insn.c Source/third_party/yasm/libyasm/linemap.c Source/third_party/yasm/libyasm/assocdat.c Source/third_party/yasm/libyasm/hamt.c Source/third_party/yasm/libyasm/xstrdup.c Source/third_party/yasm/libyasm/intnum.c Source/third_party/yasm/libyasm/floatnum.c Source/third_party/yasm/libyasm/valparam.c Source/third_party/yasm/libyasm/xmalloc.c Source/third_party/yasm/libyasm/bc-align.c Source/third_party/yasm/libyasm/bc-org.c Source/third_party/yasm/libyasm/md5.c Source/third_party/yasm/libyasm/errwarn.c Source/third_party/yasm/libyasm/file.c Source/third_party/yasm/libyasm/bitvect.c Source/third_party/yasm/libyasm/mergesort.c Source/third_party/yasm/libyasm/value.c Source/third_party/yasm/libyasm/bc-data.c Source/third_party/yasm/libyasm/expr.c Source/third_party/yasm/libyasm/section.c Source/third_party/yasm/libyasm/bc-reserve.c Source/third_party/yasm/gas-token.c Source/third_party/yasm/x86regtmod.c ) target_include_directories(yasm PRIVATE Source/third_party/yasm ) target_compile_definitions(yasm PRIVATE PACKAGE_STRING="yasm 1.3.0" ) endif ()