blob: 1fb14f5027f1af51b17fec4a2097ca288670cc2f [file] [log] [blame]
set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
find_package(Vpx 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(Opus 1.3)
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/boringssl/src/third_party/sike/asm/fp_generic.c
Source/third_party/boringssl/src/third_party/sike/curve_params.c
Source/third_party/boringssl/src/third_party/sike/fpx.c
Source/third_party/boringssl/src/third_party/sike/isogeny.c
Source/third_party/boringssl/src/third_party/sike/sike.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/rnnoise/src/kiss_fft.cc
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_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_opus.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/cryptooptions.cc
Source/webrtc/api/datachannelinterface.cc
Source/webrtc/api/jsep.cc
Source/webrtc/api/jsepicecandidate.cc
Source/webrtc/api/mediaconstraintsinterface.cc
Source/webrtc/api/mediastreaminterface.cc
Source/webrtc/api/mediatypes.cc
Source/webrtc/api/media_transport_interface.cc
Source/webrtc/api/peerconnectioninterface.cc
Source/webrtc/api/proxy.cc
Source/webrtc/api/rtcerror.cc
Source/webrtc/api/rtp_headers.cc
Source/webrtc/api/rtpparameters.cc
Source/webrtc/api/rtpreceiverinterface.cc
Source/webrtc/api/rtpsenderinterface.cc
Source/webrtc/api/rtptransceiverinterface.cc
Source/webrtc/api/statstypes.cc
Source/webrtc/api/transport/bitrate_settings.cc
Source/webrtc/api/transport/goog_cc_factory.cc
Source/webrtc/api/transport/network_types.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_image.cc
Source/webrtc/api/video/encoded_frame.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_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/video_decoder_factory.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/create_vp8_temporal_layers.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_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/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/transport_feedback_packet_loss_tracker.cc
Source/webrtc/audio/utility/audio_frame_operations.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/callfactory.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/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/sparse_fir_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/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_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_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/icelogger.cc
Source/webrtc/logging/rtc_event_log/output/rtc_event_log_output_file.cc
Source/webrtc/logging/rtc_event_log/rtc_event_log.cc
Source/webrtc/logging/rtc_event_log/rtc_event_log_factory.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/adaptedvideotracksource.cc
Source/webrtc/media/base/codec.cc
Source/webrtc/media/base/h264_profile_level_id.cc
Source/webrtc/media/base/mediachannel.cc
Source/webrtc/media/base/mediaconstants.cc
Source/webrtc/media/base/mediaengine.cc
Source/webrtc/media/base/rtpdataengine.cc
Source/webrtc/media/base/rtputils.cc
Source/webrtc/media/base/streamparams.cc
Source/webrtc/media/base/turnutils.cc
Source/webrtc/media/base/videoadapter.cc
Source/webrtc/media/base/videobroadcaster.cc
Source/webrtc/media/base/videocapturer.cc
Source/webrtc/media/base/videocommon.cc
Source/webrtc/media/base/videosourcebase.cc
Source/webrtc/media/base/vp9_profile.cc
Source/webrtc/media/engine/adm_helpers.cc
Source/webrtc/media/engine/apm_helpers.cc
Source/webrtc/media/engine/constants.cc
Source/webrtc/media/engine/convert_legacy_video_factory.cc
Source/webrtc/media/engine/internaldecoderfactory.cc
Source/webrtc/media/engine/internalencoderfactory.cc
Source/webrtc/media/engine/payload_type_mapper.cc
Source/webrtc/media/engine/scopedvideodecoder.cc
Source/webrtc/media/engine/scopedvideoencoder.cc
Source/webrtc/media/engine/simulcast.cc
Source/webrtc/media/engine/simulcast_encoder_adapter.cc
Source/webrtc/media/engine/vp8_encoder_simulcast_proxy.cc
Source/webrtc/media/engine/webrtcmediaengine.cc
Source/webrtc/media/engine/webrtcvideocapturer.cc
Source/webrtc/media/engine/webrtcvideocapturerfactory.cc
Source/webrtc/media/engine/webrtcvideodecoderfactory.cc
Source/webrtc/media/engine/webrtcvideoencoderfactory.cc
Source/webrtc/media/engine/webrtcvideoengine.cc
Source/webrtc/media/engine/webrtcvoiceengine.cc
Source/webrtc/media/sctp/sctptransport.cc
Source/webrtc/modules/audio_coding/acm2/acm_codec_database.cc
Source/webrtc/modules/audio_coding/acm2/acm_receiver.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/acm2/rent_a_codec.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/fec_controller_rplr_based.cc
Source/webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc
Source/webrtc/modules/audio_coding/codecs/audio_format_conversion.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/abs_quant.c
Source/webrtc/modules/audio_coding/codecs/ilbc/abs_quant_loop.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/ilbc/augmented_cb_corr.c
Source/webrtc/modules/audio_coding/codecs/ilbc/bw_expand.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_construct.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_search.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.c
Source/webrtc/modules/audio_coding/codecs/ilbc/cb_update_best_index.c
Source/webrtc/modules/audio_coding/codecs/ilbc/chebyshev.c
Source/webrtc/modules/audio_coding/codecs/ilbc/comp_corr.c
Source/webrtc/modules/audio_coding/codecs/ilbc/constants.c
Source/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.c
Source/webrtc/modules/audio_coding/codecs/ilbc/decode.c
Source/webrtc/modules/audio_coding/codecs/ilbc/decode_residual.c
Source/webrtc/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c
Source/webrtc/modules/audio_coding/codecs/ilbc/do_plc.c
Source/webrtc/modules/audio_coding/codecs/ilbc/encode.c
Source/webrtc/modules/audio_coding/codecs/ilbc/energy_inverse.c
Source/webrtc/modules/audio_coding/codecs/ilbc/enh_upsample.c
Source/webrtc/modules/audio_coding/codecs/ilbc/enhancer.c
Source/webrtc/modules/audio_coding/codecs/ilbc/enhancer_interface.c
Source/webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c
Source/webrtc/modules/audio_coding/codecs/ilbc/frame_classify.c
Source/webrtc/modules/audio_coding/codecs/ilbc/gain_dequant.c
Source/webrtc/modules/audio_coding/codecs/ilbc/gain_quant.c
Source/webrtc/modules/audio_coding/codecs/ilbc/get_cd_vec.c
Source/webrtc/modules/audio_coding/codecs/ilbc/get_lsp_poly.c
Source/webrtc/modules/audio_coding/codecs/ilbc/get_sync_seq.c
Source/webrtc/modules/audio_coding/codecs/ilbc/hp_input.c
Source/webrtc/modules/audio_coding/codecs/ilbc/hp_output.c
Source/webrtc/modules/audio_coding/codecs/ilbc/ilbc.c
Source/webrtc/modules/audio_coding/codecs/ilbc/index_conv_dec.c
Source/webrtc/modules/audio_coding/codecs/ilbc/index_conv_enc.c
Source/webrtc/modules/audio_coding/codecs/ilbc/init_decode.c
Source/webrtc/modules/audio_coding/codecs/ilbc/init_encode.c
Source/webrtc/modules/audio_coding/codecs/ilbc/interpolate.c
Source/webrtc/modules/audio_coding/codecs/ilbc/interpolate_samples.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lpc_encode.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsf_check.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_lsp.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsf_to_poly.c
Source/webrtc/modules/audio_coding/codecs/ilbc/lsp_to_lsf.c
Source/webrtc/modules/audio_coding/codecs/ilbc/my_corr.c
Source/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.c
Source/webrtc/modules/audio_coding/codecs/ilbc/pack_bits.c
Source/webrtc/modules/audio_coding/codecs/ilbc/poly_to_lsf.c
Source/webrtc/modules/audio_coding/codecs/ilbc/poly_to_lsp.c
Source/webrtc/modules/audio_coding/codecs/ilbc/refiner.c
Source/webrtc/modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c
Source/webrtc/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c
Source/webrtc/modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c
Source/webrtc/modules/audio_coding/codecs/ilbc/simple_lsf_quant.c
Source/webrtc/modules/audio_coding/codecs/ilbc/smooth.c
Source/webrtc/modules/audio_coding/codecs/ilbc/smooth_out_data.c
Source/webrtc/modules/audio_coding/codecs/ilbc/sort_sq.c
Source/webrtc/modules/audio_coding/codecs/ilbc/split_vq.c
Source/webrtc/modules/audio_coding/codecs/ilbc/state_construct.c
Source/webrtc/modules/audio_coding/codecs/ilbc/state_search.c
Source/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.c
Source/webrtc/modules/audio_coding/codecs/ilbc/unpack_bits.c
Source/webrtc/modules/audio_coding/codecs/ilbc/vq3.c
Source/webrtc/modules/audio_coding/codecs/ilbc/vq4.c
Source/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.c
Source/webrtc/modules/audio_coding/codecs/ilbc/xcorr_coef.c
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/locked_bandwidth_info.cc
Source/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c
Source/webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.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/legacy_encoded_audio_frame.h
Source/webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc
Source/webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc
Source/webrtc/modules/audio_coding/codecs/opus/opus_interface.c
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_manager.cc
Source/webrtc/modules/audio_coding/neteq/delay_peak_detector.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/merge.cc
Source/webrtc/modules/audio_coding/neteq/nack_tracker.cc
Source/webrtc/modules/audio_coding/neteq/neteq.cc
Source/webrtc/modules/audio_coding/neteq/neteq_decoder_enum.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/tick_timer.cc
Source/webrtc/modules/audio_coding/neteq/time_stretch.cc
Source/webrtc/modules/audio_coding/neteq/timestamp_scaler.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/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/aec/aec_core.cc
Source/webrtc/modules/audio_processing/aec/aec_resampler.cc
Source/webrtc/modules/audio_processing/aec/echo_cancellation.cc
Source/webrtc/modules/audio_processing/aec3/adaptive_fir_filter.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/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/cascaded_biquad_filter.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/downsampled_render_buffer.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/frame_blocker.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/matrix_buffer.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/shadow_filter_update_gain.cc
Source/webrtc/modules/audio_processing/aec3/subtractor.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/vector_buffer.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/features_extraction.cc
Source/webrtc/modules/audio_processing/agc2/rnn_vad/fft_util.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/audio_buffer.cc
Source/webrtc/modules/audio_processing/audio_processing_impl.cc
Source/webrtc/modules/audio_processing/echo_cancellation_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_for_experimental_agc.cc
Source/webrtc/modules/audio_processing/gain_control_impl.cc
Source/webrtc/modules/audio_processing/gain_controller2.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_impl.cc
Source/webrtc/modules/audio_processing/logging/apm_data_dumper.cc
Source/webrtc/modules/audio_processing/low_cut_filter.cc
Source/webrtc/modules/audio_processing/noise_suppression_impl.cc
Source/webrtc/modules/audio_processing/ns/noise_suppression.c
Source/webrtc/modules/audio_processing/ns/ns_core.c
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/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/block_mean_calculator.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/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_impl.cc
Source/webrtc/modules/bitrate_controller/bitrate_controller_impl.cc
Source/webrtc/modules/bitrate_controller/loss_based_bandwidth_estimation.cc
Source/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.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/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/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/trendline_estimator.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/send_side_congestion_controller.cc
Source/webrtc/modules/congestion_controller/rtp/send_time_history.cc
Source/webrtc/modules/congestion_controller/rtp/transport_feedback_adapter.cc
Source/webrtc/modules/congestion_controller/send_side_congestion_controller.cc
Source/webrtc/modules/congestion_controller/transport_feedback_adapter.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/packet_router.cc
Source/webrtc/modules/pacing/round_robin_packet_queue.cc
Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc
Source/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h
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/rtp_rtcp_defines.cc
Source/webrtc/modules/rtp_rtcp/source/contributing_sources.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_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/playout_delay_oracle.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/rtp_header_extensions.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_header_extension_size.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/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/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/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_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_parser.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.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc
Source/webrtc/modules/rtp_rtcp/source/rtp_sender_video.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/time_util.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_impl.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/utility/source/process_thread_impl.cc
Source/webrtc/modules/video_capture/device_info_impl.cc
Source/webrtc/modules/video_capture/external/device_info_external.cc
Source/webrtc/modules/video_capture/external/video_capture_external.cc
Source/webrtc/modules/video_capture/linux/device_info_linux.cc
Source/webrtc/modules/video_capture/linux/video_capture_linux.cc
Source/webrtc/modules/video_capture/video_capture_factory.cc
Source/webrtc/modules/video_capture/video_capture_impl.cc
Source/webrtc/modules/video_coding/codec_timer.cc
Source/webrtc/modules/video_coding/codecs/h264/h264.cc
Source/webrtc/modules/video_coding/codecs/i420/i420.cc
Source/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc
Source/webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc
Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc
Source/webrtc/modules/video_coding/codecs/vp8/libvpx_interface.cc
Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers_checker.cc
Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.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/decoder_database.cc
Source/webrtc/modules/video_coding/decoding_state.cc
Source/webrtc/modules/video_coding/encoded_frame.cc
Source/webrtc/modules/video_coding/encoder_database.cc
Source/webrtc/modules/video_coding/fec_controller_default.cc
Source/webrtc/modules/video_coding/frame_buffer.cc
Source/webrtc/modules/video_coding/frame_buffer2.cc
Source/webrtc/modules/video_coding/frame_object.cc
Source/webrtc/modules/video_coding/generic_decoder.cc
Source/webrtc/modules/video_coding/generic_encoder.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/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/media_opt_util.cc
Source/webrtc/modules/video_coding/media_optimization.cc
Source/webrtc/modules/video_coding/nack_module.cc
Source/webrtc/modules/video_coding/packet.cc
Source/webrtc/modules/video_coding/packet_buffer.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/utility/default_video_bitrate_allocator.cc
Source/webrtc/modules/video_coding/utility/frame_dropper.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/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_sender.cc
Source/webrtc/modules/video_processing/util/denoiser_filter.cc
Source/webrtc/modules/video_processing/util/denoiser_filter_c.cc
Source/webrtc/modules/video_processing/util/noise_estimation.cc
Source/webrtc/modules/video_processing/util/skin_detection.cc
Source/webrtc/modules/video_processing/video_denoiser.cc
Source/webrtc/p2p/base/asyncstuntcpsocket.cc
Source/webrtc/p2p/base/basicasyncresolverfactory.cc
Source/webrtc/p2p/base/basicpacketsocketfactory.cc
Source/webrtc/p2p/base/dtlstransport.cc
Source/webrtc/p2p/base/dtlstransportinternal.cc
Source/webrtc/p2p/base/icecredentialsiterator.cc
Source/webrtc/p2p/base/icetransportinternal.cc
Source/webrtc/p2p/base/p2pconstants.cc
Source/webrtc/p2p/base/p2ptransportchannel.cc
Source/webrtc/p2p/base/packetlossestimator.cc
Source/webrtc/p2p/base/packetsocketfactory.cc
Source/webrtc/p2p/base/packettransportinternal.cc
Source/webrtc/p2p/base/port.cc
Source/webrtc/p2p/base/portallocator.cc
Source/webrtc/p2p/base/portinterface.cc
Source/webrtc/p2p/base/pseudotcp.cc
Source/webrtc/p2p/base/regatheringcontroller.cc
Source/webrtc/p2p/base/relayport.cc
Source/webrtc/p2p/base/relayserver.cc
Source/webrtc/p2p/base/stun.cc
Source/webrtc/p2p/base/stunport.cc
Source/webrtc/p2p/base/stunrequest.cc
Source/webrtc/p2p/base/stunserver.cc
Source/webrtc/p2p/base/tcpport.cc
Source/webrtc/p2p/base/transportdescription.cc
Source/webrtc/p2p/base/transportdescriptionfactory.cc
Source/webrtc/p2p/base/turnport.cc
Source/webrtc/p2p/base/turnserver.cc
Source/webrtc/p2p/client/basicportallocator.cc
Source/webrtc/p2p/client/turnportfactory.cc
Source/webrtc/p2p/stunprober/stunprober.cc
Source/webrtc/pc/audiotrack.cc
Source/webrtc/pc/channel.cc
Source/webrtc/pc/channelmanager.cc
Source/webrtc/pc/datachannel.cc
Source/webrtc/pc/dtlssrtptransport.cc
Source/webrtc/pc/dtmfsender.cc
Source/webrtc/pc/externalhmac.cc
Source/webrtc/pc/iceserverparsing.cc
Source/webrtc/pc/jsepicecandidate.cc
Source/webrtc/pc/jsepsessiondescription.cc
Source/webrtc/pc/jseptransport.cc
Source/webrtc/pc/jseptransportcontroller.cc
Source/webrtc/pc/localaudiosource.cc
Source/webrtc/pc/mediasession.cc
Source/webrtc/pc/mediastream.cc
Source/webrtc/pc/mediastreamobserver.cc
Source/webrtc/pc/peerconnection.cc
Source/webrtc/pc/peerconnectionfactory.cc
Source/webrtc/pc/remoteaudiosource.cc
Source/webrtc/pc/rtcpmuxfilter.cc
Source/webrtc/pc/rtcstatscollector.cc
Source/webrtc/pc/rtcstatstraversal.cc
Source/webrtc/pc/rtpmediautils.cc
Source/webrtc/pc/rtpparametersconversion.cc
Source/webrtc/pc/rtpreceiver.cc
Source/webrtc/pc/rtpsender.cc
Source/webrtc/pc/rtptransceiver.cc
Source/webrtc/pc/rtptransport.cc
Source/webrtc/pc/sctputils.cc
Source/webrtc/pc/sdputils.cc
Source/webrtc/pc/sessiondescription.cc
Source/webrtc/pc/srtpfilter.cc
Source/webrtc/pc/srtpsession.cc
Source/webrtc/pc/srtptransport.cc
Source/webrtc/pc/statscollector.cc
Source/webrtc/pc/trackmediainfomap.cc
Source/webrtc/pc/transportstats.cc
Source/webrtc/pc/videocapturertracksource.cc
Source/webrtc/pc/videotrack.cc
Source/webrtc/pc/videotracksource.cc
Source/webrtc/pc/webrtcsdp.cc
Source/webrtc/pc/webrtcsessiondescriptionfactory.cc
Source/webrtc/rtc_base/asyncinvoker.cc
Source/webrtc/rtc_base/asyncpacketsocket.cc
Source/webrtc/rtc_base/asyncresolverinterface.cc
Source/webrtc/rtc_base/asyncsocket.cc
Source/webrtc/rtc_base/asynctcpsocket.cc
Source/webrtc/rtc_base/asyncudpsocket.cc
Source/webrtc/rtc_base/bitbuffer.cc
Source/webrtc/rtc_base/bitrateallocationstrategy.cc
Source/webrtc/rtc_base/bufferqueue.cc
Source/webrtc/rtc_base/bytebuffer.cc
Source/webrtc/rtc_base/checks.cc
Source/webrtc/rtc_base/copyonwritebuffer.cc
Source/webrtc/rtc_base/cpu_time.cc
Source/webrtc/rtc_base/crc32.cc
Source/webrtc/rtc_base/criticalsection.cc
Source/webrtc/rtc_base/cryptstring.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/congestion_controller_experiment.cc
Source/webrtc/rtc_base/experiments/cpu_speed_experiment.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/normalize_simulcast_size_experiment.cc
Source/webrtc/rtc_base/experiments/quality_scaling_experiment.cc
Source/webrtc/rtc_base/experiments/rtt_mult_experiment.cc
Source/webrtc/rtc_base/file.cc
Source/webrtc/rtc_base/file_posix.cc
Source/webrtc/rtc_base/firewallsocketserver.cc
Source/webrtc/rtc_base/flags.cc
Source/webrtc/rtc_base/helpers.cc
Source/webrtc/rtc_base/httpcommon.cc
Source/webrtc/rtc_base/ifaddrs_converter.cc
Source/webrtc/rtc_base/ipaddress.cc
Source/webrtc/rtc_base/key_derivation.cc
Source/webrtc/rtc_base/location.cc
Source/webrtc/rtc_base/logsinks.cc
Source/webrtc/rtc_base/logging.cc
Source/webrtc/rtc_base/memory/aligned_malloc.cc
Source/webrtc/rtc_base/memory_usage.cc
Source/webrtc/rtc_base/messagedigest.cc
Source/webrtc/rtc_base/messagehandler.cc
Source/webrtc/rtc_base/messagequeue.cc
Source/webrtc/rtc_base/natserver.cc
Source/webrtc/rtc_base/natsocketfactory.cc
Source/webrtc/rtc_base/nattypes.cc
Source/webrtc/rtc_base/nethelper.cc
Source/webrtc/rtc_base/nethelpers.cc
Source/webrtc/rtc_base/network.cc
Source/webrtc/rtc_base/networkmonitor.cc
Source/webrtc/rtc_base/network/sent_packet.cc
Source/webrtc/rtc_base/nullsocketserver.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/openssladapter.cc
Source/webrtc/rtc_base/opensslcertificate.cc
Source/webrtc/rtc_base/openssldigest.cc
Source/webrtc/rtc_base/opensslidentity.cc
Source/webrtc/rtc_base/opensslsessioncache.cc
Source/webrtc/rtc_base/opensslstreamadapter.cc
Source/webrtc/rtc_base/opensslutility.cc
Source/webrtc/rtc_base/openssl_key_derivation_hkdf.cc
Source/webrtc/rtc_base/physicalsocketserver.cc
Source/webrtc/rtc_base/platform_file.cc
Source/webrtc/rtc_base/platform_thread.cc
Source/webrtc/rtc_base/platform_thread_types.cc
Source/webrtc/rtc_base/proxyinfo.cc
Source/webrtc/rtc_base/proxyserver.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/ratetracker.cc
Source/webrtc/rtc_base/rtccertificate.cc
Source/webrtc/rtc_base/rtccertificategenerator.cc
Source/webrtc/rtc_base/sequenced_task_checker_impl.cc
Source/webrtc/rtc_base/signalthread.cc
Source/webrtc/rtc_base/socket.cc
Source/webrtc/rtc_base/socketadapters.cc
Source/webrtc/rtc_base/socketaddress.cc
Source/webrtc/rtc_base/socketaddresspair.cc
Source/webrtc/rtc_base/socketstream.cc
Source/webrtc/rtc_base/ssladapter.cc
Source/webrtc/rtc_base/sslcertificate.cc
Source/webrtc/rtc_base/sslfingerprint.cc
Source/webrtc/rtc_base/sslidentity.cc
Source/webrtc/rtc_base/sslstreamadapter.cc
Source/webrtc/rtc_base/stream.cc
Source/webrtc/rtc_base/string_to_number.cc
Source/webrtc/rtc_base/stringencode.cc
Source/webrtc/rtc_base/strings/audio_format_to_string.cc
Source/webrtc/rtc_base/strings/string_builder.cc
Source/webrtc/rtc_base/stringutils.cc
Source/webrtc/rtc_base/synchronization/rw_lock_posix.cc
Source/webrtc/rtc_base/synchronization/rw_lock_wrapper.cc
Source/webrtc/rtc_base/system/file_wrapper.cc
Source/webrtc/rtc_base/task_queue_libevent.cc
Source/webrtc/rtc_base/task_queue_posix.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/thread_checker_impl.cc
Source/webrtc/rtc_base/time/timestamp_extrapolator.cc
Source/webrtc/rtc_base/timestampaligner.cc
Source/webrtc/rtc_base/timeutils.cc
Source/webrtc/rtc_base/virtualsocketserver.cc
Source/webrtc/rtc_base/weak_ptr.cc
Source/webrtc/rtc_base/zero_memory.cc
Source/webrtc/rtc_tools/frame_analyzer/reference_less_video_analysis_lib.cc
Source/webrtc/rtc_tools/frame_analyzer/video_quality_analysis.cc
Source/webrtc/rtc_tools/frame_editing/frame_editing_lib.cc
Source/webrtc/rtc_tools/simple_command_line_parser.cc
Source/webrtc/stats/rtcstats.cc
Source/webrtc/stats/rtcstats_objects.cc
Source/webrtc/stats/rtcstatsreport.cc
Source/webrtc/system_wrappers/source/clock.cc
Source/webrtc/system_wrappers/source/cpu_features.cc
Source/webrtc/system_wrappers/source/cpu_features_linux.c
Source/webrtc/system_wrappers/source/cpu_info.cc
Source/webrtc/system_wrappers/source/event.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/call_stats.cc
Source/webrtc/video/encoder_rtcp_feedback.cc
Source/webrtc/video/overuse_frame_detector.cc
Source/webrtc/video/frame_dumping_decoder.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/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_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/aec/aec_core_sse2.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 ${VPX_LIBRARY})
target_link_libraries(webrtc ${EVENT_LIBRARY})
target_link_libraries(webrtc ${OPUS_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
)