set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") set(libwebrtc_DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/libwebrtc/DerivedSources") file(MAKE_DIRECTORY ${libwebrtc_DERIVED_SOURCES_DIR}) if (NOT APPLE) find_package(LibVpx 1.10.0) if (NOT LIBVPX_FOUND) message(FATAL_ERROR "libvpx is needed for USE_LIBWEBRTC.") endif () find_package(LibEvent) if (NOT LIBEVENT_FOUND) message(FATAL_ERROR "libevent is needed for USE_LIBWEBRTC.") endif () find_package(AlsaLib) if (NOT ALSALIB_FOUND) message(FATAL_ERROR "alsa-lib is needed for USE_LIBWEBRTC.") endif () find_package(LibOpus 1.1) if (NOT LIBOPUS_FOUND) message(FATAL_ERROR "libopus is needed for USE_LIBWEBRTC.") endif () endif () set(webrtc_SOURCES Source/third_party/abseil-cpp/absl/base/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/blake2/blake2.c Source/third_party/boringssl/src/crypto/bn_extra/bn_asn1.c Source/third_party/boringssl/src/crypto/bn_extra/convert.c Source/third_party/boringssl/src/crypto/buf/buf.c Source/third_party/boringssl/src/crypto/bytestring/asn1_compat.c Source/third_party/boringssl/src/crypto/bytestring/ber.c Source/third_party/boringssl/src/crypto/bytestring/cbb.c Source/third_party/boringssl/src/crypto/bytestring/cbs.c Source/third_party/boringssl/src/crypto/bytestring/unicode.c Source/third_party/boringssl/src/crypto/chacha/chacha.c Source/third_party/boringssl/src/crypto/cipher_extra/cipher_extra.c Source/third_party/boringssl/src/crypto/cipher_extra/derive_key.c Source/third_party/boringssl/src/crypto/cipher_extra/e_aesctrhmac.c Source/third_party/boringssl/src/crypto/cipher_extra/e_aesgcmsiv.c Source/third_party/boringssl/src/crypto/cipher_extra/e_chacha20poly1305.c Source/third_party/boringssl/src/crypto/cipher_extra/e_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-intel.c Source/third_party/boringssl/src/crypto/crypto.c Source/third_party/boringssl/src/crypto/curve25519/curve25519.c Source/third_party/boringssl/src/crypto/curve25519/spake25519.c Source/third_party/boringssl/src/crypto/dh_extra/dh_asn1.c Source/third_party/boringssl/src/crypto/dh_extra/params.c Source/third_party/boringssl/src/crypto/digest_extra/digest_extra.c Source/third_party/boringssl/src/crypto/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/dh/check.c Source/third_party/boringssl/src/crypto/fipsmodule/dh/dh.c Source/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.c Source/third_party/boringssl/src/crypto/fipsmodule/ec/p256.c Source/third_party/boringssl/src/crypto/fipsmodule/rand/fork_detect.c Source/third_party/boringssl/src/crypto/hkdf/hkdf.c Source/third_party/boringssl/src/crypto/hpke/hpke.c Source/third_party/boringssl/src/crypto/hrss/hrss.c Source/third_party/boringssl/src/crypto/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_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_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_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_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/encrypted_client_hello.cc Source/third_party/boringssl/src/ssl/handoff.cc Source/third_party/boringssl/src/ssl/handshake.cc Source/third_party/boringssl/src/ssl/handshake_client.cc Source/third_party/boringssl/src/ssl/handshake_server.cc Source/third_party/boringssl/src/ssl/s3_both.cc Source/third_party/boringssl/src/ssl/s3_lib.cc Source/third_party/boringssl/src/ssl/s3_pkt.cc Source/third_party/boringssl/src/ssl/ssl_aead_ctx.cc Source/third_party/boringssl/src/ssl/ssl_asn1.cc Source/third_party/boringssl/src/ssl/ssl_buffer.cc Source/third_party/boringssl/src/ssl/ssl_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/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_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/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/row_any.cc Source/third_party/libyuv/source/row_common.cc Source/third_party/libyuv/source/row_gcc.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_uv.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/webrtc/api/adaptation/resource.cc Source/webrtc/api/audio/audio_frame.cc Source/webrtc/api/audio/echo_detector_creator.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/rtp/dependency_descriptor.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/frequency.cc Source/webrtc/api/units/time_delta.cc Source/webrtc/api/units/timestamp.cc Source/webrtc/api/video/builtin_video_bitrate_allocator_factory.cc Source/webrtc/api/video/color_space.cc Source/webrtc/api/video/encoded_frame.cc Source/webrtc/api/video/encoded_image.cc Source/webrtc/api/video/hdr_metadata.cc Source/webrtc/api/video/i010_buffer.cc Source/webrtc/api/video/i420_buffer.cc Source/webrtc/api/video/nv12_buffer.cc Source/webrtc/api/video/video_adaptation_counters.cc Source/webrtc/api/video/video_bitrate_allocation.cc Source/webrtc/api/video/video_bitrate_allocator.cc Source/webrtc/api/video/video_content_type.cc Source/webrtc/api/video/video_frame.cc Source/webrtc/api/video/video_frame_buffer.cc Source/webrtc/api/video/video_frame_metadata.cc Source/webrtc/api/video/video_source_interface.cc Source/webrtc/api/video/video_stream_decoder_create.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/h264_profile_level_id.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/api/video_codecs/vp8_frame_config.cc Source/webrtc/api/video_codecs/vp8_temporal_layers.cc Source/webrtc/api/video_codecs/vp8_temporal_layers_factory.cc Source/webrtc/api/video_codecs/vp9_profile.cc Source/webrtc/audio/audio_level.cc Source/webrtc/audio/audio_receive_stream.cc Source/webrtc/audio/audio_send_stream.cc Source/webrtc/audio/audio_state.cc Source/webrtc/audio/audio_transport_impl.cc Source/webrtc/audio/channel_receive.cc Source/webrtc/audio/channel_receive_frame_transformer_delegate.cc Source/webrtc/audio/channel_send.cc Source/webrtc/audio/channel_send_frame_transformer_delegate.cc Source/webrtc/audio/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/adaptation/video_stream_input_state_provider.cc Source/webrtc/call/adaptation/degradation_preference_provider.cc Source/webrtc/call/adaptation/broadcast_resource_listener.cc Source/webrtc/call/adaptation/video_stream_input_state.cc Source/webrtc/call/adaptation/adaptation_constraint.cc Source/webrtc/call/adaptation/resource_adaptation_processor.cc Source/webrtc/call/adaptation/video_stream_adapter.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/rtp_bitrate_configurator.cc Source/webrtc/call/rtp_config.cc Source/webrtc/call/rtp_demuxer.cc Source/webrtc/call/rtp_payload_params.cc Source/webrtc/call/rtp_stream_receiver_controller.cc Source/webrtc/call/rtp_transport_controller_send.cc Source/webrtc/call/rtp_video_sender.cc Source/webrtc/call/rtx_receive_stream.cc Source/webrtc/call/simulated_network.cc Source/webrtc/call/syncable.cc Source/webrtc/call/version.cc Source/webrtc/call/video_receive_stream.cc Source/webrtc/call/video_send_stream.cc Source/webrtc/call/adaptation/encoder_settings.cc Source/webrtc/call/adaptation/resource_adaptation_processor_interface.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/ooura/fft_size_128/ooura_fft.cc Source/webrtc/common_audio/third_party/ooura/fft_size_256/fft4g.cc Source/webrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c Source/webrtc/common_audio/vad/vad.cc Source/webrtc/common_audio/vad/vad_core.c Source/webrtc/common_audio/vad/vad_filterbank.c Source/webrtc/common_audio/vad/vad_gmm.c Source/webrtc/common_audio/vad/vad_sp.c Source/webrtc/common_audio/vad/webrtc_vad.c Source/webrtc/common_audio/wav_file.cc Source/webrtc/common_audio/wav_header.cc Source/webrtc/common_audio/window_generator.cc Source/webrtc/common_video/bitrate_adjuster.cc Source/webrtc/common_video/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/h265/h265_common.cc Source/webrtc/common_video/h265/h265_pps_parser.cc Source/webrtc/common_video/h265/h265_sps_parser.cc Source/webrtc/common_video/h265/h265_vps_parser.cc Source/webrtc/common_video/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_frame_buffer_pool.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_utils.cc Source/webrtc/media/base/sdp_video_format_utils.cc Source/webrtc/media/base/stream_params.cc Source/webrtc/media/base/turn_utils.cc Source/webrtc/media/base/video_adapter.cc Source/webrtc/media/base/video_broadcaster.cc Source/webrtc/media/base/video_common.cc Source/webrtc/media/base/video_source_base.cc Source/webrtc/media/engine/adm_helpers.cc Source/webrtc/media/engine/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_factory.cc Source/webrtc/media/sctp/usrsctp_transport.cc Source/webrtc/modules/async_audio_processing/async_audio_processing.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_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/coarse_filter_update_gain.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/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/refined_filter_update_gain.cc Source/webrtc/modules/audio_processing/aec3/render_buffer.cc Source/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc Source/webrtc/modules/audio_processing/aec3/render_delay_controller.cc Source/webrtc/modules/audio_processing/aec3/render_delay_controller_metrics.cc Source/webrtc/modules/audio_processing/aec3/render_signal_analyzer.cc Source/webrtc/modules/audio_processing/aec3/residual_echo_estimator.cc Source/webrtc/modules/audio_processing/aec3/reverb_decay_estimator.cc Source/webrtc/modules/audio_processing/aec3/reverb_frequency_response.cc Source/webrtc/modules/audio_processing/aec3/reverb_model.cc Source/webrtc/modules/audio_processing/aec3/reverb_model_estimator.cc Source/webrtc/modules/audio_processing/aec3/signal_dependent_erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/spectrum_buffer.cc Source/webrtc/modules/audio_processing/aec3/stationarity_estimator.cc Source/webrtc/modules/audio_processing/aec3/subband_erle_estimator.cc Source/webrtc/modules/audio_processing/aec3/subband_nearend_detector.cc Source/webrtc/modules/audio_processing/aec3/subtractor.cc Source/webrtc/modules/audio_processing/aec3/subtractor_output.cc Source/webrtc/modules/audio_processing/aec3/subtractor_output_analyzer.cc Source/webrtc/modules/audio_processing/aec3/suppression_filter.cc Source/webrtc/modules/audio_processing/aec3/suppression_gain.cc Source/webrtc/modules/audio_processing/aec3/transparent_mode.cc Source/webrtc/modules/audio_processing/aec_dump/null_aec_dump_factory.cc Source/webrtc/modules/audio_processing/aecm/aecm_core.cc Source/webrtc/modules/audio_processing/aecm/aecm_core_c.cc Source/webrtc/modules/audio_processing/aecm/echo_control_mobile.cc Source/webrtc/modules/audio_processing/agc/agc.cc Source/webrtc/modules/audio_processing/agc/agc_manager_direct.cc Source/webrtc/modules/audio_processing/agc/utility.cc Source/webrtc/modules/audio_processing/agc/loudness_histogram.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/biquad_filter.cc Source/webrtc/modules/audio_processing/agc2/compute_interpolated_gain_curve.cc Source/webrtc/modules/audio_processing/agc2/cpu_features.cc Source/webrtc/modules/audio_processing/agc2/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/features_extraction.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/lp_residual.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/pitch_search.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/pitch_search_internal.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn_fc.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/rnn_gru.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/spectral_features.cc Source/webrtc/modules/audio_processing/agc2/rnn_vad/spectral_features_internal.cc Source/webrtc/modules/audio_processing/agc2/saturation_protector.cc Source/webrtc/modules/audio_processing/agc2/saturation_protector_buffer.cc Source/webrtc/modules/audio_processing/agc2/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/legacy/analog_agc.cc Source/webrtc/modules/audio_processing/agc/legacy/digital_agc.cc Source/webrtc/modules/audio_processing/agc/loudness_histogram.cc Source/webrtc/modules/audio_processing/agc/utility.cc Source/webrtc/modules/audio_processing/audio_buffer.cc Source/webrtc/modules/audio_processing/audio_processing_builder_impl.cc Source/webrtc/modules/audio_processing/audio_processing_impl.cc Source/webrtc/modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.cc Source/webrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.cc Source/webrtc/modules/audio_processing/echo_control_mobile_impl.cc Source/webrtc/modules/audio_processing/echo_detector/circular_buffer.cc Source/webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc Source/webrtc/modules/audio_processing/echo_detector/moving_max.cc Source/webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc Source/webrtc/modules/audio_processing/gain_control_impl.cc Source/webrtc/modules/audio_processing/gain_controller2.cc Source/webrtc/modules/audio_processing/high_pass_filter.cc Source/webrtc/modules/audio_processing/include/aec_dump.cc Source/webrtc/modules/audio_processing/include/audio_frame_proxies.cc Source/webrtc/modules/audio_processing/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/optionally_built_submodule_creators.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_impl.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/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/goog_cc/acknowledged_bitrate_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.cc Source/webrtc/modules/congestion_controller/goog_cc/alr_detector.cc Source/webrtc/modules/congestion_controller/goog_cc/bitrate_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.cc Source/webrtc/modules/congestion_controller/goog_cc/delay_based_bwe.cc Source/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control.cc Source/webrtc/modules/congestion_controller/goog_cc/inter_arrival_delta.cc Source/webrtc/modules/congestion_controller/goog_cc/link_capacity_estimator.cc Source/webrtc/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.cc Source/webrtc/modules/congestion_controller/goog_cc/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/remb_throttler.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/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/packet_arrival_map.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/active_decode_targets_helper.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/packet_sequencer.cc Source/webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc Source/webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_nack_stats.cc Source/webrtc/modules/rtp_rtcp/source/rtcp_packet/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_packetizer_av1.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_rtcp_impl2.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/rtp_video_layers_allocation_extension.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/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.cc Source/webrtc/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.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/rtp_rtcp/source/video_rtp_depacketizer_vp9.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/chain_diff_calculator.cc Source/webrtc/modules/video_coding/codecs/av1/av1_svc_config.cc Source/webrtc/modules/video_coding/codecs/interface/libvpx_interface.cc Source/webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.cc Source/webrtc/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.cc Source/webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers_checker.cc Source/webrtc/modules/video_coding/codecs/vp9/svc_config.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9.cc Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.cc Source/webrtc/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.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/event_wrapper.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/h265_vps_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_module2.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_id_only_ref_finder.cc Source/webrtc/modules/video_coding/rtp_frame_reference_finder.cc Source/webrtc/modules/video_coding/rtp_generic_ref_finder.cc Source/webrtc/modules/video_coding/rtp_seq_num_only_ref_finder.cc Source/webrtc/modules/video_coding/rtp_vp8_ref_finder.cc Source/webrtc/modules/video_coding/rtp_vp9_ref_finder.cc Source/webrtc/modules/video_coding/rtt_filter.cc Source/webrtc/modules/video_coding/session_info.cc Source/webrtc/modules/video_coding/svc/create_scalability_structure.cc Source/webrtc/modules/video_coding/svc/scalability_structure_full_svc.cc Source/webrtc/modules/video_coding/svc/scalability_structure_key_svc.cc Source/webrtc/modules/video_coding/svc/scalability_structure_l2t2_key_shift.cc Source/webrtc/modules/video_coding/svc/scalability_structure_simulcast.cc Source/webrtc/modules/video_coding/svc/scalable_video_controller_no_layering.cc Source/webrtc/modules/video_coding/svc/svc_rate_allocator.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/qp_parser.cc Source/webrtc/modules/video_coding/utility/quality_scaler.cc Source/webrtc/modules/video_coding/utility/simulcast_rate_allocator.cc Source/webrtc/modules/video_coding/utility/simulcast_utility.cc Source/webrtc/modules/video_coding/utility/vp8_header_parser.cc Source/webrtc/modules/video_coding/utility/vp9_uncompressed_header_parser.cc Source/webrtc/modules/video_coding/video_codec_initializer.cc Source/webrtc/modules/video_coding/video_coding_defines.cc Source/webrtc/modules/video_coding/video_coding_impl.cc Source/webrtc/modules/video_coding/video_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/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/connection_context.cc Source/webrtc/pc/data_channel_controller.cc Source/webrtc/pc/data_channel_utils.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/peer_connection_message_handler.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_transmission_manager.cc Source/webrtc/pc/rtp_transport.cc Source/webrtc/pc/sctp_data_channel.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_offer_answer.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/transceiver_list.cc Source/webrtc/pc/transport_stats.cc Source/webrtc/pc/usage_pattern.cc Source/webrtc/pc/video_rtp_receiver.cc Source/webrtc/pc/video_rtp_track_source.cc Source/webrtc/pc/video_track.cc Source/webrtc/pc/video_track_source.cc Source/webrtc/pc/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.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/boringssl_certificate.cc Source/webrtc/rtc_base/boringssl_identity.cc Source/webrtc/rtc_base/buffer_queue.cc Source/webrtc/rtc_base/byte_buffer.cc Source/webrtc/rtc_base/checks.cc Source/webrtc/rtc_base/callback_list.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/crypt_string.cc Source/webrtc/rtc_base/deprecated/recursive_critical_section.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/encoder_info_settings.cc Source/webrtc/rtc_base/experiments/field_trial_list.cc Source/webrtc/rtc_base/experiments/field_trial_parser.cc Source/webrtc/rtc_base/experiments/field_trial_units.cc Source/webrtc/rtc_base/experiments/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/internal/default_socket_server.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_constants.cc Source/webrtc/rtc_base/network_monitor.cc Source/webrtc/rtc_base/network_monitor_factory.cc Source/webrtc/rtc_base/network_route.cc Source/webrtc/rtc_base/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/sample_stats.cc Source/webrtc/rtc_base/openssl_adapter.cc Source/webrtc/rtc_base/openssl_certificate.cc Source/webrtc/rtc_base/openssl_digest.cc Source/webrtc/rtc_base/openssl_identity.cc Source/webrtc/rtc_base/openssl_key_pair.cc Source/webrtc/rtc_base/openssl_session_cache.cc Source/webrtc/rtc_base/openssl_stream_adapter.cc Source/webrtc/rtc_base/openssl_utility.cc Source/webrtc/rtc_base/operations_chain.cc Source/webrtc/rtc_base/physical_socket_server.cc Source/webrtc/rtc_base/platform_thread.cc Source/webrtc/rtc_base/platform_thread_types.cc Source/webrtc/rtc_base/proxy_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/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/strings/string_format.cc Source/webrtc/rtc_base/string_to_number.cc Source/webrtc/rtc_base/string_utils.cc Source/webrtc/rtc_base/synchronization/mutex.cc Source/webrtc/rtc_base/synchronization/sequence_checker_internal.cc Source/webrtc/rtc_base/synchronization/yield.cc Source/webrtc/rtc_base/synchronization/yield_policy.cc Source/webrtc/rtc_base/system/file_wrapper.cc Source/webrtc/rtc_base/system_time.cc Source/webrtc/rtc_base/task_queue.cc Source/webrtc/rtc_base/task_queue_stdlib.cc Source/webrtc/rtc_base/task_utils/repeating_task.cc Source/webrtc/rtc_base/task_utils/pending_task_safety_flag.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/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/balanced_constraint.cc Source/webrtc/video/adaptation/bitrate_constraint.cc Source/webrtc/video/adaptation/encode_usage_resource.cc Source/webrtc/video/adaptation/overuse_frame_detector.cc Source/webrtc/video/adaptation/pixel_limit_resource.cc Source/webrtc/video/adaptation/quality_rampup_experiment_helper.cc Source/webrtc/video/adaptation/quality_scaler_resource.cc Source/webrtc/video/adaptation/video_stream_encoder_resource.cc Source/webrtc/video/adaptation/video_stream_encoder_resource_manager.cc Source/webrtc/video/alignment_adjuster.cc Source/webrtc/video/buffered_frame_decryptor.cc Source/webrtc/video/call_stats.cc Source/webrtc/video/call_stats2.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/receive_statistics_proxy2.cc Source/webrtc/video/report_block_stats.cc Source/webrtc/video/rtp_streams_synchronizer.cc Source/webrtc/video/rtp_streams_synchronizer2.cc Source/webrtc/video/rtp_video_stream_receiver.cc Source/webrtc/video/rtp_video_stream_receiver2.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_quality_observer2.cc Source/webrtc/video/video_receive_stream.cc Source/webrtc/video/video_receive_stream2.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_decoder2.cc Source/webrtc/video/video_stream_decoder_impl.cc Source/webrtc/video/video_stream_encoder.cc $ ) if (WTF_CPU_X86_64 OR WTF_CPU_X86) list(APPEND webrtc_SOURCES Source/webrtc/common_audio/fir_filter_sse.cc Source/webrtc/common_audio/resampler/sinc_resampler_sse.cc Source/webrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_sse2.cc Source/webrtc/modules/video_processing/util/denoiser_filter_sse2.cc ) endif() if (APPLE) list(APPEND webrtc_SOURCES Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH265.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderVTBVP9.mm Source/webrtc/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoEncoderVP9.mm Source/webrtc/common_video/h265/h265_pps_parser.cc Source/webrtc/common_video/h265/h265_vps_parser.cc Source/webrtc/common_video/h265/h265_sps_parser.cc Source/webrtc/modules/rtp_rtcp/source/h265_sps_parser.h Source/webrtc/modules/rtp_rtcp/source/h265_sps_parser.cc Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH265.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm Source/webrtc/modules/video_coding/h265_vps_sps_pps_tracker.cc Source/webrtc/modules/video_coding/codecs/vp9/vp9.cc Source/webrtc/common_video/h265/h265_common.cc Source/webrtc/modules/audio_device/mac/audio_device_mac.cc Source/webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc Source/webrtc/modules/third_party/portaudio/pa_ringbuffer.c Source/webrtc/rtc_base/task_queue_gcd.cc Source/webrtc/rtc_base/mac_ifaddrs_converter.cc Source/webrtc/rtc_base/system/cocoa_threading.mm Source/webrtc/sdk/WebKit/WebKitUtilities.mm Source/webrtc/sdk/WebKit/WebKitVP8Decoder.cpp Source/webrtc/sdk/WebKit/WebKitVP9Decoder.cpp Source/webrtc/sdk/WebKit/WebKitDecoder.mm Source/webrtc/sdk/WebKit/WebKitEncoder.mm Source/webrtc/sdk/WebKit/WebKitDecoderReceiver.cpp Source/webrtc/sdk/objc/api/peerconnection/RTCVideoEncoderSettings+Private.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoCodecConstants.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoDecoderVP8.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoDecoderVP9.mm Source/webrtc/sdk/objc/api/video_codec/RTCVideoEncoderVP8.mm Source/webrtc/sdk/objc/api/video_codec/RTCWrappedNativeVideoDecoder.mm Source/webrtc/sdk/objc/api/video_codec/RTCWrappedNativeVideoEncoder.mm Source/webrtc/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.mm Source/webrtc/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.mm Source/webrtc/sdk/objc/base/RTCEncodedImage.m Source/webrtc/sdk/objc/base/RTCRtpFragmentationHeader.m Source/webrtc/sdk/objc/base/RTCVideoCodecInfo.m Source/webrtc/sdk/objc/base/RTCVideoEncoderQpThresholds.m Source/webrtc/sdk/objc/base/RTCVideoEncoderSettings.m Source/webrtc/sdk/objc/base/RTCVideoFrame.mm Source/webrtc/sdk/objc/components/video_codec/RTCH265ProfileLevelId.mm Source/webrtc/sdk/objc/components/video_codec/helpers.cc Source/webrtc/sdk/objc/components/video_codec/nalu_rewriter.cc Source/webrtc/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264.mm Source/webrtc/sdk/objc/components/video_codec/RTCDefaultVideoDecoderFactory.m Source/webrtc/sdk/objc/components/video_codec/RTCDefaultVideoEncoderFactory.m Source/webrtc/sdk/objc/components/video_codec/RTCH264ProfileLevelId.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderFactoryH264.m Source/webrtc/sdk/objc/components/video_codec/RTCVideoDecoderH264.mm Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderFactoryH264.m Source/webrtc/sdk/objc/components/video_codec/RTCVideoEncoderH264.mm Source/webrtc/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.mm Source/webrtc/sdk/objc/native/api/video_decoder_factory.mm Source/webrtc/sdk/objc/native/api/video_encoder_factory.mm Source/webrtc/sdk/objc/native/api/video_frame.mm Source/webrtc/sdk/objc/native/src/objc_frame_buffer.mm Source/webrtc/sdk/objc/native/src/objc_video_decoder_factory.mm Source/webrtc/sdk/objc/native/src/objc_video_encoder_factory.mm Source/webrtc/sdk/objc/native/src/objc_video_frame.mm ) set(webm_SOURCES Source/third_party/libwebm/m2ts/vpxpes_parser.cc Source/third_party/libwebm/m2ts/webm2pes_main.cc Source/third_party/libwebm/m2ts/webm2pes.cc Source/third_party/libwebm/m2ts/vpxpes2ts.cc Source/third_party/libwebm/m2ts/vpxpes2ts_main.cc Source/third_party/libwebm/sample_muxer_metadata.cc Source/third_party/libwebm/mkvmuxer/mkvwriter.cc Source/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc Source/third_party/libwebm/mkvmuxer/mkvmuxer.cc Source/third_party/libwebm/vttdemux.cc Source/third_party/libwebm/webvtt/webvttparser.cc Source/third_party/libwebm/webvtt/vttreader.cc Source/third_party/libwebm/mkvparser_sample.cc Source/third_party/libwebm/common/libwebm_util.cc Source/third_party/libwebm/common/vp9_level_stats.cc Source/third_party/libwebm/common/hdr_util.cc Source/third_party/libwebm/common/vp9_header_parser.cc Source/third_party/libwebm/common/indent.cc Source/third_party/libwebm/common/file_util.cc Source/third_party/libwebm/common/video_frame.cc Source/third_party/libwebm/common/webm_endian.cc Source/third_party/libwebm/mkvmuxer_sample.cc Source/third_party/libwebm/mkvparser/mkvreader.cc Source/third_party/libwebm/mkvparser/mkvparser.cc Source/third_party/libwebm/webm_parser/demo/demo.cc Source/third_party/libwebm/webm_parser/src/date_parser.cc Source/third_party/libwebm/webm_parser/src/bit_utils.cc Source/third_party/libwebm/webm_parser/src/skip_parser.cc Source/third_party/libwebm/webm_parser/src/id_element_parser.cc Source/third_party/libwebm/webm_parser/src/webm_parser.cc Source/third_party/libwebm/webm_parser/src/void_parser.cc Source/third_party/libwebm/webm_parser/src/unknown_parser.cc Source/third_party/libwebm/webm_parser/src/float_parser.cc Source/third_party/libwebm/webm_parser/src/master_parser.cc Source/third_party/libwebm/webm_parser/src/buffer_reader.cc Source/third_party/libwebm/webm_parser/src/block_parser.cc Source/third_party/libwebm/webm_parser/src/parser_utils.cc Source/third_party/libwebm/webm_parser/src/file_reader.cc Source/third_party/libwebm/webm_parser/src/virtual_block_parser.cc Source/third_party/libwebm/webm_parser/src/segment_parser.cc Source/third_party/libwebm/webm_parser/src/block_header_parser.cc Source/third_party/libwebm/webm_parser/src/callback.cc Source/third_party/libwebm/webm_parser/src/size_parser.cc Source/third_party/libwebm/webm_parser/src/ancestory.cc Source/third_party/libwebm/webm_parser/src/var_int_parser.cc Source/third_party/libwebm/webm_parser/src/istream_reader.cc Source/third_party/libwebm/webm_parser/src/id_parser.cc Source/third_party/libwebm/dumpvtt.cc Source/third_party/libwebm/webm_info.cc ) add_library(webm STATIC ${webm_SOURCES}) set(webm_INCLUDE_DIRECTORIES Source/third_party/libwebm Source/third_party/libwebm/webm_parser Source/third_party/libwebm/webm_parser/include ) target_include_directories(webm PRIVATE ${webm_INCLUDE_DIRECTORIES}) target_compile_options(webm PRIVATE -std=c++17) set(webm_PRIVATE_HEADERS_DIR "${CMAKE_BINARY_DIR}/libwebrtc/PrivateHeaders/webm") file(MAKE_DIRECTORY ${webm_PRIVATE_HEADERS_DIR}) file(COPY Source/third_party/libwebm/webm_parser/include/webm/callback.h Source/third_party/libwebm/webm_parser/include/webm/status.h Source/third_party/libwebm/common/vp9_header_parser.h Source/third_party/libwebm/webm_parser/include/webm/dom_types.h Source/third_party/libwebm/webm_parser/include/webm/id.h Source/third_party/libwebm/webm_parser/include/webm/element.h Source/third_party/libwebm/webm_parser/include/webm/reader.h Source/third_party/libwebm/webm_parser/include/webm/webm_parser.h DESTINATION ${webm_PRIVATE_HEADERS_DIR}) set(libwebrtc_PRIVATE_HEADERS_DIR "${CMAKE_BINARY_DIR}/libwebrtc/PrivateHeaders/libwebrtc") file(MAKE_DIRECTORY ${libwebrtc_PRIVATE_HEADERS_DIR}) file(COPY Source/third_party/opus/src/include/opus_defines.h Source/third_party/opus/src/include/opus_types.h DESTINATION ${libwebrtc_PRIVATE_HEADERS_DIR}) else () find_package(Openh264) if (NOT Openh264_FOUND) message(WARNING "openh264 is not found, not building support.") set(WEBKIT_LIBWEBRTC_OPENH264_ENCODER 0) else() list(APPEND webrtc_SOURCES Source/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc ) set(WEBKIT_LIBWEBRTC_OPENH264_ENCODER 1) endif () add_definitions(-DWEBKIT_LIBWEBRTC_OPENH264_ENCODER=${WEBKIT_LIBWEBRTC_OPENH264_ENCODER}) configure_file(LibWebRTCWebKitMacros.h.in LibWebRTCWebKitMacros.h @ONLY) list(APPEND webrtc_SOURCES Source/third_party/boringssl/src/crypto/cpu-aarch64-linux.c Source/third_party/boringssl/src/crypto/cpu-arm-linux.c Source/third_party/boringssl/src/crypto/cpu-arm.c Source/third_party/boringssl/src/crypto/cpu-ppc64le.c Source/third_party/boringssl/src/crypto/poly1305/poly1305_arm.c Source/third_party/libyuv/source/compare.cc Source/third_party/libyuv/source/compare_neon.cc Source/third_party/libyuv/source/compare_neon64.cc Source/third_party/libyuv/source/rotate_neon.cc Source/third_party/libyuv/source/rotate_neon64.cc Source/third_party/libyuv/source/row_neon.cc Source/third_party/libyuv/source/row_neon64.cc Source/third_party/libyuv/source/scale.cc Source/third_party/libyuv/source/scale_neon.cc Source/third_party/libyuv/source/scale_neon64.cc Source/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/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/video_coding/codecs/h264/h264.cc ) endif () add_library(webrtc STATIC ${webrtc_SOURCES}) target_compile_options(webrtc PRIVATE "$<$:-std=gnu++11>" "-UHAVE_CONFIG_H" "-DWEBRTC_WEBKIT_BUILD=1" "-w" ) set_target_properties(webrtc PROPERTIES CXX_VISIBILITY_PRESET hidden) set_target_properties(webrtc PROPERTIES C_VISIBILITY_PRESET hidden) target_compile_definitions(webrtc PRIVATE DYNAMIC_ANNOTATIONS_ENABLED=1 EXPAT_RELATIVE_PATH HAVE_CONFIG_H HAVE_LRINT HAVE_LRINTF HAVE_NETINET_IN_H HAVE_SCTP HAVE_STDINT_H HAVE_STDLIB_H HAVE_UINT64_T HAVE_WEBRTC_VIDEO HAVE_WEBRTC_VOICE JSON_USE_EXCEPTION=0 NON_WINDOWS_DEFINE NO_MAIN_THREAD_WRAPPING OPENSSL_NO_ASM OPUS_BUILD OPUS_EXPORT= RTC_ENABLE_VP9 VAR_ARRAYS WEBRTC_APM_DEBUG_DUMP=0 WEBRTC_CODEC_G711 WEBRTC_CODEC_G722 WEBRTC_CODEC_ILBC WEBRTC_CODEC_ISAC WEBRTC_CODEC_OPUS WEBRTC_CODEC_RED WEBRTC_HAVE_SCTP WEBRTC_HAVE_USRSCTP WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE WEBRTC_INTELLIGIBILITY_ENHANCER=0 WEBRTC_NS_FLOAT WEBRTC_OPUS_SUPPORT_120MS_PTIME=0 WEBRTC_OPUS_VARIABLE_COMPLEXITY=0 WEBRTC_USE_BUILTIN_OPUS=1 WEBRTC_POSIX WEBRTC_USE_BUILTIN_ISAC_FIX=1 WEBRTC_USE_BUILTIN_ISAC_FLOAT=0 WTF_USE_DYNAMIC_ANNOTATIONS=1 _GNU_SOURCE ) if (APPLE) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_LITTLE_ENDIAN WEBRTC_MAC ) else () target_compile_definitions(webrtc PRIVATE SCTP_PROCESS_LEVEL_LOCKS SCTP_SIMPLE_ALLOCATOR SCTP_USE_OPENSSL_SHA1 WEBRTC_ENABLE_LINUX_ALSA WEBRTC_LINUX __Userspace__ __Userspace_os_Linux ) if (Openh264_FOUND) target_compile_definitions(webrtc PRIVATE WEBRTC_USE_H264 ) endif () endif () if (WTF_CPU_ARM) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_ARM=1 ) elseif (WTF_CPU_ARM64) target_compile_definitions(webrtc PRIVATE WEBRTC_ARCH_ARM64=1 ) endif() set(webrtc_INCLUDE_DIRECTORIES PRIVATE Source Source/third_party/abseil-cpp Source/third_party/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 ) if (APPLE) list(APPEND webrtc_INCLUDE_DIRECTORIES PRIVATE Source/webrtc/sdk/objc Source/webrtc/sdk/objc/base Source/webrtc/sdk/objc/Framework/Classes Source/webrtc/sdk/objc/Framework/Headers ) else () target_link_libraries(webrtc ${LIBVPX_LIBRARY}) target_link_libraries(webrtc ${LIBEVENT_LIBRARY}) target_link_libraries(webrtc ${LIBOPUS_LIBRARY}) if (Openh264_FOUND) target_link_libraries(webrtc ${Openh264_LIBRARY}) endif () endif () target_include_directories(webrtc ${webrtc_INCLUDE_DIRECTORIES}) # libsrtp package compilation set(libsrtp_SOURCES Source/third_party/libsrtp/crypto/cipher/aes_gcm_ossl.c Source/third_party/libsrtp/crypto/cipher/aes_icm_ossl.c Source/third_party/libsrtp/crypto/cipher/cipher.c Source/third_party/libsrtp/crypto/cipher/null_cipher.c Source/third_party/libsrtp/crypto/hash/auth.c Source/third_party/libsrtp/crypto/hash/hmac_ossl.c Source/third_party/libsrtp/crypto/hash/null_auth.c Source/third_party/libsrtp/crypto/kernel/alloc.c Source/third_party/libsrtp/crypto/kernel/crypto_kernel.c Source/third_party/libsrtp/crypto/kernel/err.c Source/third_party/libsrtp/crypto/kernel/key.c Source/third_party/libsrtp/crypto/math/datatypes.c Source/third_party/libsrtp/crypto/math/stat.c Source/third_party/libsrtp/crypto/replay/rdb.c Source/third_party/libsrtp/crypto/replay/rdbx.c Source/third_party/libsrtp/srtp/ekt.c Source/third_party/libsrtp/srtp/srtp.c ) add_library(libsrtp OBJECT ${libsrtp_SOURCES}) target_compile_options(libsrtp PRIVATE "-w" ) target_compile_definitions(libsrtp PRIVATE GCM HAVE_ARPA_INET_H HAVE_CONFIG_H HAVE_INT16_T HAVE_INT32_T HAVE_INT8_T HAVE_INTTYPES_H HAVE_NETINET_IN_H HAVE_STDINT_H HAVE_STDLIB_H HAVE_STRING_H HAVE_SYS_TYPES_H HAVE_UINT16_T HAVE_UINT32_T HAVE_UINT64_T HAVE_UINT8_T HAVE_UNISTD_H OPENSSL PACKAGE_STRING="libsrtp2 2.1.0-pre" PACKAGE_VERSION="2.1.0-pre" ) target_include_directories(libsrtp PRIVATE Source/third_party/boringssl/src/include Source/third_party/libsrtp Source/third_party/libsrtp/config Source/third_party/libsrtp/crypto/include Source/third_party/libsrtp/include ) if (APPLE) add_library(usrsctp STATIC 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 ) target_compile_options(usrsctp PRIVATE -D__Userspace_os_Darwin ) target_include_directories(usrsctp PRIVATE Source/third_party/boringssl/src/include Source/third_party/usrsctp/usrsctplib/usrsctplib ) target_compile_definitions(usrsctp PRIVATE __Userspace__ SCTP_SIMPLE_ALLOCATOR SCTP_PROCESS_LEVEL_LOCKS SCTP_USE_OPENSSL_SHA1 ) add_library(opus STATIC Source/third_party/opus/src/celt/kiss_fft.c Source/third_party/opus/src/celt/rate.c Source/third_party/opus/src/celt/mdct.c Source/third_party/opus/src/celt/cwrs.c Source/third_party/opus/src/celt/modes.c Source/third_party/opus/src/celt/celt_decoder.c Source/third_party/opus/src/celt/dump_modes/dump_modes.c Source/third_party/opus/src/celt/quant_bands.c Source/third_party/opus/src/celt/vq.c Source/third_party/opus/src/celt/mathops.c Source/third_party/opus/src/celt/celt_lpc.c Source/third_party/opus/src/celt/celt_encoder.c Source/third_party/opus/src/celt/x86/vq_sse2.c Source/third_party/opus/src/celt/x86/pitch_sse4_1.c Source/third_party/opus/src/celt/x86/pitch_sse2.c Source/third_party/opus/src/celt/x86/x86cpu.c Source/third_party/opus/src/celt/x86/x86_celt_map.c Source/third_party/opus/src/celt/x86/pitch_sse.c Source/third_party/opus/src/celt/pitch.c Source/third_party/opus/src/celt/laplace.c Source/third_party/opus/src/celt/entenc.c Source/third_party/opus/src/celt/entdec.c Source/third_party/opus/src/celt/entcode.c Source/third_party/opus/src/celt/bands.c Source/third_party/opus/src/celt/opus_custom_demo.c Source/third_party/opus/src/celt/celt.c Source/third_party/opus/src/silk/decode_parameters.c Source/third_party/opus/src/silk/gain_quant.c Source/third_party/opus/src/silk/VQ_WMat_EC.c Source/third_party/opus/src/silk/init_encoder.c Source/third_party/opus/src/silk/NLSF_encode.c Source/third_party/opus/src/silk/tables_pulses_per_block.c Source/third_party/opus/src/silk/check_control_input.c Source/third_party/opus/src/silk/control_audio_bandwidth.c Source/third_party/opus/src/silk/interpolate.c Source/third_party/opus/src/silk/NLSF_decode.c Source/third_party/opus/src/silk/control_codec.c Source/third_party/opus/src/silk/resampler.c Source/third_party/opus/src/silk/LPC_analysis_filter.c Source/third_party/opus/src/silk/stereo_LR_to_MS.c Source/third_party/opus/src/silk/tables_gain.c Source/third_party/opus/src/silk/PLC.c Source/third_party/opus/src/silk/quant_LTP_gains.c Source/third_party/opus/src/silk/NSQ.c Source/third_party/opus/src/silk/LPC_fit.c Source/third_party/opus/src/silk/table_LSF_cos.c Source/third_party/opus/src/silk/decode_indices.c Source/third_party/opus/src/silk/NLSF_unpack.c Source/third_party/opus/src/silk/stereo_find_predictor.c Source/third_party/opus/src/silk/shell_coder.c Source/third_party/opus/src/silk/LP_variable_cutoff.c Source/third_party/opus/src/silk/process_NLSFs.c Source/third_party/opus/src/silk/decode_core.c Source/third_party/opus/src/silk/pitch_est_tables.c Source/third_party/opus/src/silk/tables_pitch_lag.c Source/third_party/opus/src/silk/stereo_quant_pred.c Source/third_party/opus/src/silk/resampler_down2.c Source/third_party/opus/src/silk/ana_filt_bank_1.c Source/third_party/opus/src/silk/A2NLSF.c Source/third_party/opus/src/silk/sort.c Source/third_party/opus/src/silk/decode_pulses.c Source/third_party/opus/src/silk/NLSF_stabilize.c Source/third_party/opus/src/silk/resampler_private_AR2.c Source/third_party/opus/src/silk/tables_NLSF_CB_WB.c Source/third_party/opus/src/silk/resampler_private_IIR_FIR.c Source/third_party/opus/src/silk/dec_API.c Source/third_party/opus/src/silk/LPC_inv_pred_gain.c Source/third_party/opus/src/silk/tables_NLSF_CB_NB_MB.c Source/third_party/opus/src/silk/sigm_Q15.c Source/third_party/opus/src/silk/NSQ_del_dec.c Source/third_party/opus/src/silk/debug.c Source/third_party/opus/src/silk/bwexpander.c Source/third_party/opus/src/silk/decode_frame.c Source/third_party/opus/src/silk/fixed/pitch_analysis_core_FIX.c Source/third_party/opus/src/silk/fixed/noise_shape_analysis_FIX.c Source/third_party/opus/src/silk/fixed/corrMatrix_FIX.c Source/third_party/opus/src/silk/fixed/schur64_FIX.c Source/third_party/opus/src/silk/fixed/LTP_scale_ctrl_FIX.c Source/third_party/opus/src/silk/fixed/burg_modified_FIX.c Source/third_party/opus/src/silk/fixed/vector_ops_FIX.c Source/third_party/opus/src/silk/fixed/residual_energy16_FIX.c Source/third_party/opus/src/silk/fixed/k2a_FIX.c Source/third_party/opus/src/silk/fixed/find_LPC_FIX.c Source/third_party/opus/src/silk/fixed/residual_energy_FIX.c Source/third_party/opus/src/silk/fixed/find_pred_coefs_FIX.c Source/third_party/opus/src/silk/fixed/process_gains_FIX.c Source/third_party/opus/src/silk/fixed/encode_frame_FIX.c Source/third_party/opus/src/silk/fixed/LTP_analysis_filter_FIX.c Source/third_party/opus/src/silk/fixed/x86/prefilter_FIX_sse.c Source/third_party/opus/src/silk/fixed/regularize_correlations_FIX.c Source/third_party/opus/src/silk/fixed/autocorr_FIX.c Source/third_party/opus/src/silk/fixed/find_LTP_FIX.c Source/third_party/opus/src/silk/fixed/apply_sine_window_FIX.c Source/third_party/opus/src/silk/fixed/k2a_Q16_FIX.c Source/third_party/opus/src/silk/fixed/schur_FIX.c Source/third_party/opus/src/silk/fixed/find_pitch_lags_FIX.c Source/third_party/opus/src/silk/fixed/warped_autocorrelation_FIX.c Source/third_party/opus/src/silk/control_SNR.c Source/third_party/opus/src/silk/enc_API.c Source/third_party/opus/src/silk/stereo_decode_pred.c Source/third_party/opus/src/silk/encode_indices.c Source/third_party/opus/src/silk/HP_variable_cutoff.c Source/third_party/opus/src/silk/code_signs.c Source/third_party/opus/src/silk/log2lin.c Source/third_party/opus/src/silk/x86/x86_silk_map.c Source/third_party/opus/src/silk/biquad_alt.c Source/third_party/opus/src/silk/tables_LTP.c Source/third_party/opus/src/silk/float/LPC_analysis_filter_FLP.c Source/third_party/opus/src/silk/float/LTP_analysis_filter_FLP.c Source/third_party/opus/src/silk/float/regularize_correlations_FLP.c Source/third_party/opus/src/silk/float/process_gains_FLP.c Source/third_party/opus/src/silk/float/inner_product_FLP.c Source/third_party/opus/src/silk/float/LPC_inv_pred_gain_FLP.c Source/third_party/opus/src/silk/float/find_pred_coefs_FLP.c Source/third_party/opus/src/silk/float/encode_frame_FLP.c Source/third_party/opus/src/silk/float/find_pitch_lags_FLP.c Source/third_party/opus/src/silk/float/schur_FLP.c Source/third_party/opus/src/silk/float/energy_FLP.c Source/third_party/opus/src/silk/float/sort_FLP.c Source/third_party/opus/src/silk/float/warped_autocorrelation_FLP.c Source/third_party/opus/src/silk/float/find_LTP_FLP.c Source/third_party/opus/src/silk/float/apply_sine_window_FLP.c Source/third_party/opus/src/silk/float/burg_modified_FLP.c Source/third_party/opus/src/silk/float/LTP_scale_ctrl_FLP.c Source/third_party/opus/src/silk/float/scale_copy_vector_FLP.c Source/third_party/opus/src/silk/float/scale_vector_FLP.c Source/third_party/opus/src/silk/float/pitch_analysis_core_FLP.c Source/third_party/opus/src/silk/float/noise_shape_analysis_FLP.c Source/third_party/opus/src/silk/float/bwexpander_FLP.c Source/third_party/opus/src/silk/float/corrMatrix_FLP.c Source/third_party/opus/src/silk/float/find_LPC_FLP.c Source/third_party/opus/src/silk/float/autocorrelation_FLP.c Source/third_party/opus/src/silk/float/wrappers_FLP.c Source/third_party/opus/src/silk/float/residual_energy_FLP.c Source/third_party/opus/src/silk/float/k2a_FLP.c Source/third_party/opus/src/silk/resampler_private_up2_HQ.c Source/third_party/opus/src/silk/NLSF_del_dec_quant.c Source/third_party/opus/src/silk/bwexpander_32.c Source/third_party/opus/src/silk/resampler_rom.c Source/third_party/opus/src/silk/resampler_private_down_FIR.c Source/third_party/opus/src/silk/NLSF_VQ_weights_laroia.c Source/third_party/opus/src/silk/resampler_down2_3.c Source/third_party/opus/src/silk/tables_other.c Source/third_party/opus/src/silk/CNG.c Source/third_party/opus/src/silk/NLSF_VQ.c Source/third_party/opus/src/silk/lin2log.c Source/third_party/opus/src/silk/stereo_encode_pred.c Source/third_party/opus/src/silk/NLSF2A.c Source/third_party/opus/src/silk/stereo_MS_to_LR.c Source/third_party/opus/src/silk/VAD.c Source/third_party/opus/src/silk/decode_pitch.c Source/third_party/opus/src/silk/decoder_set_fs.c Source/third_party/opus/src/silk/encode_pulses.c Source/third_party/opus/src/silk/inner_prod_aligned.c Source/third_party/opus/src/silk/init_decoder.c Source/third_party/opus/src/silk/sum_sqr_shift.c Source/third_party/opus/src/doc/trivial_example.c Source/third_party/opus/src/src/opus_demo.c Source/third_party/opus/src/src/mlp.c Source/third_party/opus/src/src/opus_decoder.c Source/third_party/opus/src/src/repacketizer_demo.c Source/third_party/opus/src/src/analysis.c Source/third_party/opus/src/src/opus_multistream_encoder.c Source/third_party/opus/src/src/opus_compare.c Source/third_party/opus/src/src/opus_multistream_decoder.c Source/third_party/opus/src/src/repacketizer.c Source/third_party/opus/src/src/opus.c Source/third_party/opus/src/src/opus_encoder.c Source/third_party/opus/src/src/mlp_data.c Source/third_party/opus/src/src/opus_multistream.c ) target_include_directories(opus PRIVATE Source/third_party/opus/src Source/third_party/opus/src/celt Source/third_party/opus/src/include Source/third_party/opus/src/silk Source/third_party/opus/src/silk/float Source/third_party/opus/src/src ) target_compile_options(opus PRIVATE "-UHAVE_CONFIG_H" "-DVAR_ARRAYS" "-DOPUS_BUILD" "-DOPUS_EXPORT=" "-DHAVE_LRINT HAVE_LRINTF" ) set(vpx_SOURCES Source/third_party/libvpx/source/config/mac/x64/vpx_config.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_job_queue.c Source/third_party/libvpx/source/libvpx/vpxstats.c Source/third_party/libvpx/source/libvpx/args.c Source/third_party/libvpx/source/libvpx/tools/tiny_ssim.c Source/third_party/libvpx/source/libvpx/video_reader.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_mfqe.c Source/third_party/libvpx/source/libvpx/vp9/exports_dec Source/third_party/libvpx/source/libvpx/vp9/exports_enc Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokenize.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_dsubexp.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c Source/third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_quant_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_postproc.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_scan.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_frame_buffers.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_alloccommon.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_reconinter.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropymode.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_filter.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_common_data.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropy.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_tile_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_pred_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_loopfilter.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht16x16_add_sse4.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht8x8_add_sse4.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_highbd_iht4x4_add_sse4.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_idct.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_scale.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_reconintra.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_blockd.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_debugmodes.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_mvref_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_entropymv.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_seg_common.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_rtcd.c Source/third_party/libvpx/source/libvpx/vp9/common/vp9_thread_common.c Source/third_party/libvpx/source/libvpx/rate_hist.c Source/third_party/libvpx/source/libvpx/vp8/exports_dec Source/third_party/libvpx/source/libvpx/vp8/vp8_cx_iface.c Source/third_party/libvpx/source/libvpx/vp8/exports_enc Source/third_party/libvpx/source/libvpx/vp8/encoder/firstpass.c Source/third_party/libvpx/source/libvpx/vp8/encoder/denoising.c Source/third_party/libvpx/source/libvpx/vp8/encoder/bitstream.c Source/third_party/libvpx/source/libvpx/vp8/encoder/rdopt.c Source/third_party/libvpx/source/libvpx/vp8/encoder/treewriter.c Source/third_party/libvpx/source/libvpx/vp8/encoder/ethreading.c Source/third_party/libvpx/source/libvpx/vp8/encoder/segmentation.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodemb.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodeintra.c Source/third_party/libvpx/source/libvpx/vp8/encoder/modecosts.c Source/third_party/libvpx/source/libvpx/vp8/encoder/mcomp.c Source/third_party/libvpx/source/libvpx/vp8/encoder/vp8_quantize.c Source/third_party/libvpx/source/libvpx/vp8/encoder/temporal_filter.c Source/third_party/libvpx/source/libvpx/vp8/encoder/lookahead.c Source/third_party/libvpx/source/libvpx/vp8/encoder/boolhuff.c Source/third_party/libvpx/source/libvpx/vp8/encoder/onyx_if.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodemv.c Source/third_party/libvpx/source/libvpx/vp8/encoder/dct.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_enc_stubs_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/denoising_sse2.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/quantize_sse4.c Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/vp8_quantize_ssse3.c Source/third_party/libvpx/source/libvpx/vp8/encoder/picklpf.c Source/third_party/libvpx/source/libvpx/vp8/encoder/encodeframe.c Source/third_party/libvpx/source/libvpx/vp8/encoder/ratectrl.c Source/third_party/libvpx/source/libvpx/vp8/encoder/tokenize.c Source/third_party/libvpx/source/libvpx/vp8/encoder/mr_dissim.c Source/third_party/libvpx/source/libvpx/vp8/encoder/pickinter.c Source/third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c Source/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c Source/third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c Source/third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c Source/third_party/libvpx/source/libvpx/vp8/decoder/threading.c Source/third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c Source/third_party/libvpx/source/libvpx/vp8/vp8_dx_iface.c Source/third_party/libvpx/source/libvpx/vp8/common/alloccommon.c Source/third_party/libvpx/source/libvpx/vp8/common/reconintra.c Source/third_party/libvpx/source/libvpx/vp8/common/quant_common.c Source/third_party/libvpx/source/libvpx/vp8/common/findnearmv.c Source/third_party/libvpx/source/libvpx/vp8/common/debugmodes.c Source/third_party/libvpx/source/libvpx/vp8/common/idctllm.c Source/third_party/libvpx/source/libvpx/vp8/common/extend.c Source/third_party/libvpx/source/libvpx/vp8/common/entropymode.c Source/third_party/libvpx/source/libvpx/vp8/common/entropymv.c Source/third_party/libvpx/source/libvpx/vp8/common/idct_blk.c Source/third_party/libvpx/source/libvpx/vp8/common/postproc.c Source/third_party/libvpx/source/libvpx/vp8/common/filter.c Source/third_party/libvpx/source/libvpx/vp8/common/mfqe.c Source/third_party/libvpx/source/libvpx/vp8/common/vp8_skin_detection.c Source/third_party/libvpx/source/libvpx/vp8/common/vp8_loopfilter.c Source/third_party/libvpx/source/libvpx/vp8/common/rtcd.c Source/third_party/libvpx/source/libvpx/vp8/common/dequantize.c Source/third_party/libvpx/source/libvpx/vp8/common/swapyv12buffer.c Source/third_party/libvpx/source/libvpx/vp8/common/reconinter.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/bilinear_filter_sse2.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_sse2.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/idct_blk_mmx.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_x86.c Source/third_party/libvpx/source/libvpx/vp8/common/x86/vp8_asm_stubs.c Source/third_party/libvpx/source/libvpx/vp8/common/reconintra4x4.c Source/third_party/libvpx/source/libvpx/vp8/common/generic Source/third_party/libvpx/source/libvpx/vp8/common/generic/systemdependent.c Source/third_party/libvpx/source/libvpx/vp8/common/mbpitch.c Source/third_party/libvpx/source/libvpx/vp8/common/context.c Source/third_party/libvpx/source/libvpx/vp8/common/treecoder.c Source/third_party/libvpx/source/libvpx/vp8/common/arm/loopfilter_arm.c Source/third_party/libvpx/source/libvpx/vp8/common/modecont.c Source/third_party/libvpx/source/libvpx/vp8/common/setupintrarecon.c Source/third_party/libvpx/source/libvpx/vp8/common/loopfilter_filters.c Source/third_party/libvpx/source/libvpx/vp8/common/entropy.c Source/third_party/libvpx/source/libvpx/vp8/common/blockd.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic Source/third_party/libvpx/source/libvpx/vpx_scale/generic/yv12extend.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/vpx_scale.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/yv12config.c Source/third_party/libvpx/source/libvpx/vpx_scale/generic/gen_scalers.c Source/third_party/libvpx/source/libvpx/vpx_scale/vpx_scale_rtcd.c Source/third_party/libvpx/source/libvpx/vpx_mem/vpx_mem.c Source/third_party/libvpx/source/libvpx/vpx_dsp/subtract.c Source/third_party/libvpx/source/libvpx/vpx_dsp/vpx_convolve.c Source/third_party/libvpx/source/libvpx/vpx_dsp/loopfilter.c Source/third_party/libvpx/source/libvpx/vpx_dsp/fastssim.c Source/third_party/libvpx/source/libvpx/vpx_dsp/variance.c Source/third_party/libvpx/source/libvpx/vpx_dsp/prob.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitreader.c Source/third_party/libvpx/source/libvpx/vpx_dsp/vpx_dsp_rtcd.c Source/third_party/libvpx/source/libvpx/vpx_dsp/inv_txfm.c Source/third_party/libvpx/source/libvpx/vpx_dsp/sum_squares.c Source/third_party/libvpx/source/libvpx/vpx_dsp/quantize.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitreader_buffer.c Source/third_party/libvpx/source/libvpx/vpx_dsp/deblock.c Source/third_party/libvpx/source/libvpx/vpx_dsp/psnrhvs.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse4.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct4x4_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_quantize_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sum_squares_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/loopfilter_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_loopfilter_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_pred_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct8x8_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct32x32_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/post_proc_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/variance_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_idct16x16_add_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitwriter_buffer.c Source/third_party/libvpx/source/libvpx/vpx_dsp/intrapred.c Source/third_party/libvpx/source/libvpx/vpx_dsp/avg.c Source/third_party/libvpx/source/libvpx/vpx_dsp/skin_detection.c Source/third_party/libvpx/source/libvpx/vpx_dsp/add_noise.c Source/third_party/libvpx/source/libvpx/vpx_dsp/sad.c Source/third_party/libvpx/source/libvpx/vpx_dsp/bitwriter.c Source/third_party/libvpx/source/libvpx/vpx_dsp/psnr.c Source/third_party/libvpx/source/libvpx/vpx_dsp/fwd_txfm.c Source/third_party/libvpx/source/libvpx/y4minput.c Source/third_party/libvpx/source/libvpx/ivfenc.c Source/third_party/libvpx/source/libvpx/video_writer.c Source/third_party/libvpx/source/libvpx/y4menc.c Source/third_party/libvpx/source/libvpx/md5_utils.c Source/third_party/libvpx/source/libvpx/warnings.c Source/third_party/libvpx/source/libvpx/webmdec.cc Source/third_party/libvpx/source/libvpx/vpx_util/vpx_thread.c Source/third_party/libvpx/source/libvpx/vpx_util/vpx_write_yuv_frame.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_decoder.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_image.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_encoder.c Source/third_party/libvpx/source/libvpx/vpx/src/vpx_codec.c Source/third_party/libvpx/source/libvpx/ivfdec.c Source/third_party/libvpx/source/libvpx/tools_common.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_4t_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/highbd_temporal_filter_sse4.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/temporal_filter_sse4.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_denoiser_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_diamond_search_sad_avx.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_avx2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_frame_scale_ssse3.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_highbd_block_error_intrin_sse2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_avx2.c Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_sse2.c Source/third_party/libvpx/source/libvpx/vpx_ports/emms_mmx.c Source/third_party/libvpx/source/libvpx/vp9/vp9_dx_iface.c Source/third_party/libvpx/source/libvpx/vp9/vp9_cx_iface.c Source/third_party/libvpx/source/libvpx/vp9/vp9_iface_common.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_alt_ref_aq.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_360.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_complexity.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_cyclicrefresh.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_aq_variance.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_bitstream.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_blockiness.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_context_tree.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_cost.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_dct.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_denoiser.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodeframe.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemb.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encodemv.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_encoder.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ethread.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_extend.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ext_ratectrl.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_firstpass.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_frame_scale.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_lookahead.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mbgraph.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_mcomp.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_multi_thread.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_noise_estimate.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_non_greedy_mv.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_picklpf.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_pickmode.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_quantize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_ratectrl.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rd.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_rdopt.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_resize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_segmentation.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_skin_detection.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_speed_features.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_subexp.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_svc_layercontext.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_temporal_filter.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_tokenize.c Source/third_party/libvpx/source/libvpx/vp9/encoder/vp9_treewriter.c ) set(vpx_ASSEMBLY_SOURCES Source/third_party/libvpx/source/libvpx/vp9/common/x86/vp9_mfqe_sse2.asm Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_dct_sse2.asm Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_error_sse2.asm Source/third_party/libvpx/source/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/copy_sse3.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/block_error_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/bitdepth_conversion_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/add_noise_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_wht_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_sad4d_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_variance_impl_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_subpel_variance_impl_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse4.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/avg_ssse3_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_8t_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/intrapred_ssse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_high_subpixel_bilinear_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad_sse3.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/sad4d_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/subtract_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/highbd_intrapred_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/subpel_variance_sse2.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm Source/third_party/libvpx/source/libvpx/vpx_dsp/x86/deblock_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/iwalsh_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/mfqe_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/recon_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_ssse3.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/loopfilter_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/idctllm_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/recon_mmx.asm Source/third_party/libvpx/source/libvpx/vp8/common/x86/subpixel_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/dct_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/fwalsh_sse2.asm Source/third_party/libvpx/source/libvpx/vp8/encoder/x86/copy_sse2.asm ) foreach(_file ${vpx_ASSEMBLY_SOURCES}) get_filename_component(_name ${_file} NAME_WE) add_custom_command( OUTPUT ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o MAIN_DEPENDENCY ${_file} DEPENDS yasm COMMAND ${CMAKE_BINARY_DIR}/bin/yasm -fmacho64 ${CMAKE_CURRENT_SOURCE_DIR}/${_file} -I ${CMAKE_CURRENT_SOURCE_DIR}/Source/third_party/libvpx/source/libvpx -I ${CMAKE_CURRENT_SOURCE_DIR}/Source/third_party/libvpx/source/config/mac/x64 -o ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o VERBATIM) list(APPEND vpx_SOURCES ${libwebrtc_DERIVED_SOURCES_DIR}/${_name}.o) endforeach() add_library(vpx ${vpx_SOURCES}) target_include_directories(vpx PRIVATE Source/third_party/libvpx/source/config Source/third_party/libvpx/source/config/mac/x64 Source/third_party/libvpx/source/libvpx Source/third_party/libyuv/include Source/third_party/libvpx/source/libvpx/third_party/libwebm ) target_compile_options(vpx PRIVATE -mavx2) add_library(yuv STATIC Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_jpeg.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/planar_functions.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_uv.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_from.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_any.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_to_argb.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/mjpeg_validate.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/video_common.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/convert_to_i420.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/row_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/rotate_argb.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/compare_gcc.cc Source/third_party/libvpx/source/libvpx/third_party/libyuv/source/scale_argb.cc ) target_include_directories(yuv PRIVATE Source/third_party/libvpx/source/libvpx/third_party/libyuv/include Source/third_party/libyuv/include ) add_executable(yasm Source/third_party/yasm/x86cpu.c Source/third_party/yasm/nasm-version.c Source/third_party/yasm/plugins/x86/init_plugin.c Source/third_party/yasm/frontends/yasm/yasm.c Source/third_party/yasm/frontends/yasm/yasm-options.c Source/third_party/yasm/frontends/yasm/yasm-plugin.c Source/third_party/yasm/module.c Source/third_party/yasm/license.c Source/third_party/yasm/nasm-macros.c Source/third_party/yasm/nasm-token.c Source/third_party/yasm/modules/parsers/gas/gas-parse-intel.c Source/third_party/yasm/modules/parsers/gas/gas-parse.c Source/third_party/yasm/modules/parsers/gas/gas-parser.c Source/third_party/yasm/modules/parsers/nasm/nasm-parser.c Source/third_party/yasm/modules/parsers/nasm/nasm-parse.c Source/third_party/yasm/modules/objfmts/bin/bin-objfmt.c Source/third_party/yasm/modules/objfmts/macho/macho-objfmt.c Source/third_party/yasm/modules/objfmts/rdf/rdf-objfmt.c Source/third_party/yasm/modules/objfmts/xdf/xdf-objfmt.c Source/third_party/yasm/modules/arch/x86/x86arch.c Source/third_party/yasm/modules/arch/x86/x86expr.c Source/third_party/yasm/modules/arch/x86/x86bc.c Source/third_party/yasm/modules/arch/x86/x86id.c Source/third_party/yasm/modules/preprocs/gas/gas-preproc.c Source/third_party/yasm/modules/preprocs/gas/gas-eval.c Source/third_party/yasm/modules/preprocs/nasm/nasm-eval.c Source/third_party/yasm/modules/preprocs/nasm/nasmlib.c Source/third_party/yasm/modules/preprocs/nasm/nasm-pp.c Source/third_party/yasm/modules/preprocs/nasm/nasm-preproc.c Source/third_party/yasm/modules/preprocs/raw/raw-preproc.c Source/third_party/yasm/modules/listfmts/nasm/nasm-listfmt.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-info.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-aranges.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-line.c Source/third_party/yasm/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/null/null-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/stabs/stabs-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-type.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-dbgfmt.c Source/third_party/yasm/modules/dbgfmts/codeview/cv-symline.c Source/third_party/yasm/libyasm/bytecode.c Source/third_party/yasm/libyasm/inttree.c Source/third_party/yasm/libyasm/bc-incbin.c Source/third_party/yasm/libyasm/phash.c Source/third_party/yasm/libyasm/symrec.c Source/third_party/yasm/libyasm/strsep.c Source/third_party/yasm/libyasm/strcasecmp.c Source/third_party/yasm/libyasm/insn.c Source/third_party/yasm/libyasm/linemap.c Source/third_party/yasm/libyasm/assocdat.c Source/third_party/yasm/libyasm/hamt.c Source/third_party/yasm/libyasm/xstrdup.c Source/third_party/yasm/libyasm/intnum.c Source/third_party/yasm/libyasm/floatnum.c Source/third_party/yasm/libyasm/valparam.c Source/third_party/yasm/libyasm/xmalloc.c Source/third_party/yasm/libyasm/bc-align.c Source/third_party/yasm/libyasm/bc-org.c Source/third_party/yasm/libyasm/md5.c Source/third_party/yasm/libyasm/errwarn.c Source/third_party/yasm/libyasm/file.c Source/third_party/yasm/libyasm/bitvect.c Source/third_party/yasm/libyasm/mergesort.c Source/third_party/yasm/libyasm/value.c Source/third_party/yasm/libyasm/bc-data.c Source/third_party/yasm/libyasm/expr.c Source/third_party/yasm/libyasm/section.c Source/third_party/yasm/libyasm/bc-reserve.c Source/third_party/yasm/gas-token.c Source/third_party/yasm/x86regtmod.c ) target_include_directories(yasm PRIVATE Source/third_party/yasm ) target_compile_definitions(yasm PRIVATE PACKAGE_STRING="yasm 1.3.0" ) endif ()