blob: 1e6d48a64ff8d7e2028809dd7de8b4b6157d02d1 [file] [log] [blame]
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
find_package(LibVpx 1.7.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 ()
set(webrtc_SOURCES
Source/third_party/abseil-cpp/absl/base/dynamic_annotations.cc
Source/third_party/abseil-cpp/absl/base/internal/raw_logging.cc
Source/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc
Source/third_party/abseil-cpp/absl/strings/ascii.cc
Source/third_party/abseil-cpp/absl/strings/internal/memutil.cc
Source/third_party/abseil-cpp/absl/strings/match.cc
Source/third_party/abseil-cpp/absl/strings/string_view.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_enum.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_print.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/a_utf8.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_enum.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/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/asn1/time_support.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/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/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_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/cmac/cmac.c
Source/third_party/boringssl/src/crypto/conf/conf.c
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/cpu-arm.c
Source/third_party/boringssl/src/crypto/cpu-intel.c
Source/third_party/boringssl/src/crypto/cpu-ppc64le.c
Source/third_party/boringssl/src/crypto/crypto.c
Source/third_party/boringssl/src/crypto/curve25519/spake25519.c
Source/third_party/boringssl/src/crypto/dh/check.c
Source/third_party/boringssl/src/crypto/dh/dh.c
Source/third_party/boringssl/src/crypto/dh/dh_asn1.c
Source/third_party/boringssl/src/crypto/dh/params.c
Source/third_party/boringssl/src/crypto/digest_extra/digest_extra.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/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/digestsign.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_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_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/is_fips.c
Source/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c
Source/third_party/boringssl/src/crypto/hkdf/hkdf.c
Source/third_party/boringssl/src/crypto/hrss/hrss.c
Source/third_party/boringssl/src/crypto/lhash/lhash.c
Source/third_party/boringssl/src/crypto/mem.c
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/forkunsafe.c
Source/third_party/boringssl/src/crypto/rand_extra/fuchsia.c
Source/third_party/boringssl/src/crypto/rand_extra/rand_extra.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_c11.c
Source/third_party/boringssl/src/crypto/refcount_lock.c
Source/third_party/boringssl/src/crypto/rsa_extra/rsa_asn1.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/x509/a_digest.c
Source/third_party/boringssl/src/crypto/x509/a_sign.c
Source/third_party/boringssl/src/crypto/x509/a_strex.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/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/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_r2x.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_info.c
Source/third_party/boringssl/src/crypto/x509/x_name.c
Source/third_party/boringssl/src/crypto/x509/x_pkey.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/crypto/x509v3/pcy_cache.c
Source/third_party/boringssl/src/crypto/x509v3/pcy_data.c
Source/third_party/boringssl/src/crypto/x509v3/pcy_lib.c
Source/third_party/boringssl/src/crypto/x509v3/pcy_map.c
Source/third_party/boringssl/src/crypto/x509v3/pcy_node.c
Source/third_party/boringssl/src/crypto/x509v3/pcy_tree.c
Source/third_party/boringssl/src/crypto/x509v3/v3_akey.c
Source/third_party/boringssl/src/crypto/x509v3/v3_akeya.c
Source/third_party/boringssl/src/crypto/x509v3/v3_alt.c
Source/third_party/boringssl/src/crypto/x509v3/v3_bcons.c
Source/third_party/boringssl/src/crypto/x509v3/v3_bitst.c
Source/third_party/boringssl/src/crypto/x509v3/v3_conf.c
Source/third_party/boringssl/src/crypto/x509v3/v3_cpols.c
Source/third_party/boringssl/src/crypto/x509v3/v3_crld.c
Source/third_party/boringssl/src/crypto/x509v3/v3_enum.c
Source/third_party/boringssl/src/crypto/x509v3/v3_extku.c
Source/third_party/boringssl/src/crypto/x509v3/v3_genn.c
Source/third_party/boringssl/src/crypto/x509v3/v3_ia5.c
Source/third_party/boringssl/src/crypto/x509v3/v3_info.c
Source/third_party/boringssl/src/crypto/x509v3/v3_int.c
Source/third_party/boringssl/src/crypto/x509v3/v3_lib.c
Source/third_party/boringssl/src/crypto/x509v3/v3_ncons.c
Source/third_party/boringssl/src/crypto/x509v3/v3_ocsp.c
Source/third_party/boringssl/src/crypto/x509v3/v3_pci.c
Source/third_party/boringssl/src/crypto/x509v3/v3_pcia.c
Source/third_party/boringssl/src/crypto/x509v3/v3_pcons.c
Source/third_party/boringssl/src/crypto/x509v3/v3_pku.c
Source/third_party/boringssl/src/crypto/x509v3/v3_pmaps.c
Source/third_party/boringssl/src/crypto/x509v3/v3_prn.c
Source/third_party/boringssl/src/crypto/x509v3/v3_purp.c
Source/third_party/boringssl/src/crypto/x509v3/v3_skey.c
Source/third_party/boringssl/src/crypto/x509v3/v3_sxnet.c
Source/third_party/boringssl/src/crypto/x509v3/v3_utl.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/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_cert.cc
Source/third_party/boringssl/src/ssl/ssl_cipher.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/t1_lib.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/third_party/fiat/curve25519.c
Source/third_party/jsoncpp/source/src/lib_json/json_reader.cpp
Source/third_party/jsoncpp/source/src/lib_json/json_value.cpp
Source/third_party/jsoncpp/source/src/lib_json/json_writer.cpp
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/convert.cc
Source/third_party/libyuv/source/convert_argb.cc
Source/third_party/libyuv/source/convert_from.cc
Source/third_party/libyuv/source/convert_from_argb.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/compare_neon.cc
Source/third_party/libyuv/source/compare_neon64.cc
Source/third_party/libyuv/source/rotate.cc
Source/third_party/libyuv/source/rotate_any.cc
Source/third_party/libyuv/source/rotate_argb.cc
Source/third_party/libyuv/source/rotate_common.cc
Source/third_party/libyuv/source/rotate_gcc.cc
Source/third_party/libyuv/source/rotate_neon.cc
Source/third_party/libyuv/source/rotate_neon64.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_neon.cc
Source/third_party/libyuv/source/row_neon64.cc
Source/third_party/libyuv/source/scale.cc
Source/third_party/libyuv/source/scale_any.cc
Source/third_party/libyuv/source/scale_argb.cc
Source/third_party/libyuv/source/scale_common.cc
Source/third_party/libyuv/source/scale_gcc.cc
Source/third_party/libyuv/source/scale_neon.cc
Source/third_party/libyuv/source/scale_neon64.cc
Source/third_party/libyuv/source/video_common.cc
Source/third_party/pffft/src/pffft.c
Source/third_party/rnnoise/src/rnn_vad_weights.cc
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_asconf.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_auth.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_bsd_addr.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_callout.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_cc_functions.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_crc32.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_indata.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_input.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_output.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_pcb.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_peeloff.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sha1.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_ss_functions.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_sysctl.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_timer.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_usrreq.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctputil.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet6/sctp6_usrreq.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_environment.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_mbuf.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_recv_thread.c
Source/third_party/usrsctp/usrsctplib/usrsctplib/user_socket.c
Source/webrtc/api/audio/audio_frame.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_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/ilbc/audio_decoder_ilbc.cc
Source/webrtc/api/audio_codecs/ilbc/audio_encoder_ilbc.cc
Source/webrtc/api/audio_codecs/isac/audio_decoder_isac_fix.cc
Source/webrtc/api/audio_codecs/isac/audio_decoder_isac_float.cc
Source/webrtc/api/audio_codecs/isac/audio_encoder_isac_fix.cc
Source/webrtc/api/audio_codecs/isac/audio_encoder_isac_float.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_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/ice_transport_factory.cc
Source/webrtc/api/jsep.cc
Source/webrtc/api/jsep_ice_candidate.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/neteq.cc
Source/webrtc/api/neteq/tick_timer.cc
Source/webrtc/api/peer_connection_interface.cc
Source/webrtc/api/proxy.cc
Source/webrtc/api/rtc_error.cc
Source/webrtc/api/rtc_event_log_output_file.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/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/stats_types.cc
Source/webrtc/api/task_queue/default_task_queue_factory_stdlib.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/media/audio_transport.cc
Source/webrtc/api/transport/media/media_transport_config.cc
Source/webrtc/api/transport/media/media_transport_interface.cc
Source/webrtc/api/transport/media/video_transport.cc
Source/webrtc/api/transport/network_types.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/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/hdr_metadata.cc
Source/webrtc/api/video/i010_buffer.cc
Source/webrtc/api/video/i420_buffer.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_source_interface.cc
Source/webrtc/api/video/video_stream_decoder_create.cc
Source/webrtc/api/video/video_stream_encoder_create.cc
Source/webrtc/api/video/video_stream_encoder_observer.cc
Source/webrtc/api/video/video_timing.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/sdp_video_format.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_config.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/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_send.cc
Source/webrtc/audio/null_audio_poller.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/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/call_factory.cc
Source/webrtc/call/degraded_call.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/receive_time_calculator.cc
Source/webrtc/call/rtcp_demuxer.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_rtcp_demuxer_helper.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/simulated_network.cc
Source/webrtc/call/syncable.cc
Source/webrtc/call/video_receive_stream.cc
Source/webrtc/call/video_send_stream.cc
Source/webrtc/call/adaptation/encoder_settings.cc
Source/webrtc/call/adaptation/resource_adaptation_processor_interface.cc
Source/webrtc/call/adaptation/resource.cc
Source/webrtc/call/adaptation/resource_consumer.cc
Source/webrtc/call/adaptation/resource_consumer_configuration.cc
Source/webrtc/call/adaptation/video_source_restrictions.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/ring_buffer.c
Source/webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c
Source/webrtc/common_audio/signal_processing/auto_correlation.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/ilbc_specific_functions.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.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_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/spl_sqrt.c
Source/webrtc/common_audio/signal_processing/splitting_filter.c
Source/webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c
Source/webrtc/common_audio/signal_processing/vector_scaling_operations.c
Source/webrtc/common_audio/smoothing_filter.cc
Source/webrtc/common_audio/third_party/fft4g/fft4g.c
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/frame_rate_estimator.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/i420_buffer_pool.cc
Source/webrtc/common_video/incoming_video_stream.cc
Source/webrtc/common_video/libyuv/webrtc_libyuv.cc
Source/webrtc/common_video/video_frame_buffer.cc
Source/webrtc/common_video/video_render_frames.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_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_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_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/logged_events.cc
Source/webrtc/logging/rtc_event_log/rtc_event_log_impl.cc
Source/webrtc/logging/rtc_event_log/rtc_event_processor.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/h264_profile_level_id.cc
Source/webrtc/media/base/media_channel.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_data_engine.cc
Source/webrtc/media/base/rtp_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/base/vp9_profile.cc
Source/webrtc/media/engine/adm_helpers.cc
Source/webrtc/media/engine/constants.cc
Source/webrtc/media/engine/encoder_simulcast_proxy.cc
Source/webrtc/media/engine/internal_decoder_factory.cc
Source/webrtc/media/engine/internal_encoder_factory.cc
Source/webrtc/media/engine/multiplex_codec_factory.cc
Source/webrtc/media/engine/payload_type_mapper.cc
Source/webrtc/media/engine/simulcast.cc
Source/webrtc/media/engine/simulcast_encoder_adapter.cc
Source/webrtc/media/engine/unhandled_packets_buffer.cc
Source/webrtc/media/engine/webrtc_media_engine.cc
Source/webrtc/media/engine/webrtc_media_engine_defaults.cc
Source/webrtc/media/engine/webrtc_video_engine.cc
Source/webrtc/media/engine/webrtc_voice_engine.cc
Source/webrtc/media/sctp/sctp_transport.cc
Source/webrtc/modules/audio_coding/acm2/acm_receiver.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/frame_length_controller.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/ilbc/audio_decoder_ilbc.cc
Source/webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_bwe.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/filters.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/initialize.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c
Source/webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc
Source/webrtc/modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc
Source/webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/decode.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/decode_bwe.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/intialize.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/isac.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/isac_vad.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/lpc_tables.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/isac/main/source/pitch_gain_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/transform.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/default_neteq_factory.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_buffer.cc
Source/webrtc/modules/audio_coding/neteq/post_decode_vad.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/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/input_audio_file.cc
Source/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.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_generator.cc
Source/webrtc/modules/audio_device/audio_device_buffer.cc
Source/webrtc/modules/audio_device/audio_device_generic.cc
Source/webrtc/modules/audio_device/audio_device_impl.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_device_pulse_linux.cc
Source/webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc
Source/webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc
Source/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
Source/webrtc/modules/audio_device/linux/pulseaudiosymboltable_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_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/comfort_noise_generator.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/main_filter_update_gain.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/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/shadow_filter_update_gain.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/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/utility.cc
Source/webrtc/modules/audio_processing/agc/legacy/analog_agc.c
Source/webrtc/modules/audio_processing/agc/legacy/digital_agc.c
Source/webrtc/modules/audio_processing/agc/loudness_histogram.cc
Source/webrtc/modules/audio_processing/agc2/agc2_common.cc
Source/webrtc/modules/audio_processing/agc2/adaptive_agc.cc
Source/webrtc/modules/audio_processing/agc2/adaptive_digital_gain_applier.cc
Source/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator.cc
Source/webrtc/modules/audio_processing/agc2/adaptive_mode_level_estimator_agc.cc
Source/webrtc/modules/audio_processing/agc2/biquad_filter.cc
Source/webrtc/modules/audio_processing/agc2/compute_interpolated_gain_curve.cc
Source/webrtc/modules/audio_processing/agc2/down_sampler.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/interpolated_gain_curve.cc
Source/webrtc/modules/audio_processing/agc2/limiter.cc
Source/webrtc/modules/audio_processing/agc2/noise_level_estimator.cc
Source/webrtc/modules/audio_processing/agc2/noise_spectrum_estimator.cc
Source/webrtc/modules/audio_processing/agc2/rnn_vad/auto_correlation.cc
Source/webrtc/modules/audio_processing/agc2/rnn_vad/common.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/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/signal_classifier.cc
Source/webrtc/modules/audio_processing/agc2/vad_with_level.cc
Source/webrtc/modules/audio_processing/agc2/vector_float_frame.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/loudness_histogram.cc
Source/webrtc/modules/audio_processing/agc/utility.cc
Source/webrtc/modules/audio_processing/audio_buffer.cc
Source/webrtc/modules/audio_processing/audio_processing_impl.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_processing.cc
Source/webrtc/modules/audio_processing/include/audio_processing_statistics.cc
Source/webrtc/modules/audio_processing/include/config.cc
Source/webrtc/modules/audio_processing/level_estimator.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/test/conversational_speech/config.cc
Source/webrtc/modules/audio_processing/test/conversational_speech/timing.cc
Source/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/vad.cc
Source/webrtc/modules/audio_processing/three_band_filter_bank.cc
Source/webrtc/modules/audio_processing/transient/file_utils.cc
Source/webrtc/modules/audio_processing/transient/moving_moments.cc
Source/webrtc/modules/audio_processing/transient/transient_detector.cc
Source/webrtc/modules/audio_processing/transient/transient_suppressor.cc
Source/webrtc/modules/audio_processing/transient/wpd_node.cc
Source/webrtc/modules/audio_processing/transient/wpd_tree.cc
Source/webrtc/modules/audio_processing/typing_detection.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/ooura_fft.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/audio_processing/voice_detection.cc
Source/webrtc/modules/congestion_controller/bbr/bandwidth_sampler.cc
Source/webrtc/modules/congestion_controller/bbr/bbr_factory.cc
Source/webrtc/modules/congestion_controller/bbr/bbr_network_controller.cc
Source/webrtc/modules/congestion_controller/bbr/data_transfer_tracker.cc
Source/webrtc/modules/congestion_controller/bbr/loss_rate_filter.cc
Source/webrtc/modules/congestion_controller/bbr/rtt_stats.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/link_capacity_estimator.cc
Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc
Source/webrtc/modules/congestion_controller/goog_cc/median_slope_estimator.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/receive_side_congestion_controller.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/include/module_common_types.cc
Source/webrtc/modules/pacing/bitrate_prober.cc
Source/webrtc/modules/pacing/interval_budget.cc
Source/webrtc/modules/pacing/paced_sender.cc
Source/webrtc/modules/pacing/pacing_controller.cc
Source/webrtc/modules/pacing/packet_router.cc
Source/webrtc/modules/pacing/round_robin_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/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/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/remote_estimator_proxy.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_receiver.cc
Source/webrtc/modules/rtp_rtcp/source/absolute_capture_time_sender.cc
Source/webrtc/modules/rtp_rtcp/source/create_video_rtp_depacketizer.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/fec_test_helper.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/packet_loss_stats.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/app.cc
Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc
Source/webrtc/modules/rtp_rtcp/source/rtcp_packet.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/dlrr.cc
Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.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_extensions.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_header_extension_size.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_to_send.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_sender.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_utility.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_video_header.cc
Source/webrtc/modules/rtp_rtcp/source/source_tracker.cc
Source/webrtc/modules/rtp_rtcp/source/time_util.cc
Source/webrtc/modules/rtp_rtcp/source/tmmbr_help.cc
Source/webrtc/modules/rtp_rtcp/source/transformable_encoded_frame.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_impl.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_raw.cc
Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.cc
Source/webrtc/modules/third_party/g722/g722_decode.c
Source/webrtc/modules/third_party/g722/g722_encode.c
Source/webrtc/modules/utility/source/process_thread_impl.cc
Source/webrtc/modules/video_coding/codecs/h264/h264.cc
Source/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
Source/webrtc/modules/video_coding/codecs/vp8/libvpx_interface.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/vp9/svc_config.cc
Source/webrtc/modules/video_coding/codecs/vp9/svc_rate_allocator.cc
Source/webrtc/modules/video_coding/codecs/vp9/vp9_noop.cc
Source/webrtc/modules/video_coding/codec_timer.cc
Source/webrtc/modules/video_coding/decoder_database.cc
Source/webrtc/modules/video_coding/decoding_state.cc
Source/webrtc/modules/video_coding/encoded_frame.cc
Source/webrtc/modules/video_coding/fec_controller_default.cc
Source/webrtc/modules/video_coding/frame_buffer2.cc
Source/webrtc/modules/video_coding/frame_buffer.cc
Source/webrtc/modules/video_coding/frame_dependencies_calculator.cc
Source/webrtc/modules/video_coding/frame_object.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/histogram.cc
Source/webrtc/modules/video_coding/include/video_codec_interface.cc
Source/webrtc/modules/video_coding/inter_frame_delay.cc
Source/webrtc/modules/video_coding/jitter_buffer.cc
Source/webrtc/modules/video_coding/jitter_estimator.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_module.cc
Source/webrtc/modules/video_coding/packet_buffer.cc
Source/webrtc/modules/video_coding/packet.cc
Source/webrtc/modules/video_coding/receiver.cc
Source/webrtc/modules/video_coding/rtp_frame_reference_finder.cc
Source/webrtc/modules/video_coding/rtt_filter.cc
Source/webrtc/modules/video_coding/session_info.cc
Source/webrtc/modules/video_coding/timestamp_map.cc
Source/webrtc/modules/video_coding/timing.cc
Source/webrtc/modules/video_coding/unique_timestamp_counter.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.cc
Source/webrtc/modules/video_coding/utility/ivf_file_writer.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/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_receiver2.cc
Source/webrtc/modules/video_coding/video_receiver.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_transport_internal.cc
Source/webrtc/p2p/base/mdns_message.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_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/client/basic_port_allocator.cc
Source/webrtc/p2p/client/turn_port_factory.cc
Source/webrtc/pc/audio_rtp_receiver.cc
Source/webrtc/pc/audio_track.cc
Source/webrtc/pc/channel.cc
Source/webrtc/pc/channel_manager.cc
Source/webrtc/pc/composite_data_channel_transport.cc
Source/webrtc/pc/composite_rtp_transport.cc
Source/webrtc/pc/data_channel.cc
Source/webrtc/pc/data_channel_controller.cc
Source/webrtc/pc/datagram_rtp_transport.cc
Source/webrtc/pc/dtls_transport.cc
Source/webrtc/pc/dtls_srtp_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_controller.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/remote_audio_source.cc
Source/webrtc/pc/rtcp_mux_filter.cc
Source/webrtc/pc/rtc_stats_collector.cc
Source/webrtc/pc/rtc_stats_traversal.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_transport.cc
Source/webrtc/pc/sctp_data_channel_transport.cc
Source/webrtc/pc/sctp_transport.cc
Source/webrtc/pc/sctp_utils.cc
Source/webrtc/pc/sdp_serializer.cc
Source/webrtc/pc/sdp_utils.cc
Source/webrtc/pc/session_description.cc
Source/webrtc/pc/simulcast_description.cc
Source/webrtc/pc/srtp_filter.cc
Source/webrtc/pc/srtp_session.cc
Source/webrtc/pc/srtp_transport.cc
Source/webrtc/pc/stats_collector.cc
Source/webrtc/pc/track_media_info_map.cc
Source/webrtc/pc/transport_stats.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/webrtc_sdp.cc
Source/webrtc/pc/webrtc_session_description_factory.cc
Source/webrtc/rtc_base/async_invoker.cc
Source/webrtc/rtc_base/async_packet_socket.cc
Source/webrtc/rtc_base/async_resolver_interface.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/buffer_queue.cc
Source/webrtc/rtc_base/byte_buffer.cc
Source/webrtc/rtc_base/checks.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/critical_section.cc
Source/webrtc/rtc_base/crypt_string.cc
Source/webrtc/rtc_base/data_rate_limiter.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/cpu_speed_experiment.cc
Source/webrtc/rtc_base/experiments/experimental_screenshare_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/jitter_upper_bound_experiment.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_rampup_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/rtt_mult_experiment.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/helpers.cc
Source/webrtc/rtc_base/http_common.cc
Source/webrtc/rtc_base/ifaddrs_android.cc
Source/webrtc/rtc_base/ifaddrs_converter.cc
Source/webrtc/rtc_base/ip_address.cc
Source/webrtc/rtc_base/location.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/message_handler.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_monitor.cc
Source/webrtc/rtc_base/network/sent_packet.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/samples_stats_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_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_info.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/signal_thread.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/socket_stream.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/strings/audio_format_to_string.cc
Source/webrtc/rtc_base/strings/string_builder.cc
Source/webrtc/rtc_base/string_to_number.cc
Source/webrtc/rtc_base/string_utils.cc
Source/webrtc/rtc_base/synchronization/rw_lock_posix.cc
Source/webrtc/rtc_base/synchronization/rw_lock_wrapper.cc
Source/webrtc/rtc_base/synchronization/sequence_checker.cc
Source/webrtc/rtc_base/synchronization/yield_policy.cc
Source/webrtc/rtc_base/system/file_wrapper.cc
Source/webrtc/rtc_base/task_queue.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/timestamp_extrapolator.cc
Source/webrtc/rtc_base/timestamp_aligner.cc
Source/webrtc/rtc_base/time_utils.cc
Source/webrtc/rtc_base/unique_id_generator.cc
Source/webrtc/rtc_base/weak_ptr.cc
Source/webrtc/rtc_base/zero_memory.cc
Source/webrtc/rtc_tools/rtp_generator/rtp_generator.cc
Source/webrtc/stats/rtc_stats.cc
Source/webrtc/stats/rtcstats_objects.cc
Source/webrtc/stats/rtc_stats_report.cc
Source/webrtc/system_wrappers/source/clock.cc
Source/webrtc/system_wrappers/source/cpu_features.cc
Source/webrtc/system_wrappers/source/cpu_info.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/test/encoder_settings.cc
Source/webrtc/test/field_trial.cc
Source/webrtc/test/testsupport/file_utils.cc
Source/webrtc/video/adaptation/adaptation_counters.cc
Source/webrtc/video/adaptation/encode_usage_resource.cc
Source/webrtc/video/adaptation/overuse_frame_detector.cc
Source/webrtc/video/adaptation/quality_scaler_resource.cc
Source/webrtc/video/adaptation/resource_adaptation_processor.cc
Source/webrtc/video/adaptation/video_stream_adapter.cc
Source/webrtc/video/buffered_frame_decryptor.cc
Source/webrtc/video/call_stats.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_dumping_decoder.cc
Source/webrtc/video/frame_encode_metadata_writer.cc
Source/webrtc/video/quality_limitation_reason_tracker.cc
Source/webrtc/video/quality_threshold.cc
Source/webrtc/video/receive_statistics_proxy.cc
Source/webrtc/video/report_block_stats.cc
Source/webrtc/video/rtp_streams_synchronizer.cc
Source/webrtc/video/rtp_video_stream_receiver.cc
Source/webrtc/video/rtp_video_stream_receiver_frame_transformer_delegate.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/transport_adapter.cc
Source/webrtc/video/video_quality_observer.cc
Source/webrtc/video/video_receive_stream.cc
Source/webrtc/video/video_send_stream.cc
Source/webrtc/video/video_send_stream_impl.cc
Source/webrtc/video/video_source_sink_controller.cc
Source/webrtc/video/video_stream_decoder.cc
Source/webrtc/video/video_stream_decoder_impl.cc
Source/webrtc/video/video_stream_encoder.cc
$<TARGET_OBJECTS:libsrtp>
)
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/modules/audio_processing/utility/ooura_fft_sse2.cc
Source/webrtc/modules/video_processing/util/denoiser_filter_sse2.cc
)
endif()
add_library(webrtc STATIC ${webrtc_SOURCES})
target_compile_options(webrtc PRIVATE
"$<$<COMPILE_LANGUAGE:CXX>:-std=gnu++11>"
"-UHAVE_CONFIG_H"
"-DWEBRTC_WEBKIT_BUILD=1"
"-w"
)
target_compile_definitions(webrtc PRIVATE
OPENSSL_NO_ASM
DYNAMIC_ANNOTATIONS_ENABLED=1
EXPAT_RELATIVE_PATH
HAVE_LRINT
HAVE_LRINTF
HAVE_NETINET_IN_H
HAVE_SCTP
HAVE_WEBRTC_VIDEO
HAVE_WEBRTC_VOICE
JSON_USE_EXCEPTION=0
NON_WINDOWS_DEFINE
OPUS_BUILD
OPUS_EXPORT=
SCTP_PROCESS_LEVEL_LOCKS
SCTP_SIMPLE_ALLOCATOR
SCTP_USE_OPENSSL_SHA1
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_INCLUDE_INTERNAL_AUDIO_DEVICE
WEBRTC_INTELLIGIBILITY_ENHANCER=0
WEBRTC_LINUX
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
WTF_USE_DYNAMIC_ANNOTATIONS=1
LINUX_ALSA
RTC_DISABLE_VP9
_GNU_SOURCE
__Userspace__
__Userspace_os_Linux
)
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()
target_include_directories(webrtc PRIVATE
Source
Source/third_party/abseil-cpp
Source/third_party/boringssl/src/include
Source/third_party/jsoncpp/generated
Source/third_party/jsoncpp/overrides/include
Source/third_party/jsoncpp/source/include
Source/third_party/jsoncpp/source/src/lib_json
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/third_party/usrsctp
Source/third_party/usrsctp/usrsctplib
Source/third_party/usrsctp/usrsctplib/usrsctplib
Source/third_party/usrsctp/usrsctplib/usrsctplib/netinet
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
)
target_link_libraries(webrtc ${LIBVPX_LIBRARY})
target_link_libraries(webrtc ${LIBEVENT_LIBRARY})
target_link_libraries(webrtc ${LIBOPUS_LIBRARY})
# 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
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
)