diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 1f177a83b9de..2bd256476561 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,119 +1,111 @@ PORTNAME= telegram-desktop -DISTVERSION= 4.4.1 +DISTVERSION= 4.5.0 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Telegram Desktop messaging app WWW= https://desktop.telegram.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= does not build, webrtc related NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe NOT_FOR_ARCHS_REASON= Only little endian is supported BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib \ microsoft-gsl>0:devel/microsoft-gsl \ pulseaudio>0:audio/pulseaudio \ range-v3>0:devel/range-v3 \ tl-expected>0:devel/tl-expected \ v4l_compat>0:multimedia/v4l_compat \ yasm:devel/yasm \ ${LOCALBASE}/lib/libtg_owt.a:net-im/tg_owt LIB_DEPENDS= libabsl_base.so:devel/abseil \ libavformat.so:multimedia/ffmpeg \ libdbus-1.so:devel/dbus \ libdispatch.so:devel/libdispatch \ - libenchant-2.so:textproc/enchant2 \ libhunspell-1.7.so:textproc/hunspell \ libjpeg.so:graphics/jpeg-turbo \ liblz4.so:archivers/liblz4 \ libminizip.so:archivers/minizip \ libopenal.so:audio/openal-soft \ libopenh264.so:multimedia/openh264 \ libopus.so:audio/opus \ libpipewire-0.3.so:multimedia/pipewire \ libprotobuf.so:devel/protobuf \ libqrcodegencpp.so:graphics/qr-code-generator \ librnnoise.so:audio/rnnoise \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon \ libxxhash.so:devel/xxhash \ libvpx.so:multimedia/libvpx FLAVORS= qt5 qt6 FLAVOR?= ${FLAVORS:[1]} qt5_PKGNAMESUFFIX= qt6_PKGNAMESUFFIX= -qt6 qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6 qt6_CONFLICTS_INSTALL= ${PORTNAME} USES= cmake compiler:c++17-lang desktop-file-utils gl \ gnome localbase pkgconfig python:3.7+,build ssl xorg USE_GITHUB= nodefault GH_ACCOUNT= telegramdesktop GH_PROJECT= tdesktop .if ${FLAVOR} == qt5 USES+= kde:5 qt:5 USE_QT= buildtools:build core dbus gui imageformats network qmake:build \ svg wayland widgets USE_KDE= coreaddons kimageformats .else USES+= qt:6 USE_QT= 5compat base imageformats lottie shadertools svg tools:build wayland .endif USE_GL= gl USE_GNOME= glib20 glibmm26 USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrandr xrender xtst -CMAKE_ARGS= -DDESKTOP_APP_SPECIAL_TARGET="" -DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop" \ - -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} \ - -Ddisable_autoupdate=1 +CMAKE_ARGS= -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} CMAKE_ON= DESKTOP_APP_USE_PACKAGED DESKTOP_APP_DISABLE_CRASH_REPORTS \ DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_FONTS # libdispatch components LDFLAGS+= -lBlocksRuntime # see Bugzilla #245452 for details NO_CCACHE= yes # Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA. # It dynamically loads PulseAudio, and if this fails, it loads ALSA. # If both of them are not installed, then voice calls do not work, but other functionalities still work. -OPTIONS_DEFINE= WEBKIT OPTIONS_DEFAULT= ALSA OPTIONS_MULTI= AUDIO OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO AUDIO_DESC= Audio backend for voice calls -WEBKIT_DESC= WebKit-gtk integration for payments ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -WEBKIT_CMAKE_BOOL_OFF= DESKTOP_APP_DISABLE_WEBKITGTK -WEBKIT_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 -WEBKIT_USE= GNOME=cairo,gtk30 # Telegram asks each custom build to have its own API ID and hash. TELEGRAM_API_HASH= 20a3432aab43f24bb4460fceac5ba38d TELEGRAM_API_ID= 601761 .include .if ${COMPILER_VERSION} < 130 LLVM_VER= 13 BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER} CC= ${LOCALBASE}/bin/clang${LLVM_VER} CXX= ${LOCALBASE}/bin/clang++${LLVM_VER} .endif .include diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 217bbbf98d1f..32c004940c6c 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670536925 -SHA256 (tdesktop-4.4.1-full.tar.gz) = 76981e32541c42b3212427e9abb4db2a6f55a14eaba31b3d7ad7d3d5ed8008b1 -SIZE (tdesktop-4.4.1-full.tar.gz) = 50077498 +TIMESTAMP = 1672431846 +SHA256 (tdesktop-4.5.0-full.tar.gz) = 9ba9eab6ae4b8be96056007e0fce36996b6bd2bbdec16bfb73a28b9208ceba93 +SIZE (tdesktop-4.5.0-full.tar.gz) = 63715621 diff --git a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_notifications__manager__linux.cpp b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_notifications__manager__linux.cpp deleted file mode 100644 index 99edcb91d928..000000000000 --- a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_notifications__manager__linux.cpp +++ /dev/null @@ -1,54 +0,0 @@ ---- Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp.orig 2022-12-07 09:41:04 UTC -+++ Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp -@@ -75,12 +75,17 @@ std::unique_ptr - try { - const auto connection = Gio::DBus::Connection::get_sync( - Gio::DBus::BusType::SESSION); -+ const auto GlibNames = -+ base::Platform::DBus::ListActivatableNames(connection); -+ const std::vector StringNames( -+ GlibNames.begin(), GlibNames.end() -+ ); - - const auto activatable = [&] { - try { - return ranges::contains( -- base::Platform::DBus::ListActivatableNames(connection), -- Glib::ustring(std::string(kService))); -+ StringNames, -+ std::string(kService)); - } catch (...) { - // avoid service restart loop in sandboxed environments - return true; -@@ -129,7 +134,7 @@ void StartServiceAsync(Fn callback) { - }; - - const auto errorName = -- Gio::DBus::ErrorUtils::get_remote_error(e); -+ Gio::DBus::ErrorUtils::get_remote_error(e).raw(); - - if (!ranges::contains(NotSupportedErrors, errorName)) { - throw e; -@@ -151,6 +156,11 @@ bool GetServiceRegistered() { - try { - const auto connection = Gio::DBus::Connection::get_sync( - Gio::DBus::BusType::SESSION); -+ const auto GlibNames = -+ base::Platform::DBus::ListActivatableNames(connection); -+ const std::vector StringNames( -+ GlibNames.begin(), GlibNames.end() -+ ); - - const auto hasOwner = [&] { - try { -@@ -165,8 +175,8 @@ bool GetServiceRegistered() { - static const auto activatable = [&] { - try { - return ranges::contains( -- DBus::ListActivatableNames(connection), -- Glib::ustring(std::string(kService))); -+ StringNames, -+ std::string(kService)); - } catch (...) { - return false; - } diff --git a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp deleted file mode 100644 index 364d86fdf5f7..000000000000 --- a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_specific__linux.cpp +++ /dev/null @@ -1,39 +0,0 @@ ---- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-12-07 09:41:04 UTC -+++ Telegram/SourceFiles/platform/linux/specific_linux.cpp -@@ -244,12 +244,16 @@ void LaunchGApplication() { - const auto activatableNames = [&] { - try { - if (connection) { -- return ListActivatableNames(connection); -+ const auto GlibNames = -+ ListActivatableNames(connection); -+ return std::vector( -+ GlibNames.begin(), GlibNames.end() -+ ); - } - } catch (...) { - } - -- return std::vector(); -+ return std::vector(); - }(); - - const auto freedesktopNotifications = [&] { -@@ -356,7 +360,7 @@ void LaunchGApplication() { - - using Window::Notifications::Manager; - using NotificationId = Manager::NotificationId; -- using NotificationIdTuple = std::result_of< -+ using NotificationIdTuple = ranges::result_of< - decltype(&NotificationId::toTuple)(NotificationId*) - >::type; - -@@ -731,7 +735,7 @@ void start() { - md5Hash.data()); - } - -- return u"org.telegram.desktop._%1.desktop"_q.arg(md5Hash); -+ return u"org.telegram.desktop._%1.desktop"_q.arg(md5Hash.constData()); - } - - return u"org.telegram.desktop.desktop"_q; diff --git a/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__last__input__linux.cpp b/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__last__input__linux.cpp deleted file mode 100644 index 82f5a0b7acf8..000000000000 --- a/net-im/telegram-desktop/files/patch-Telegram_lib__base_base_platform_linux_base__last__input__linux.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- Telegram/lib_base/base/platform/linux/base_last_input_linux.cpp.orig 2022-12-07 06:59:17 UTC -+++ Telegram/lib_base/base/platform/linux/base_last_input_linux.cpp -@@ -103,7 +103,7 @@ std::optional FreedesktopDBusLastUserInputT - "org.freedesktop.DBus.Error.AccessDenied", - }; - -- const auto errorName = Gio::DBus::ErrorUtils::get_remote_error(e); -+ const auto errorName = Gio::DBus::ErrorUtils::get_remote_error(e).raw(); - if (ranges::contains(NotSupportedErrors, errorName)) { - NotSupported = true; - return std::nullopt; -@@ -163,7 +163,7 @@ std::optional MutterDBusLastUserInputTime() - "org.freedesktop.DBus.Error.AccessDenied", - }; - -- const auto errorName = Gio::DBus::ErrorUtils::get_remote_error(e); -+ const auto errorName = Gio::DBus::ErrorUtils::get_remote_error(e).raw(); - if (ranges::contains(NotSupportedErrors, errorName)) { - NotSupported = true; - return std::nullopt; - diff --git a/net-im/tg_owt/Makefile b/net-im/tg_owt/Makefile index 35044ddad176..6891b3c2e5b2 100644 --- a/net-im/tg_owt/Makefile +++ b/net-im/tg_owt/Makefile @@ -1,35 +1,32 @@ PORTNAME= tg_owt -PORTVERSION= 0.0.20220914 +PORTVERSION= 0.0.20221215 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= Webrtc library used by telegram-desktop WWW= https://github.com/desktop-app/tg_owt LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= v4l_compat>0:multimedia/v4l_compat \ yasm:devel/yasm -LIB_DEPENDS= libabsl_base.so:devel/abseil \ - libavformat.so:multimedia/ffmpeg \ +LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ libjpeg.so:graphics/jpeg-turbo \ libopus.so:audio/opus \ libpipewire-0.3.so:multimedia/pipewire USES= cmake gl pkgconfig xorg USE_XORG= x11 xcomposite xdamage xrender xrandr xtst USE_GL= gbm USE_GITHUB= yes GH_ACCOUNT= desktop-app -GH_TAGNAME= 621f3da +GH_TAGNAME= 1512ef6 # libyuv cloned from https://chromium.googlesource.com/libyuv/libyuv # when updating port check if hash tag in the submodule was updated -GH_TUPLE= HenryHu:libyuv:ad89006:libyuv/src/third_party/libyuv \ - google:crc32c:21fc8ef:crc32c/src/third_party/crc32c/src - -# Disable DCHECKs, otherwise video calls will crash. -CXXFLAGS+= -DNDEBUG +GH_TUPLE= abseil:abseil-cpp:8c0b94e:abseilcpp/src/third_party/abseil-cpp \ + google:crc32c:21fc8ef:crc32c/src/third_party/crc32c/src \ + osokin:libyuv:0095084:libyuv/src/third_party/libyuv .include diff --git a/net-im/tg_owt/distinfo b/net-im/tg_owt/distinfo index 7ad7cc05fcbe..6fcd9f4894ce 100644 --- a/net-im/tg_owt/distinfo +++ b/net-im/tg_owt/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1663428929 -SHA256 (desktop-app-tg_owt-0.0.20220914-621f3da_GH0.tar.gz) = ce345a58b802ef0e0e23c95321164aa1751fb494f6c0a6042ef06be75636db96 -SIZE (desktop-app-tg_owt-0.0.20220914-621f3da_GH0.tar.gz) = 15797366 -SHA256 (HenryHu-libyuv-ad89006_GH0.tar.gz) = 96fc87a2c7051d289a9dcf31c4f8100e341dda3b5499e4bf6d82369f5d18416e -SIZE (HenryHu-libyuv-ad89006_GH0.tar.gz) = 475161 +TIMESTAMP = 1672339563 +SHA256 (desktop-app-tg_owt-0.0.20221215-1512ef6_GH0.tar.gz) = b7e102f803315981b3349c747ac67cbf1035005152b4e1aa70be8f8bdf74d03a +SIZE (desktop-app-tg_owt-0.0.20221215-1512ef6_GH0.tar.gz) = 13814806 +SHA256 (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = e995f06ce4fd4a9641e6a8e5d8d2258710eef481a07307a3e727012f1a83c442 +SIZE (abseil-abseil-cpp-8c0b94e_GH0.tar.gz) = 1957422 SHA256 (google-crc32c-21fc8ef_GH0.tar.gz) = 9cb6093f9a554f9fb8397ce9a1a07eec44f1ae0918d7816b60c7b14ef745e082 SIZE (google-crc32c-21fc8ef_GH0.tar.gz) = 29818 +SHA256 (osokin-libyuv-0095084_GH0.tar.gz) = 3970c709003bbc3ab16dc852810b887f56bc21b7c82edf3a0f945051c3cc65af +SIZE (osokin-libyuv-0095084_GH0.tar.gz) = 559675 diff --git a/net-im/tg_owt/files/patch-cmake-external.cmake b/net-im/tg_owt/files/patch-cmake-external.cmake deleted file mode 100644 index b3aa0c77f7dc..000000000000 --- a/net-im/tg_owt/files/patch-cmake-external.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/external.cmake.orig 2022-05-17 12:30:55.086821000 -0400 -+++ cmake/external.cmake 2022-05-17 12:31:34.766999000 -0400 -@@ -122,6 +122,9 @@ - absl::type_traits - absl::variant - ) -+ find_package(PkgConfig REQUIRED) -+ pkg_check_modules(ABSL REQUIRED QUIET absl_flags) -+ target_include_directories(${target_name} PRIVATE ${ABSL_INCLUDE_DIRS}) - endif() - endif() - if (NOT absl_FOUND) diff --git a/net-im/tg_owt/pkg-plist b/net-im/tg_owt/pkg-plist index 7eacf23cfd0e..9befaf8df021 100644 --- a/net-im/tg_owt/pkg-plist +++ b/net-im/tg_owt/pkg-plist @@ -1,3012 +1,3044 @@ include/tg_owt/api/adaptation/resource.h include/tg_owt/api/array_view.h include/tg_owt/api/async_dns_resolver.h include/tg_owt/api/async_resolver_factory.h include/tg_owt/api/audio/audio_frame.h include/tg_owt/api/audio/audio_frame_processor.h include/tg_owt/api/audio/audio_mixer.h include/tg_owt/api/audio/channel_layout.h include/tg_owt/api/audio/echo_canceller3_config.h include/tg_owt/api/audio/echo_canceller3_config_json.h include/tg_owt/api/audio/echo_canceller3_factory.h include/tg_owt/api/audio/echo_control.h include/tg_owt/api/audio/echo_detector_creator.h include/tg_owt/api/audio_codecs/L16/audio_decoder_L16.h include/tg_owt/api/audio_codecs/L16/audio_encoder_L16.h include/tg_owt/api/audio_codecs/audio_codec_pair_id.h include/tg_owt/api/audio_codecs/audio_decoder.h include/tg_owt/api/audio_codecs/audio_decoder_factory.h include/tg_owt/api/audio_codecs/audio_decoder_factory_template.h include/tg_owt/api/audio_codecs/audio_encoder.h include/tg_owt/api/audio_codecs/audio_encoder_factory.h include/tg_owt/api/audio_codecs/audio_encoder_factory_template.h include/tg_owt/api/audio_codecs/audio_format.h include/tg_owt/api/audio_codecs/builtin_audio_decoder_factory.h include/tg_owt/api/audio_codecs/builtin_audio_encoder_factory.h include/tg_owt/api/audio_codecs/g711/audio_decoder_g711.h include/tg_owt/api/audio_codecs/g711/audio_encoder_g711.h include/tg_owt/api/audio_codecs/g722/audio_decoder_g722.h include/tg_owt/api/audio_codecs/g722/audio_encoder_g722.h include/tg_owt/api/audio_codecs/g722/audio_encoder_g722_config.h include/tg_owt/api/audio_codecs/ilbc/audio_decoder_ilbc.h include/tg_owt/api/audio_codecs/ilbc/audio_encoder_ilbc.h include/tg_owt/api/audio_codecs/ilbc/audio_encoder_ilbc_config.h include/tg_owt/api/audio_codecs/isac/audio_decoder_isac.h include/tg_owt/api/audio_codecs/isac/audio_decoder_isac_fix.h include/tg_owt/api/audio_codecs/isac/audio_decoder_isac_float.h include/tg_owt/api/audio_codecs/isac/audio_encoder_isac.h include/tg_owt/api/audio_codecs/isac/audio_encoder_isac_fix.h include/tg_owt/api/audio_codecs/isac/audio_encoder_isac_float.h include/tg_owt/api/audio_codecs/opus/audio_decoder_multi_channel_opus.h include/tg_owt/api/audio_codecs/opus/audio_decoder_multi_channel_opus_config.h include/tg_owt/api/audio_codecs/opus/audio_decoder_opus.h include/tg_owt/api/audio_codecs/opus/audio_encoder_multi_channel_opus.h include/tg_owt/api/audio_codecs/opus/audio_encoder_multi_channel_opus_config.h include/tg_owt/api/audio_codecs/opus/audio_encoder_opus.h include/tg_owt/api/audio_codecs/opus/audio_encoder_opus_config.h include/tg_owt/api/audio_codecs/opus_audio_decoder_factory.h include/tg_owt/api/audio_codecs/opus_audio_encoder_factory.h include/tg_owt/api/audio_options.h include/tg_owt/api/call/audio_sink.h include/tg_owt/api/call/bitrate_allocation.h include/tg_owt/api/call/call_factory_interface.h include/tg_owt/api/call/transport.h include/tg_owt/api/candidate.h include/tg_owt/api/create_peerconnection_factory.h include/tg_owt/api/crypto/crypto_options.h include/tg_owt/api/crypto/frame_decryptor_interface.h include/tg_owt/api/crypto/frame_encryptor_interface.h include/tg_owt/api/crypto_params.h include/tg_owt/api/data_channel_interface.h include/tg_owt/api/dtls_transport_interface.h include/tg_owt/api/dtmf_sender_interface.h include/tg_owt/api/fec_controller.h include/tg_owt/api/fec_controller_override.h +include/tg_owt/api/field_trials.h +include/tg_owt/api/field_trials_view.h include/tg_owt/api/frame_transformer_interface.h include/tg_owt/api/function_view.h include/tg_owt/api/ice_transport_factory.h include/tg_owt/api/ice_transport_interface.h include/tg_owt/api/jsep.h include/tg_owt/api/jsep_ice_candidate.h include/tg_owt/api/jsep_session_description.h +include/tg_owt/api/make_ref_counted.h include/tg_owt/api/media_stream_interface.h include/tg_owt/api/media_stream_track.h include/tg_owt/api/media_types.h include/tg_owt/api/metronome/metronome.h include/tg_owt/api/metronome/test/fake_metronome.h include/tg_owt/api/neteq/custom_neteq_factory.h include/tg_owt/api/neteq/default_neteq_controller_factory.h include/tg_owt/api/neteq/neteq.h include/tg_owt/api/neteq/neteq_controller.h include/tg_owt/api/neteq/neteq_controller_factory.h include/tg_owt/api/neteq/neteq_factory.h include/tg_owt/api/neteq/tick_timer.h include/tg_owt/api/network_state_predictor.h include/tg_owt/api/notifier.h include/tg_owt/api/numerics/samples_stats_counter.h include/tg_owt/api/packet_socket_factory.h include/tg_owt/api/peer_connection_interface.h include/tg_owt/api/priority.h include/tg_owt/api/ref_counted_base.h include/tg_owt/api/rtc_error.h include/tg_owt/api/rtc_event_log/rtc_event.h include/tg_owt/api/rtc_event_log/rtc_event_log.h include/tg_owt/api/rtc_event_log/rtc_event_log_factory.h include/tg_owt/api/rtc_event_log/rtc_event_log_factory_interface.h include/tg_owt/api/rtc_event_log_output.h include/tg_owt/api/rtc_event_log_output_file.h include/tg_owt/api/rtp_headers.h include/tg_owt/api/rtp_packet_info.h include/tg_owt/api/rtp_packet_infos.h include/tg_owt/api/rtp_parameters.h include/tg_owt/api/rtp_receiver_interface.h include/tg_owt/api/rtp_sender_interface.h include/tg_owt/api/rtp_transceiver_direction.h include/tg_owt/api/rtp_transceiver_interface.h include/tg_owt/api/scoped_refptr.h include/tg_owt/api/sctp_transport_interface.h include/tg_owt/api/sequence_checker.h include/tg_owt/api/set_local_description_observer_interface.h include/tg_owt/api/set_remote_description_observer_interface.h include/tg_owt/api/stats/rtc_stats.h include/tg_owt/api/stats/rtc_stats_collector_callback.h include/tg_owt/api/stats/rtc_stats_report.h include/tg_owt/api/stats/rtcstats_objects.h include/tg_owt/api/stats_types.h include/tg_owt/api/task_queue/default_task_queue_factory.h -include/tg_owt/api/task_queue/queued_task.h +include/tg_owt/api/task_queue/pending_task_safety_flag.h include/tg_owt/api/task_queue/task_queue_base.h include/tg_owt/api/task_queue/task_queue_factory.h include/tg_owt/api/task_queue/task_queue_test.h include/tg_owt/api/task_queue/test/mock_task_queue_base.h include/tg_owt/api/test/audio_quality_analyzer_interface.h include/tg_owt/api/test/audioproc_float.h include/tg_owt/api/test/create_frame_generator.h include/tg_owt/api/test/create_network_emulation_manager.h include/tg_owt/api/test/create_peer_connection_quality_test_frame_generator.h include/tg_owt/api/test/create_peerconnection_quality_test_fixture.h include/tg_owt/api/test/create_simulcast_test_fixture.h include/tg_owt/api/test/create_time_controller.h include/tg_owt/api/test/create_video_quality_test_fixture.h include/tg_owt/api/test/create_videocodec_test_fixture.h -include/tg_owt/api/test/dummy_peer_connection.h include/tg_owt/api/test/fake_frame_decryptor.h include/tg_owt/api/test/fake_frame_encryptor.h include/tg_owt/api/test/frame_generator_interface.h +include/tg_owt/api/test/metrics/chrome_perf_dashboard_metrics_exporter.h +include/tg_owt/api/test/metrics/global_metrics_logger_and_exporter.h +include/tg_owt/api/test/metrics/metric.h +include/tg_owt/api/test/metrics/metrics_accumulator.h +include/tg_owt/api/test/metrics/metrics_exporter.h +include/tg_owt/api/test/metrics/metrics_logger.h +include/tg_owt/api/test/metrics/metrics_logger_and_exporter.h +include/tg_owt/api/test/metrics/metrics_set_proto_file_exporter.h +include/tg_owt/api/test/metrics/print_result_proxy_metrics_exporter.h +include/tg_owt/api/test/metrics/stdout_metrics_exporter.h include/tg_owt/api/test/mock_async_dns_resolver.h include/tg_owt/api/test/mock_audio_mixer.h include/tg_owt/api/test/mock_audio_sink.h include/tg_owt/api/test/mock_data_channel.h +include/tg_owt/api/test/mock_dtmf_sender.h +include/tg_owt/api/test/mock_encoder_selector.h include/tg_owt/api/test/mock_fec_controller_override.h include/tg_owt/api/test/mock_frame_decryptor.h include/tg_owt/api/test/mock_frame_encryptor.h include/tg_owt/api/test/mock_media_stream_interface.h +include/tg_owt/api/test/mock_packet_socket_factory.h include/tg_owt/api/test/mock_peer_connection_factory_interface.h include/tg_owt/api/test/mock_peerconnectioninterface.h include/tg_owt/api/test/mock_rtp_transceiver.h include/tg_owt/api/test/mock_rtpreceiver.h include/tg_owt/api/test/mock_rtpsender.h include/tg_owt/api/test/mock_transformable_video_frame.h include/tg_owt/api/test/mock_video_bitrate_allocator.h include/tg_owt/api/test/mock_video_bitrate_allocator_factory.h include/tg_owt/api/test/mock_video_decoder.h include/tg_owt/api/test/mock_video_decoder_factory.h include/tg_owt/api/test/mock_video_encoder.h include/tg_owt/api/test/mock_video_encoder_factory.h include/tg_owt/api/test/mock_video_track.h include/tg_owt/api/test/neteq_simulator.h include/tg_owt/api/test/neteq_simulator_factory.h include/tg_owt/api/test/network_emulation/create_cross_traffic.h include/tg_owt/api/test/network_emulation/cross_traffic.h include/tg_owt/api/test/network_emulation/network_emulation_interfaces.h include/tg_owt/api/test/network_emulation_manager.h include/tg_owt/api/test/peer_network_dependencies.h include/tg_owt/api/test/peerconnection_quality_test_fixture.h include/tg_owt/api/test/simulated_network.h include/tg_owt/api/test/simulcast_test_fixture.h include/tg_owt/api/test/stats_observer_interface.h include/tg_owt/api/test/test_dependency_factory.h include/tg_owt/api/test/time_controller.h include/tg_owt/api/test/track_id_stream_info_map.h include/tg_owt/api/test/video/function_video_decoder_factory.h include/tg_owt/api/test/video/function_video_encoder_factory.h +include/tg_owt/api/test/video/video_frame_writer.h include/tg_owt/api/test/video_quality_analyzer_interface.h include/tg_owt/api/test/video_quality_test_fixture.h include/tg_owt/api/test/videocodec_test_fixture.h include/tg_owt/api/test/videocodec_test_stats.h include/tg_owt/api/transport/bitrate_settings.h include/tg_owt/api/transport/data_channel_transport_interface.h include/tg_owt/api/transport/enums.h include/tg_owt/api/transport/field_trial_based_config.h include/tg_owt/api/transport/goog_cc_factory.h include/tg_owt/api/transport/network_control.h include/tg_owt/api/transport/network_types.h include/tg_owt/api/transport/rtp/dependency_descriptor.h include/tg_owt/api/transport/rtp/rtp_source.h include/tg_owt/api/transport/sctp_transport_factory_interface.h include/tg_owt/api/transport/stun.h include/tg_owt/api/transport/test/create_feedback_generator.h include/tg_owt/api/transport/test/feedback_generator_interface.h include/tg_owt/api/transport/test/mock_network_control.h -include/tg_owt/api/transport/webrtc_key_value_config.h include/tg_owt/api/turn_customizer.h include/tg_owt/api/uma_metrics.h include/tg_owt/api/units/data_rate.h include/tg_owt/api/units/data_size.h include/tg_owt/api/units/frequency.h include/tg_owt/api/units/time_delta.h include/tg_owt/api/units/timestamp.h include/tg_owt/api/video/builtin_video_bitrate_allocator_factory.h include/tg_owt/api/video/color_space.h include/tg_owt/api/video/encoded_frame.h include/tg_owt/api/video/encoded_image.h +include/tg_owt/api/video/frame_buffer.h include/tg_owt/api/video/hdr_metadata.h include/tg_owt/api/video/i010_buffer.h +include/tg_owt/api/video/i210_buffer.h include/tg_owt/api/video/i420_buffer.h +include/tg_owt/api/video/i422_buffer.h include/tg_owt/api/video/i444_buffer.h include/tg_owt/api/video/nv12_buffer.h include/tg_owt/api/video/recordable_encoded_frame.h include/tg_owt/api/video/render_resolution.h +include/tg_owt/api/video/resolution.h include/tg_owt/api/video/rtp_video_frame_assembler.h include/tg_owt/api/video/test/mock_recordable_encoded_frame.h +include/tg_owt/api/video/test/video_frame_matchers.h include/tg_owt/api/video/video_adaptation_counters.h include/tg_owt/api/video/video_adaptation_reason.h include/tg_owt/api/video/video_bitrate_allocation.h include/tg_owt/api/video/video_bitrate_allocator.h include/tg_owt/api/video/video_bitrate_allocator_factory.h include/tg_owt/api/video/video_codec_constants.h include/tg_owt/api/video/video_codec_type.h include/tg_owt/api/video/video_content_type.h include/tg_owt/api/video/video_frame.h include/tg_owt/api/video/video_frame_buffer.h include/tg_owt/api/video/video_frame_metadata.h include/tg_owt/api/video/video_frame_type.h include/tg_owt/api/video/video_layers_allocation.h include/tg_owt/api/video/video_rotation.h include/tg_owt/api/video/video_sink_interface.h include/tg_owt/api/video/video_source_interface.h include/tg_owt/api/video/video_stream_decoder.h include/tg_owt/api/video/video_stream_decoder_create.h -include/tg_owt/api/video/video_stream_encoder_interface.h -include/tg_owt/api/video/video_stream_encoder_observer.h include/tg_owt/api/video/video_stream_encoder_settings.h include/tg_owt/api/video/video_timing.h +include/tg_owt/api/video_codecs/av1_profile.h include/tg_owt/api/video_codecs/bitstream_parser.h include/tg_owt/api/video_codecs/builtin_video_decoder_factory.h include/tg_owt/api/video_codecs/builtin_video_encoder_factory.h include/tg_owt/api/video_codecs/h264_profile_level_id.h +include/tg_owt/api/video_codecs/scalability_mode.h +include/tg_owt/api/video_codecs/scalability_mode_helper.h include/tg_owt/api/video_codecs/sdp_video_format.h +include/tg_owt/api/video_codecs/simulcast_stream.h include/tg_owt/api/video_codecs/spatial_layer.h include/tg_owt/api/video_codecs/video_codec.h include/tg_owt/api/video_codecs/video_decoder.h include/tg_owt/api/video_codecs/video_decoder_factory.h +include/tg_owt/api/video_codecs/video_decoder_factory_template.h +include/tg_owt/api/video_codecs/video_decoder_factory_template_dav1d_adapter.h +include/tg_owt/api/video_codecs/video_decoder_factory_template_libvpx_vp8_adapter.h +include/tg_owt/api/video_codecs/video_decoder_factory_template_libvpx_vp9_adapter.h +include/tg_owt/api/video_codecs/video_decoder_factory_template_open_h264_adapter.h include/tg_owt/api/video_codecs/video_decoder_software_fallback_wrapper.h include/tg_owt/api/video_codecs/video_encoder.h -include/tg_owt/api/video_codecs/video_encoder_config.h include/tg_owt/api/video_codecs/video_encoder_factory.h include/tg_owt/api/video_codecs/video_encoder_factory_template.h include/tg_owt/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter.h include/tg_owt/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter.h include/tg_owt/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter.h include/tg_owt/api/video_codecs/video_encoder_factory_template_open_h264_adapter.h include/tg_owt/api/video_codecs/video_encoder_software_fallback_wrapper.h include/tg_owt/api/video_codecs/vp8_frame_buffer_controller.h include/tg_owt/api/video_codecs/vp8_frame_config.h include/tg_owt/api/video_codecs/vp8_temporal_layers.h include/tg_owt/api/video_codecs/vp8_temporal_layers_factory.h include/tg_owt/api/video_codecs/vp9_profile.h include/tg_owt/api/video_track_source_constraints.h include/tg_owt/api/video_track_source_proxy_factory.h include/tg_owt/api/voip/test/mock_voip_engine.h include/tg_owt/api/voip/voip_base.h include/tg_owt/api/voip/voip_codec.h include/tg_owt/api/voip/voip_dtmf.h include/tg_owt/api/voip/voip_engine.h include/tg_owt/api/voip/voip_engine_factory.h include/tg_owt/api/voip/voip_network.h include/tg_owt/api/voip/voip_statistics.h include/tg_owt/api/voip/voip_volume_control.h include/tg_owt/api/webrtc_key_value_config.h include/tg_owt/api/wrapping_async_dns_resolver.h include/tg_owt/audio/audio_level.h include/tg_owt/audio/audio_receive_stream.h include/tg_owt/audio/audio_send_stream.h include/tg_owt/audio/audio_state.h include/tg_owt/audio/audio_transport_impl.h include/tg_owt/audio/channel_receive.h include/tg_owt/audio/channel_receive_frame_transformer_delegate.h include/tg_owt/audio/channel_send.h include/tg_owt/audio/channel_send_frame_transformer_delegate.h include/tg_owt/audio/conversion.h include/tg_owt/audio/mock_voe_channel_proxy.h -include/tg_owt/audio/null_audio_poller.h include/tg_owt/audio/remix_resample.h include/tg_owt/audio/test/audio_bwe_integration_test.h include/tg_owt/audio/test/audio_end_to_end_test.h include/tg_owt/audio/utility/audio_frame_operations.h include/tg_owt/audio/utility/channel_mixer.h include/tg_owt/audio/utility/channel_mixing_matrix.h include/tg_owt/audio/voip/audio_channel.h include/tg_owt/audio/voip/audio_egress.h include/tg_owt/audio/voip/audio_ingress.h include/tg_owt/audio/voip/test/mock_task_queue.h include/tg_owt/audio/voip/voip_core.h include/tg_owt/base/compiler_specific.h include/tg_owt/build/build_config.h include/tg_owt/call/adaptation/adaptation_constraint.h include/tg_owt/call/adaptation/broadcast_resource_listener.h include/tg_owt/call/adaptation/degradation_preference_provider.h include/tg_owt/call/adaptation/encoder_settings.h include/tg_owt/call/adaptation/resource_adaptation_processor.h include/tg_owt/call/adaptation/resource_adaptation_processor_interface.h include/tg_owt/call/adaptation/test/fake_adaptation_constraint.h include/tg_owt/call/adaptation/test/fake_frame_rate_provider.h include/tg_owt/call/adaptation/test/fake_resource.h include/tg_owt/call/adaptation/test/fake_video_stream_input_state_provider.h include/tg_owt/call/adaptation/test/mock_resource_listener.h include/tg_owt/call/adaptation/video_source_restrictions.h include/tg_owt/call/adaptation/video_stream_adapter.h include/tg_owt/call/adaptation/video_stream_input_state.h include/tg_owt/call/adaptation/video_stream_input_state_provider.h include/tg_owt/call/audio_receive_stream.h include/tg_owt/call/audio_send_stream.h include/tg_owt/call/audio_sender.h include/tg_owt/call/audio_state.h include/tg_owt/call/bitrate_allocator.h include/tg_owt/call/call.h include/tg_owt/call/call_config.h include/tg_owt/call/call_factory.h include/tg_owt/call/degraded_call.h include/tg_owt/call/fake_network_pipe.h include/tg_owt/call/flexfec_receive_stream.h include/tg_owt/call/flexfec_receive_stream_impl.h include/tg_owt/call/packet_receiver.h include/tg_owt/call/rampup_tests.h include/tg_owt/call/receive_stream.h include/tg_owt/call/receive_time_calculator.h include/tg_owt/call/rtp_bitrate_configurator.h include/tg_owt/call/rtp_config.h include/tg_owt/call/rtp_demuxer.h include/tg_owt/call/rtp_packet_sink_interface.h include/tg_owt/call/rtp_payload_params.h include/tg_owt/call/rtp_stream_receiver_controller.h include/tg_owt/call/rtp_stream_receiver_controller_interface.h include/tg_owt/call/rtp_transport_config.h include/tg_owt/call/rtp_transport_controller_send.h include/tg_owt/call/rtp_transport_controller_send_factory.h include/tg_owt/call/rtp_transport_controller_send_factory_interface.h include/tg_owt/call/rtp_transport_controller_send_interface.h include/tg_owt/call/rtp_video_sender.h include/tg_owt/call/rtp_video_sender_interface.h include/tg_owt/call/rtx_receive_stream.h include/tg_owt/call/simulated_network.h include/tg_owt/call/simulated_packet_receiver.h include/tg_owt/call/syncable.h include/tg_owt/call/test/mock_audio_send_stream.h include/tg_owt/call/test/mock_bitrate_allocator.h include/tg_owt/call/test/mock_rtp_packet_sink_interface.h include/tg_owt/call/test/mock_rtp_transport_controller_send.h include/tg_owt/call/version.h include/tg_owt/call/video_receive_stream.h include/tg_owt/call/video_send_stream.h include/tg_owt/common_audio/audio_converter.h include/tg_owt/common_audio/channel_buffer.h include/tg_owt/common_audio/fir_filter.h include/tg_owt/common_audio/fir_filter_avx2.h include/tg_owt/common_audio/fir_filter_c.h include/tg_owt/common_audio/fir_filter_factory.h include/tg_owt/common_audio/fir_filter_neon.h include/tg_owt/common_audio/fir_filter_sse.h include/tg_owt/common_audio/include/audio_util.h include/tg_owt/common_audio/mocks/mock_smoothing_filter.h include/tg_owt/common_audio/real_fourier.h include/tg_owt/common_audio/real_fourier_ooura.h include/tg_owt/common_audio/resampler/include/push_resampler.h include/tg_owt/common_audio/resampler/include/resampler.h include/tg_owt/common_audio/resampler/push_sinc_resampler.h include/tg_owt/common_audio/resampler/sinc_resampler.h include/tg_owt/common_audio/resampler/sinusoidal_linear_chirp_source.h include/tg_owt/common_audio/ring_buffer.h include/tg_owt/common_audio/signal_processing/complex_fft_tables.h include/tg_owt/common_audio/signal_processing/dot_product_with_scale.h include/tg_owt/common_audio/signal_processing/include/real_fft.h include/tg_owt/common_audio/signal_processing/include/signal_processing_library.h include/tg_owt/common_audio/signal_processing/include/spl_inl.h include/tg_owt/common_audio/signal_processing/include/spl_inl_armv7.h include/tg_owt/common_audio/signal_processing/include/spl_inl_mips.h include/tg_owt/common_audio/signal_processing/resample_by_2_internal.h include/tg_owt/common_audio/smoothing_filter.h include/tg_owt/common_audio/third_party/ooura/fft_size_128/ooura_fft.h include/tg_owt/common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_common.h include/tg_owt/common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_neon_sse2.h include/tg_owt/common_audio/third_party/ooura/fft_size_256/fft4g.h include/tg_owt/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.h include/tg_owt/common_audio/vad/include/vad.h include/tg_owt/common_audio/vad/include/webrtc_vad.h include/tg_owt/common_audio/vad/mock/mock_vad.h include/tg_owt/common_audio/vad/vad_core.h include/tg_owt/common_audio/vad/vad_filterbank.h include/tg_owt/common_audio/vad/vad_gmm.h include/tg_owt/common_audio/vad/vad_sp.h include/tg_owt/common_audio/vad/vad_unittest.h include/tg_owt/common_audio/wav_file.h include/tg_owt/common_audio/wav_header.h include/tg_owt/common_audio/window_generator.h include/tg_owt/common_video/frame_counts.h include/tg_owt/common_video/frame_rate_estimator.h include/tg_owt/common_video/framerate_controller.h include/tg_owt/common_video/generic_frame_descriptor/generic_frame_info.h include/tg_owt/common_video/h264/h264_bitstream_parser.h include/tg_owt/common_video/h264/h264_common.h include/tg_owt/common_video/h264/pps_parser.h include/tg_owt/common_video/h264/sps_parser.h include/tg_owt/common_video/h264/sps_vui_rewriter.h include/tg_owt/common_video/h265/h265_bitstream_parser.h include/tg_owt/common_video/h265/h265_common.h include/tg_owt/common_video/h265/h265_pps_parser.h include/tg_owt/common_video/h265/h265_sps_parser.h include/tg_owt/common_video/h265/h265_vps_parser.h include/tg_owt/common_video/h265/legacy_bit_buffer.h include/tg_owt/common_video/include/bitrate_adjuster.h -include/tg_owt/common_video/include/incoming_video_stream.h include/tg_owt/common_video/include/quality_limitation_reason.h include/tg_owt/common_video/include/video_frame_buffer.h include/tg_owt/common_video/include/video_frame_buffer_pool.h include/tg_owt/common_video/libyuv/include/webrtc_libyuv.h include/tg_owt/common_video/test/utilities.h -include/tg_owt/common_video/video_render_frames.h include/tg_owt/logging/rtc_event_log/encoder/bit_writer.h include/tg_owt/logging/rtc_event_log/encoder/blob_encoding.h include/tg_owt/logging/rtc_event_log/encoder/delta_encoding.h include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder.h include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_common.h include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_new_format.h include/tg_owt/logging/rtc_event_log/encoder/rtc_event_log_encoder_v3.h include/tg_owt/logging/rtc_event_log/encoder/var_int.h include/tg_owt/logging/rtc_event_log/events/fixed_length_encoding_parameters_v3.h include/tg_owt/logging/rtc_event_log/events/logged_rtp_rtcp.h include/tg_owt/logging/rtc_event_log/events/rtc_event_alr_state.h include/tg_owt/logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h include/tg_owt/logging/rtc_event_log/events/rtc_event_audio_playout.h include/tg_owt/logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h include/tg_owt/logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h include/tg_owt/logging/rtc_event_log/events/rtc_event_begin_log.h include/tg_owt/logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h include/tg_owt/logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h include/tg_owt/logging/rtc_event_log/events/rtc_event_definition.h include/tg_owt/logging/rtc_event_log/events/rtc_event_dtls_transport_state.h include/tg_owt/logging/rtc_event_log/events/rtc_event_dtls_writable_state.h include/tg_owt/logging/rtc_event_log/events/rtc_event_end_log.h include/tg_owt/logging/rtc_event_log/events/rtc_event_field_encoding.h include/tg_owt/logging/rtc_event_log/events/rtc_event_field_encoding_parser.h include/tg_owt/logging/rtc_event_log/events/rtc_event_field_extraction.h include/tg_owt/logging/rtc_event_log/events/rtc_event_frame_decoded.h include/tg_owt/logging/rtc_event_log/events/rtc_event_generic_ack_received.h include/tg_owt/logging/rtc_event_log/events/rtc_event_generic_packet_received.h include/tg_owt/logging/rtc_event_log/events/rtc_event_generic_packet_sent.h include/tg_owt/logging/rtc_event_log/events/rtc_event_ice_candidate_pair.h include/tg_owt/logging/rtc_event_log/events/rtc_event_ice_candidate_pair_config.h include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_cluster_created.h include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_result_failure.h include/tg_owt/logging/rtc_event_log/events/rtc_event_probe_result_success.h include/tg_owt/logging/rtc_event_log/events/rtc_event_remote_estimate.h include/tg_owt/logging/rtc_event_log/events/rtc_event_route_change.h include/tg_owt/logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h include/tg_owt/logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h include/tg_owt/logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h include/tg_owt/logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h include/tg_owt/logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h include/tg_owt/logging/rtc_event_log/events/rtc_event_video_send_stream_config.h include/tg_owt/logging/rtc_event_log/fake_rtc_event_log.h include/tg_owt/logging/rtc_event_log/fake_rtc_event_log_factory.h include/tg_owt/logging/rtc_event_log/ice_logger.h include/tg_owt/logging/rtc_event_log/logged_events.h include/tg_owt/logging/rtc_event_log/mock/mock_rtc_event_log.h include/tg_owt/logging/rtc_event_log/output/rtc_event_log_output_file.h include/tg_owt/logging/rtc_event_log/rtc_event_log_impl.h include/tg_owt/logging/rtc_event_log/rtc_event_log_parser.h include/tg_owt/logging/rtc_event_log/rtc_event_log_unittest_helper.h include/tg_owt/logging/rtc_event_log/rtc_event_processor.h include/tg_owt/logging/rtc_event_log/rtc_stream_config.h include/tg_owt/media/base/adapted_video_track_source.h include/tg_owt/media/base/audio_source.h include/tg_owt/media/base/codec.h include/tg_owt/media/base/delayable.h include/tg_owt/media/base/fake_frame_source.h include/tg_owt/media/base/fake_media_engine.h include/tg_owt/media/base/fake_network_interface.h include/tg_owt/media/base/fake_rtp.h include/tg_owt/media/base/fake_video_renderer.h include/tg_owt/media/base/media_channel.h include/tg_owt/media/base/media_config.h include/tg_owt/media/base/media_constants.h include/tg_owt/media/base/media_engine.h include/tg_owt/media/base/rid_description.h include/tg_owt/media/base/rtp_utils.h include/tg_owt/media/base/sdp_video_format_utils.h include/tg_owt/media/base/stream_params.h include/tg_owt/media/base/test_utils.h include/tg_owt/media/base/turn_utils.h include/tg_owt/media/base/video_adapter.h include/tg_owt/media/base/video_broadcaster.h include/tg_owt/media/base/video_common.h include/tg_owt/media/base/video_source_base.h include/tg_owt/media/engine/adm_helpers.h include/tg_owt/media/engine/encoder_simulcast_proxy.h include/tg_owt/media/engine/fake_video_codec_factory.h include/tg_owt/media/engine/fake_webrtc_call.h include/tg_owt/media/engine/fake_webrtc_video_engine.h include/tg_owt/media/engine/internal_decoder_factory.h include/tg_owt/media/engine/internal_encoder_factory.h include/tg_owt/media/engine/multiplex_codec_factory.h include/tg_owt/media/engine/null_webrtc_video_engine.h include/tg_owt/media/engine/payload_type_mapper.h -include/tg_owt/media/engine/simulcast.h include/tg_owt/media/engine/simulcast_encoder_adapter.h include/tg_owt/media/engine/unhandled_packets_buffer.h include/tg_owt/media/engine/webrtc_media_engine.h include/tg_owt/media/engine/webrtc_media_engine_defaults.h include/tg_owt/media/engine/webrtc_video_engine.h include/tg_owt/media/engine/webrtc_voice_engine.h include/tg_owt/media/sctp/dcsctp_transport.h include/tg_owt/media/sctp/sctp_transport_factory.h include/tg_owt/media/sctp/sctp_transport_internal.h -include/tg_owt/media/sctp/usrsctp_transport.h include/tg_owt/modules/async_audio_processing/async_audio_processing.h include/tg_owt/modules/audio_coding/acm2/acm_receive_test.h include/tg_owt/modules/audio_coding/acm2/acm_receiver.h include/tg_owt/modules/audio_coding/acm2/acm_remixing.h include/tg_owt/modules/audio_coding/acm2/acm_resampler.h include/tg_owt/modules/audio_coding/acm2/acm_send_test.h include/tg_owt/modules/audio_coding/acm2/call_statistics.h include/tg_owt/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h include/tg_owt/modules/audio_coding/audio_network_adaptor/bitrate_controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/channel_controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/controller_manager.h include/tg_owt/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h include/tg_owt/modules/audio_coding/audio_network_adaptor/dtx_controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/event_log_writer.h include/tg_owt/modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h include/tg_owt/modules/audio_coding/audio_network_adaptor/frame_length_controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/frame_length_controller_v2.h include/tg_owt/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h include/tg_owt/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h include/tg_owt/modules/audio_coding/audio_network_adaptor/mock/mock_audio_network_adaptor.h include/tg_owt/modules/audio_coding/audio_network_adaptor/mock/mock_controller.h include/tg_owt/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h include/tg_owt/modules/audio_coding/audio_network_adaptor/mock/mock_debug_dump_writer.h include/tg_owt/modules/audio_coding/audio_network_adaptor/util/threshold_curve.h include/tg_owt/modules/audio_coding/codecs/audio_decoder.h include/tg_owt/modules/audio_coding/codecs/audio_encoder.h include/tg_owt/modules/audio_coding/codecs/cng/audio_encoder_cng.h include/tg_owt/modules/audio_coding/codecs/cng/webrtc_cng.h include/tg_owt/modules/audio_coding/codecs/g711/audio_decoder_pcm.h include/tg_owt/modules/audio_coding/codecs/g711/audio_encoder_pcm.h include/tg_owt/modules/audio_coding/codecs/g711/g711_interface.h include/tg_owt/modules/audio_coding/codecs/g722/audio_decoder_g722.h include/tg_owt/modules/audio_coding/codecs/g722/audio_encoder_g722.h include/tg_owt/modules/audio_coding/codecs/g722/g722_interface.h include/tg_owt/modules/audio_coding/codecs/ilbc/abs_quant.h include/tg_owt/modules/audio_coding/codecs/ilbc/abs_quant_loop.h include/tg_owt/modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h include/tg_owt/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h include/tg_owt/modules/audio_coding/codecs/ilbc/augmented_cb_corr.h include/tg_owt/modules/audio_coding/codecs/ilbc/bw_expand.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_construct.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_mem_energy.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_search.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_search_core.h include/tg_owt/modules/audio_coding/codecs/ilbc/cb_update_best_index.h include/tg_owt/modules/audio_coding/codecs/ilbc/chebyshev.h include/tg_owt/modules/audio_coding/codecs/ilbc/comp_corr.h include/tg_owt/modules/audio_coding/codecs/ilbc/constants.h include/tg_owt/modules/audio_coding/codecs/ilbc/create_augmented_vec.h include/tg_owt/modules/audio_coding/codecs/ilbc/decode.h include/tg_owt/modules/audio_coding/codecs/ilbc/decode_residual.h include/tg_owt/modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h include/tg_owt/modules/audio_coding/codecs/ilbc/defines.h include/tg_owt/modules/audio_coding/codecs/ilbc/do_plc.h include/tg_owt/modules/audio_coding/codecs/ilbc/encode.h include/tg_owt/modules/audio_coding/codecs/ilbc/energy_inverse.h include/tg_owt/modules/audio_coding/codecs/ilbc/enh_upsample.h include/tg_owt/modules/audio_coding/codecs/ilbc/enhancer.h include/tg_owt/modules/audio_coding/codecs/ilbc/enhancer_interface.h include/tg_owt/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h include/tg_owt/modules/audio_coding/codecs/ilbc/frame_classify.h include/tg_owt/modules/audio_coding/codecs/ilbc/gain_dequant.h include/tg_owt/modules/audio_coding/codecs/ilbc/gain_quant.h include/tg_owt/modules/audio_coding/codecs/ilbc/get_cd_vec.h include/tg_owt/modules/audio_coding/codecs/ilbc/get_lsp_poly.h include/tg_owt/modules/audio_coding/codecs/ilbc/get_sync_seq.h include/tg_owt/modules/audio_coding/codecs/ilbc/hp_input.h include/tg_owt/modules/audio_coding/codecs/ilbc/hp_output.h include/tg_owt/modules/audio_coding/codecs/ilbc/ilbc.h include/tg_owt/modules/audio_coding/codecs/ilbc/index_conv_dec.h include/tg_owt/modules/audio_coding/codecs/ilbc/index_conv_enc.h include/tg_owt/modules/audio_coding/codecs/ilbc/init_decode.h include/tg_owt/modules/audio_coding/codecs/ilbc/init_encode.h include/tg_owt/modules/audio_coding/codecs/ilbc/interpolate.h include/tg_owt/modules/audio_coding/codecs/ilbc/interpolate_samples.h include/tg_owt/modules/audio_coding/codecs/ilbc/lpc_encode.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsf_check.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsf_to_lsp.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsf_to_poly.h include/tg_owt/modules/audio_coding/codecs/ilbc/lsp_to_lsf.h include/tg_owt/modules/audio_coding/codecs/ilbc/my_corr.h include/tg_owt/modules/audio_coding/codecs/ilbc/nearest_neighbor.h include/tg_owt/modules/audio_coding/codecs/ilbc/pack_bits.h include/tg_owt/modules/audio_coding/codecs/ilbc/poly_to_lsf.h include/tg_owt/modules/audio_coding/codecs/ilbc/poly_to_lsp.h include/tg_owt/modules/audio_coding/codecs/ilbc/refiner.h include/tg_owt/modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h include/tg_owt/modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h include/tg_owt/modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h include/tg_owt/modules/audio_coding/codecs/ilbc/simple_lsf_quant.h include/tg_owt/modules/audio_coding/codecs/ilbc/smooth.h include/tg_owt/modules/audio_coding/codecs/ilbc/smooth_out_data.h include/tg_owt/modules/audio_coding/codecs/ilbc/sort_sq.h include/tg_owt/modules/audio_coding/codecs/ilbc/split_vq.h include/tg_owt/modules/audio_coding/codecs/ilbc/state_construct.h include/tg_owt/modules/audio_coding/codecs/ilbc/state_search.h include/tg_owt/modules/audio_coding/codecs/ilbc/swap_bytes.h include/tg_owt/modules/audio_coding/codecs/ilbc/unpack_bits.h include/tg_owt/modules/audio_coding/codecs/ilbc/vq3.h include/tg_owt/modules/audio_coding/codecs/ilbc/vq4.h include/tg_owt/modules/audio_coding/codecs/ilbc/window32_w32.h include/tg_owt/modules/audio_coding/codecs/ilbc/xcorr_coef.h include/tg_owt/modules/audio_coding/codecs/isac/audio_decoder_isac_t.h include/tg_owt/modules/audio_coding/codecs/isac/audio_decoder_isac_t_impl.h include/tg_owt/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h include/tg_owt/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h include/tg_owt/modules/audio_coding/codecs/isac/bandwidth_info.h include/tg_owt/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h include/tg_owt/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h include/tg_owt/modules/audio_coding/codecs/isac/fix/include/isacfix.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/arith_routins.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/codec.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/fft.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/filterbank_internal.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/lpc_tables.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/settings.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h include/tg_owt/modules/audio_coding/codecs/isac/fix/source/structs.h include/tg_owt/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h include/tg_owt/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h include/tg_owt/modules/audio_coding/codecs/isac/main/include/isac.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/arith_routines.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/codec.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/crc.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/entropy_coding.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/filter_functions.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/isac_float_type.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/isac_vad.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/lpc_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/os_specific_inline.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_filter.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/settings.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h include/tg_owt/modules/audio_coding/codecs/isac/main/source/structs.h include/tg_owt/modules/audio_coding/codecs/isac/main/util/utility.h include/tg_owt/modules/audio_coding/codecs/legacy_encoded_audio_frame.h include/tg_owt/modules/audio_coding/codecs/opus/audio_coder_opus_common.h include/tg_owt/modules/audio_coding/codecs/opus/audio_decoder_multi_channel_opus_impl.h include/tg_owt/modules/audio_coding/codecs/opus/audio_decoder_opus.h include/tg_owt/modules/audio_coding/codecs/opus/audio_encoder_multi_channel_opus_impl.h include/tg_owt/modules/audio_coding/codecs/opus/audio_encoder_opus.h include/tg_owt/modules/audio_coding/codecs/opus/opus_inst.h include/tg_owt/modules/audio_coding/codecs/opus/opus_interface.h include/tg_owt/modules/audio_coding/codecs/opus/test/audio_ring_buffer.h include/tg_owt/modules/audio_coding/codecs/opus/test/blocker.h include/tg_owt/modules/audio_coding/codecs/opus/test/lapped_transform.h include/tg_owt/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h include/tg_owt/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h include/tg_owt/modules/audio_coding/codecs/pcm16b/pcm16b.h include/tg_owt/modules/audio_coding/codecs/pcm16b/pcm16b_common.h include/tg_owt/modules/audio_coding/codecs/red/audio_encoder_copy_red.h include/tg_owt/modules/audio_coding/codecs/tools/audio_codec_speed_test.h include/tg_owt/modules/audio_coding/include/audio_coding_module.h include/tg_owt/modules/audio_coding/include/audio_coding_module_typedefs.h include/tg_owt/modules/audio_coding/neteq/accelerate.h include/tg_owt/modules/audio_coding/neteq/audio_multi_vector.h include/tg_owt/modules/audio_coding/neteq/audio_vector.h include/tg_owt/modules/audio_coding/neteq/background_noise.h include/tg_owt/modules/audio_coding/neteq/buffer_level_filter.h include/tg_owt/modules/audio_coding/neteq/comfort_noise.h include/tg_owt/modules/audio_coding/neteq/cross_correlation.h include/tg_owt/modules/audio_coding/neteq/decision_logic.h include/tg_owt/modules/audio_coding/neteq/decoder_database.h include/tg_owt/modules/audio_coding/neteq/default_neteq_factory.h include/tg_owt/modules/audio_coding/neteq/delay_manager.h include/tg_owt/modules/audio_coding/neteq/dsp_helper.h include/tg_owt/modules/audio_coding/neteq/dtmf_buffer.h include/tg_owt/modules/audio_coding/neteq/dtmf_tone_generator.h include/tg_owt/modules/audio_coding/neteq/expand.h include/tg_owt/modules/audio_coding/neteq/expand_uma_logger.h include/tg_owt/modules/audio_coding/neteq/histogram.h include/tg_owt/modules/audio_coding/neteq/merge.h include/tg_owt/modules/audio_coding/neteq/mock/mock_buffer_level_filter.h include/tg_owt/modules/audio_coding/neteq/mock/mock_decoder_database.h include/tg_owt/modules/audio_coding/neteq/mock/mock_delay_manager.h include/tg_owt/modules/audio_coding/neteq/mock/mock_dtmf_buffer.h include/tg_owt/modules/audio_coding/neteq/mock/mock_dtmf_tone_generator.h include/tg_owt/modules/audio_coding/neteq/mock/mock_expand.h include/tg_owt/modules/audio_coding/neteq/mock/mock_histogram.h include/tg_owt/modules/audio_coding/neteq/mock/mock_neteq_controller.h include/tg_owt/modules/audio_coding/neteq/mock/mock_packet_buffer.h include/tg_owt/modules/audio_coding/neteq/mock/mock_red_payload_splitter.h include/tg_owt/modules/audio_coding/neteq/mock/mock_statistics_calculator.h include/tg_owt/modules/audio_coding/neteq/nack_tracker.h include/tg_owt/modules/audio_coding/neteq/neteq_impl.h include/tg_owt/modules/audio_coding/neteq/normal.h include/tg_owt/modules/audio_coding/neteq/packet.h +include/tg_owt/modules/audio_coding/neteq/packet_arrival_history.h include/tg_owt/modules/audio_coding/neteq/packet_buffer.h include/tg_owt/modules/audio_coding/neteq/post_decode_vad.h include/tg_owt/modules/audio_coding/neteq/preemptive_expand.h include/tg_owt/modules/audio_coding/neteq/random_vector.h include/tg_owt/modules/audio_coding/neteq/red_payload_splitter.h -include/tg_owt/modules/audio_coding/neteq/relative_arrival_delay_tracker.h include/tg_owt/modules/audio_coding/neteq/reorder_optimizer.h include/tg_owt/modules/audio_coding/neteq/statistics_calculator.h include/tg_owt/modules/audio_coding/neteq/sync_buffer.h include/tg_owt/modules/audio_coding/neteq/test/neteq_decoding_test.h include/tg_owt/modules/audio_coding/neteq/test/result_sink.h include/tg_owt/modules/audio_coding/neteq/time_stretch.h include/tg_owt/modules/audio_coding/neteq/timestamp_scaler.h include/tg_owt/modules/audio_coding/neteq/tools/audio_checksum.h include/tg_owt/modules/audio_coding/neteq/tools/audio_loop.h include/tg_owt/modules/audio_coding/neteq/tools/audio_sink.h include/tg_owt/modules/audio_coding/neteq/tools/constant_pcm_packet_source.h include/tg_owt/modules/audio_coding/neteq/tools/encode_neteq_input.h include/tg_owt/modules/audio_coding/neteq/tools/fake_decode_from_file.h include/tg_owt/modules/audio_coding/neteq/tools/initial_packet_inserter_neteq_input.h include/tg_owt/modules/audio_coding/neteq/tools/input_audio_file.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_delay_analyzer.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_event_log_input.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_input.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_packet_source_input.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_performance_test.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_quality_test.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_replacement_input.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_stats_getter.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_stats_plotter.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_test.h include/tg_owt/modules/audio_coding/neteq/tools/neteq_test_factory.h include/tg_owt/modules/audio_coding/neteq/tools/output_audio_file.h include/tg_owt/modules/audio_coding/neteq/tools/output_wav_file.h include/tg_owt/modules/audio_coding/neteq/tools/packet.h include/tg_owt/modules/audio_coding/neteq/tools/packet_source.h include/tg_owt/modules/audio_coding/neteq/tools/resample_input_audio_file.h include/tg_owt/modules/audio_coding/neteq/tools/rtc_event_log_source.h include/tg_owt/modules/audio_coding/neteq/tools/rtp_file_source.h include/tg_owt/modules/audio_coding/neteq/tools/rtp_generator.h include/tg_owt/modules/audio_coding/neteq/underrun_optimizer.h include/tg_owt/modules/audio_coding/test/Channel.h include/tg_owt/modules/audio_coding/test/EncodeDecodeTest.h include/tg_owt/modules/audio_coding/test/PCMFile.h include/tg_owt/modules/audio_coding/test/PacketLossTest.h include/tg_owt/modules/audio_coding/test/RTPFile.h include/tg_owt/modules/audio_coding/test/TestAllCodecs.h include/tg_owt/modules/audio_coding/test/TestRedFec.h include/tg_owt/modules/audio_coding/test/TestStereo.h include/tg_owt/modules/audio_coding/test/TestVADDTX.h include/tg_owt/modules/audio_coding/test/TwoWayCommunication.h include/tg_owt/modules/audio_coding/test/iSACTest.h include/tg_owt/modules/audio_coding/test/opus_test.h include/tg_owt/modules/audio_device/android/aaudio_player.h include/tg_owt/modules/audio_device/android/aaudio_recorder.h include/tg_owt/modules/audio_device/android/aaudio_wrapper.h include/tg_owt/modules/audio_device/android/audio_common.h include/tg_owt/modules/audio_device/android/audio_device_template.h include/tg_owt/modules/audio_device/android/audio_manager.h include/tg_owt/modules/audio_device/android/audio_record_jni.h include/tg_owt/modules/audio_device/android/audio_track_jni.h include/tg_owt/modules/audio_device/android/build_info.h include/tg_owt/modules/audio_device/android/ensure_initialized.h include/tg_owt/modules/audio_device/android/opensles_common.h include/tg_owt/modules/audio_device/android/opensles_player.h include/tg_owt/modules/audio_device/android/opensles_recorder.h include/tg_owt/modules/audio_device/audio_device_buffer.h include/tg_owt/modules/audio_device/audio_device_config.h include/tg_owt/modules/audio_device/audio_device_generic.h include/tg_owt/modules/audio_device/audio_device_impl.h include/tg_owt/modules/audio_device/audio_device_name.h include/tg_owt/modules/audio_device/dummy/audio_device_dummy.h include/tg_owt/modules/audio_device/dummy/file_audio_device.h include/tg_owt/modules/audio_device/dummy/file_audio_device_factory.h include/tg_owt/modules/audio_device/fine_audio_buffer.h include/tg_owt/modules/audio_device/include/audio_device.h include/tg_owt/modules/audio_device/include/audio_device_data_observer.h include/tg_owt/modules/audio_device/include/audio_device_default.h include/tg_owt/modules/audio_device/include/audio_device_defines.h include/tg_owt/modules/audio_device/include/audio_device_factory.h include/tg_owt/modules/audio_device/include/fake_audio_device.h include/tg_owt/modules/audio_device/include/mock_audio_device.h include/tg_owt/modules/audio_device/include/mock_audio_transport.h include/tg_owt/modules/audio_device/include/test_audio_device.h include/tg_owt/modules/audio_device/linux/alsasymboltable_linux.h include/tg_owt/modules/audio_device/linux/audio_device_alsa_linux.h include/tg_owt/modules/audio_device/linux/audio_device_pulse_linux.h include/tg_owt/modules/audio_device/linux/audio_mixer_manager_alsa_linux.h include/tg_owt/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h include/tg_owt/modules/audio_device/linux/latebindingsymboltable_linux.h include/tg_owt/modules/audio_device/linux/pulseaudiosymboltable_linux.h include/tg_owt/modules/audio_device/mac/audio_device_mac.h include/tg_owt/modules/audio_device/mac/audio_mixer_manager_mac.h include/tg_owt/modules/audio_device/mock_audio_device_buffer.h include/tg_owt/modules/audio_device/win/audio_device_core_win.h include/tg_owt/modules/audio_device/win/audio_device_module_win.h include/tg_owt/modules/audio_device/win/core_audio_base_win.h include/tg_owt/modules/audio_device/win/core_audio_input_win.h include/tg_owt/modules/audio_device/win/core_audio_output_win.h include/tg_owt/modules/audio_device/win/core_audio_utility_win.h include/tg_owt/modules/audio_mixer/audio_frame_manipulator.h include/tg_owt/modules/audio_mixer/audio_mixer_impl.h include/tg_owt/modules/audio_mixer/default_output_rate_calculator.h include/tg_owt/modules/audio_mixer/frame_combiner.h include/tg_owt/modules/audio_mixer/gain_change_calculator.h include/tg_owt/modules/audio_mixer/output_rate_calculator.h include/tg_owt/modules/audio_mixer/sine_wave_generator.h include/tg_owt/modules/audio_processing/aec3/adaptive_fir_filter.h include/tg_owt/modules/audio_processing/aec3/adaptive_fir_filter_erl.h include/tg_owt/modules/audio_processing/aec3/aec3_common.h include/tg_owt/modules/audio_processing/aec3/aec3_fft.h include/tg_owt/modules/audio_processing/aec3/aec_state.h include/tg_owt/modules/audio_processing/aec3/alignment_mixer.h include/tg_owt/modules/audio_processing/aec3/api_call_jitter_metrics.h +include/tg_owt/modules/audio_processing/aec3/block.h include/tg_owt/modules/audio_processing/aec3/block_buffer.h include/tg_owt/modules/audio_processing/aec3/block_delay_buffer.h include/tg_owt/modules/audio_processing/aec3/block_framer.h include/tg_owt/modules/audio_processing/aec3/block_processor.h include/tg_owt/modules/audio_processing/aec3/block_processor_metrics.h include/tg_owt/modules/audio_processing/aec3/clockdrift_detector.h include/tg_owt/modules/audio_processing/aec3/coarse_filter_update_gain.h include/tg_owt/modules/audio_processing/aec3/comfort_noise_generator.h +include/tg_owt/modules/audio_processing/aec3/config_selector.h include/tg_owt/modules/audio_processing/aec3/decimator.h include/tg_owt/modules/audio_processing/aec3/delay_estimate.h include/tg_owt/modules/audio_processing/aec3/dominant_nearend_detector.h include/tg_owt/modules/audio_processing/aec3/downsampled_render_buffer.h include/tg_owt/modules/audio_processing/aec3/echo_audibility.h include/tg_owt/modules/audio_processing/aec3/echo_canceller3.h include/tg_owt/modules/audio_processing/aec3/echo_path_delay_estimator.h include/tg_owt/modules/audio_processing/aec3/echo_path_variability.h include/tg_owt/modules/audio_processing/aec3/echo_remover.h include/tg_owt/modules/audio_processing/aec3/echo_remover_metrics.h include/tg_owt/modules/audio_processing/aec3/erl_estimator.h include/tg_owt/modules/audio_processing/aec3/erle_estimator.h include/tg_owt/modules/audio_processing/aec3/fft_buffer.h include/tg_owt/modules/audio_processing/aec3/fft_data.h include/tg_owt/modules/audio_processing/aec3/filter_analyzer.h include/tg_owt/modules/audio_processing/aec3/frame_blocker.h include/tg_owt/modules/audio_processing/aec3/fullband_erle_estimator.h include/tg_owt/modules/audio_processing/aec3/matched_filter.h include/tg_owt/modules/audio_processing/aec3/matched_filter_lag_aggregator.h include/tg_owt/modules/audio_processing/aec3/mock/mock_block_processor.h include/tg_owt/modules/audio_processing/aec3/mock/mock_echo_remover.h include/tg_owt/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h include/tg_owt/modules/audio_processing/aec3/mock/mock_render_delay_controller.h include/tg_owt/modules/audio_processing/aec3/moving_average.h +include/tg_owt/modules/audio_processing/aec3/multi_channel_content_detector.h include/tg_owt/modules/audio_processing/aec3/nearend_detector.h include/tg_owt/modules/audio_processing/aec3/refined_filter_update_gain.h include/tg_owt/modules/audio_processing/aec3/render_buffer.h include/tg_owt/modules/audio_processing/aec3/render_delay_buffer.h include/tg_owt/modules/audio_processing/aec3/render_delay_controller.h include/tg_owt/modules/audio_processing/aec3/render_delay_controller_metrics.h include/tg_owt/modules/audio_processing/aec3/render_signal_analyzer.h include/tg_owt/modules/audio_processing/aec3/residual_echo_estimator.h include/tg_owt/modules/audio_processing/aec3/reverb_decay_estimator.h include/tg_owt/modules/audio_processing/aec3/reverb_frequency_response.h include/tg_owt/modules/audio_processing/aec3/reverb_model.h include/tg_owt/modules/audio_processing/aec3/reverb_model_estimator.h include/tg_owt/modules/audio_processing/aec3/signal_dependent_erle_estimator.h include/tg_owt/modules/audio_processing/aec3/spectrum_buffer.h include/tg_owt/modules/audio_processing/aec3/stationarity_estimator.h include/tg_owt/modules/audio_processing/aec3/subband_erle_estimator.h include/tg_owt/modules/audio_processing/aec3/subband_nearend_detector.h include/tg_owt/modules/audio_processing/aec3/subtractor.h include/tg_owt/modules/audio_processing/aec3/subtractor_output.h include/tg_owt/modules/audio_processing/aec3/subtractor_output_analyzer.h include/tg_owt/modules/audio_processing/aec3/suppression_filter.h include/tg_owt/modules/audio_processing/aec3/suppression_gain.h include/tg_owt/modules/audio_processing/aec3/transparent_mode.h include/tg_owt/modules/audio_processing/aec3/vector_math.h include/tg_owt/modules/audio_processing/aec_dump/aec_dump_factory.h include/tg_owt/modules/audio_processing/aec_dump/aec_dump_impl.h include/tg_owt/modules/audio_processing/aec_dump/capture_stream_info.h include/tg_owt/modules/audio_processing/aec_dump/mock_aec_dump.h -include/tg_owt/modules/audio_processing/aec_dump/write_to_file_task.h include/tg_owt/modules/audio_processing/aecm/aecm_core.h include/tg_owt/modules/audio_processing/aecm/aecm_defines.h include/tg_owt/modules/audio_processing/aecm/echo_control_mobile.h include/tg_owt/modules/audio_processing/agc/agc.h include/tg_owt/modules/audio_processing/agc/agc_manager_direct.h include/tg_owt/modules/audio_processing/agc/analog_gain_stats_reporter.h -include/tg_owt/modules/audio_processing/agc/clipping_predictor.h -include/tg_owt/modules/audio_processing/agc/clipping_predictor_evaluator.h -include/tg_owt/modules/audio_processing/agc/clipping_predictor_level_buffer.h include/tg_owt/modules/audio_processing/agc/gain_control.h -include/tg_owt/modules/audio_processing/agc/gain_map_internal.h include/tg_owt/modules/audio_processing/agc/legacy/analog_agc.h include/tg_owt/modules/audio_processing/agc/legacy/digital_agc.h include/tg_owt/modules/audio_processing/agc/legacy/gain_control.h include/tg_owt/modules/audio_processing/agc/loudness_histogram.h include/tg_owt/modules/audio_processing/agc/mock_agc.h include/tg_owt/modules/audio_processing/agc/utility.h include/tg_owt/modules/audio_processing/agc2/adaptive_digital_gain_applier.h include/tg_owt/modules/audio_processing/agc2/adaptive_digital_gain_controller.h include/tg_owt/modules/audio_processing/agc2/adaptive_mode_level_estimator.h include/tg_owt/modules/audio_processing/agc2/agc2_common.h include/tg_owt/modules/audio_processing/agc2/agc2_testing_common.h include/tg_owt/modules/audio_processing/agc2/biquad_filter.h +include/tg_owt/modules/audio_processing/agc2/clipping_predictor.h +include/tg_owt/modules/audio_processing/agc2/clipping_predictor_level_buffer.h include/tg_owt/modules/audio_processing/agc2/compute_interpolated_gain_curve.h include/tg_owt/modules/audio_processing/agc2/cpu_features.h include/tg_owt/modules/audio_processing/agc2/fixed_digital_level_estimator.h include/tg_owt/modules/audio_processing/agc2/gain_applier.h +include/tg_owt/modules/audio_processing/agc2/gain_map_internal.h include/tg_owt/modules/audio_processing/agc2/interpolated_gain_curve.h include/tg_owt/modules/audio_processing/agc2/limiter.h include/tg_owt/modules/audio_processing/agc2/limiter_db_gain_curve.h include/tg_owt/modules/audio_processing/agc2/noise_level_estimator.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/auto_correlation.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/common.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/features_extraction.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/lp_residual.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/pitch_search.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/pitch_search_internal.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/ring_buffer.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/rnn.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/rnn_fc.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/rnn_gru.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/sequence_buffer.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/spectral_features.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/spectral_features_internal.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/symmetric_matrix_buffer.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/test_utils.h include/tg_owt/modules/audio_processing/agc2/rnn_vad/vector_math.h include/tg_owt/modules/audio_processing/agc2/saturation_protector.h include/tg_owt/modules/audio_processing/agc2/saturation_protector_buffer.h +include/tg_owt/modules/audio_processing/agc2/speech_probability_buffer.h include/tg_owt/modules/audio_processing/agc2/vad_wrapper.h include/tg_owt/modules/audio_processing/agc2/vector_float_frame.h include/tg_owt/modules/audio_processing/audio_buffer.h include/tg_owt/modules/audio_processing/audio_processing_impl.h include/tg_owt/modules/audio_processing/capture_levels_adjuster/audio_samples_scaler.h include/tg_owt/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster.h include/tg_owt/modules/audio_processing/echo_control_mobile_impl.h include/tg_owt/modules/audio_processing/echo_detector/circular_buffer.h include/tg_owt/modules/audio_processing/echo_detector/mean_variance_estimator.h include/tg_owt/modules/audio_processing/echo_detector/moving_max.h include/tg_owt/modules/audio_processing/echo_detector/normalized_covariance_estimator.h include/tg_owt/modules/audio_processing/gain_control_impl.h include/tg_owt/modules/audio_processing/gain_controller2.h include/tg_owt/modules/audio_processing/high_pass_filter.h include/tg_owt/modules/audio_processing/include/aec_dump.h include/tg_owt/modules/audio_processing/include/audio_frame_proxies.h include/tg_owt/modules/audio_processing/include/audio_frame_view.h include/tg_owt/modules/audio_processing/include/audio_processing.h include/tg_owt/modules/audio_processing/include/audio_processing_statistics.h include/tg_owt/modules/audio_processing/include/mock_audio_processing.h include/tg_owt/modules/audio_processing/logging/apm_data_dumper.h include/tg_owt/modules/audio_processing/ns/fast_math.h include/tg_owt/modules/audio_processing/ns/histograms.h include/tg_owt/modules/audio_processing/ns/noise_estimator.h include/tg_owt/modules/audio_processing/ns/noise_suppressor.h include/tg_owt/modules/audio_processing/ns/ns_common.h include/tg_owt/modules/audio_processing/ns/ns_config.h include/tg_owt/modules/audio_processing/ns/ns_fft.h include/tg_owt/modules/audio_processing/ns/prior_signal_model.h include/tg_owt/modules/audio_processing/ns/prior_signal_model_estimator.h include/tg_owt/modules/audio_processing/ns/quantile_noise_estimator.h include/tg_owt/modules/audio_processing/ns/signal_model.h include/tg_owt/modules/audio_processing/ns/signal_model_estimator.h include/tg_owt/modules/audio_processing/ns/speech_probability_estimator.h include/tg_owt/modules/audio_processing/ns/suppression_params.h include/tg_owt/modules/audio_processing/ns/wiener_filter.h include/tg_owt/modules/audio_processing/optionally_built_submodule_creators.h include/tg_owt/modules/audio_processing/render_queue_item_verifier.h include/tg_owt/modules/audio_processing/residual_echo_detector.h include/tg_owt/modules/audio_processing/rms_level.h include/tg_owt/modules/audio_processing/splitting_filter.h include/tg_owt/modules/audio_processing/test/aec_dump_based_simulator.h include/tg_owt/modules/audio_processing/test/api_call_statistics.h include/tg_owt/modules/audio_processing/test/audio_buffer_tools.h include/tg_owt/modules/audio_processing/test/audio_processing_builder_for_testing.h include/tg_owt/modules/audio_processing/test/audio_processing_simulator.h include/tg_owt/modules/audio_processing/test/audioproc_float_impl.h include/tg_owt/modules/audio_processing/test/bitexactness_tools.h include/tg_owt/modules/audio_processing/test/conversational_speech/config.h include/tg_owt/modules/audio_processing/test/conversational_speech/mock_wavreader.h include/tg_owt/modules/audio_processing/test/conversational_speech/mock_wavreader_factory.h include/tg_owt/modules/audio_processing/test/conversational_speech/multiend_call.h include/tg_owt/modules/audio_processing/test/conversational_speech/simulator.h include/tg_owt/modules/audio_processing/test/conversational_speech/timing.h include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_abstract_factory.h include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_factory.h include/tg_owt/modules/audio_processing/test/conversational_speech/wavreader_interface.h include/tg_owt/modules/audio_processing/test/debug_dump_replayer.h include/tg_owt/modules/audio_processing/test/echo_canceller_test_tools.h include/tg_owt/modules/audio_processing/test/echo_control_mock.h include/tg_owt/modules/audio_processing/test/fake_recording_device.h include/tg_owt/modules/audio_processing/test/performance_timer.h include/tg_owt/modules/audio_processing/test/protobuf_utils.h include/tg_owt/modules/audio_processing/test/runtime_setting_util.h include/tg_owt/modules/audio_processing/test/simulator_buffers.h include/tg_owt/modules/audio_processing/test/test_utils.h include/tg_owt/modules/audio_processing/test/wav_based_simulator.h include/tg_owt/modules/audio_processing/three_band_filter_bank.h include/tg_owt/modules/audio_processing/transient/common.h include/tg_owt/modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h include/tg_owt/modules/audio_processing/transient/dyadic_decimator.h include/tg_owt/modules/audio_processing/transient/file_utils.h include/tg_owt/modules/audio_processing/transient/moving_moments.h include/tg_owt/modules/audio_processing/transient/transient_detector.h include/tg_owt/modules/audio_processing/transient/transient_suppressor.h include/tg_owt/modules/audio_processing/transient/transient_suppressor_impl.h +include/tg_owt/modules/audio_processing/transient/voice_probability_delay_unit.h include/tg_owt/modules/audio_processing/transient/windows_private.h include/tg_owt/modules/audio_processing/transient/wpd_node.h include/tg_owt/modules/audio_processing/transient/wpd_tree.h -include/tg_owt/modules/audio_processing/typing_detection.h include/tg_owt/modules/audio_processing/utility/cascaded_biquad_filter.h include/tg_owt/modules/audio_processing/utility/delay_estimator.h include/tg_owt/modules/audio_processing/utility/delay_estimator_internal.h include/tg_owt/modules/audio_processing/utility/delay_estimator_wrapper.h include/tg_owt/modules/audio_processing/utility/pffft_wrapper.h include/tg_owt/modules/audio_processing/vad/common.h include/tg_owt/modules/audio_processing/vad/gmm.h include/tg_owt/modules/audio_processing/vad/noise_gmm_tables.h include/tg_owt/modules/audio_processing/vad/pitch_based_vad.h include/tg_owt/modules/audio_processing/vad/pitch_internal.h include/tg_owt/modules/audio_processing/vad/pole_zero_filter.h include/tg_owt/modules/audio_processing/vad/standalone_vad.h include/tg_owt/modules/audio_processing/vad/vad_audio_proc.h include/tg_owt/modules/audio_processing/vad/vad_audio_proc_internal.h include/tg_owt/modules/audio_processing/vad/vad_circular_buffer.h include/tg_owt/modules/audio_processing/vad/voice_activity_detector.h include/tg_owt/modules/audio_processing/vad/voice_gmm_tables.h include/tg_owt/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator.h include/tg_owt/modules/congestion_controller/goog_cc/acknowledged_bitrate_estimator_interface.h include/tg_owt/modules/congestion_controller/goog_cc/alr_detector.h include/tg_owt/modules/congestion_controller/goog_cc/bitrate_estimator.h include/tg_owt/modules/congestion_controller/goog_cc/congestion_window_pushback_controller.h include/tg_owt/modules/congestion_controller/goog_cc/delay_based_bwe.h include/tg_owt/modules/congestion_controller/goog_cc/delay_based_bwe_unittest_helper.h include/tg_owt/modules/congestion_controller/goog_cc/delay_increase_detector_interface.h include/tg_owt/modules/congestion_controller/goog_cc/goog_cc_network_control.h include/tg_owt/modules/congestion_controller/goog_cc/inter_arrival_delta.h include/tg_owt/modules/congestion_controller/goog_cc/link_capacity_estimator.h include/tg_owt/modules/congestion_controller/goog_cc/loss_based_bandwidth_estimation.h include/tg_owt/modules/congestion_controller/goog_cc/loss_based_bwe_v2.h include/tg_owt/modules/congestion_controller/goog_cc/probe_bitrate_estimator.h include/tg_owt/modules/congestion_controller/goog_cc/probe_controller.h include/tg_owt/modules/congestion_controller/goog_cc/robust_throughput_estimator.h include/tg_owt/modules/congestion_controller/goog_cc/send_side_bandwidth_estimation.h include/tg_owt/modules/congestion_controller/goog_cc/test/goog_cc_printer.h include/tg_owt/modules/congestion_controller/goog_cc/trendline_estimator.h include/tg_owt/modules/congestion_controller/include/receive_side_congestion_controller.h include/tg_owt/modules/congestion_controller/pcc/bitrate_controller.h include/tg_owt/modules/congestion_controller/pcc/monitor_interval.h include/tg_owt/modules/congestion_controller/pcc/pcc_factory.h include/tg_owt/modules/congestion_controller/pcc/pcc_network_controller.h include/tg_owt/modules/congestion_controller/pcc/rtt_tracker.h include/tg_owt/modules/congestion_controller/pcc/utility_function.h include/tg_owt/modules/congestion_controller/remb_throttler.h include/tg_owt/modules/congestion_controller/rtp/control_handler.h include/tg_owt/modules/congestion_controller/rtp/transport_feedback_adapter.h include/tg_owt/modules/congestion_controller/rtp/transport_feedback_demuxer.h include/tg_owt/modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h include/tg_owt/modules/desktop_capture/cropped_desktop_frame.h include/tg_owt/modules/desktop_capture/cropping_window_capturer.h +include/tg_owt/modules/desktop_capture/delegated_source_list_controller.h include/tg_owt/modules/desktop_capture/desktop_and_cursor_composer.h +include/tg_owt/modules/desktop_capture/desktop_capture_metadata.h include/tg_owt/modules/desktop_capture/desktop_capture_metrics_helper.h include/tg_owt/modules/desktop_capture/desktop_capture_options.h include/tg_owt/modules/desktop_capture/desktop_capture_types.h include/tg_owt/modules/desktop_capture/desktop_capturer.h include/tg_owt/modules/desktop_capture/desktop_capturer_differ_wrapper.h include/tg_owt/modules/desktop_capture/desktop_capturer_wrapper.h include/tg_owt/modules/desktop_capture/desktop_frame.h include/tg_owt/modules/desktop_capture/desktop_frame_generator.h include/tg_owt/modules/desktop_capture/desktop_frame_rotation.h include/tg_owt/modules/desktop_capture/desktop_frame_win.h include/tg_owt/modules/desktop_capture/desktop_geometry.h include/tg_owt/modules/desktop_capture/desktop_region.h include/tg_owt/modules/desktop_capture/differ_block.h include/tg_owt/modules/desktop_capture/differ_vector_sse2.h include/tg_owt/modules/desktop_capture/fake_desktop_capturer.h include/tg_owt/modules/desktop_capture/fallback_desktop_capturer_wrapper.h include/tg_owt/modules/desktop_capture/full_screen_application_handler.h include/tg_owt/modules/desktop_capture/full_screen_window_detector.h include/tg_owt/modules/desktop_capture/linux/wayland/base_capturer_pipewire.h include/tg_owt/modules/desktop_capture/linux/wayland/egl_dmabuf.h include/tg_owt/modules/desktop_capture/linux/wayland/mouse_cursor_monitor_pipewire.h +include/tg_owt/modules/desktop_capture/linux/wayland/portal_request_response.h +include/tg_owt/modules/desktop_capture/linux/wayland/restore_token_manager.h include/tg_owt/modules/desktop_capture/linux/wayland/scoped_glib.h +include/tg_owt/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.h include/tg_owt/modules/desktop_capture/linux/wayland/screencast_portal.h +include/tg_owt/modules/desktop_capture/linux/wayland/screencast_stream_utils.h include/tg_owt/modules/desktop_capture/linux/wayland/shared_screencast_stream.h +include/tg_owt/modules/desktop_capture/linux/wayland/xdg_desktop_portal_utils.h +include/tg_owt/modules/desktop_capture/linux/wayland/xdg_session_details.h include/tg_owt/modules/desktop_capture/linux/x11/mouse_cursor_monitor_x11.h include/tg_owt/modules/desktop_capture/linux/x11/screen_capturer_x11.h include/tg_owt/modules/desktop_capture/linux/x11/shared_x_display.h include/tg_owt/modules/desktop_capture/linux/x11/window_capturer_x11.h include/tg_owt/modules/desktop_capture/linux/x11/window_finder_x11.h include/tg_owt/modules/desktop_capture/linux/x11/window_list_utils.h include/tg_owt/modules/desktop_capture/linux/x11/x_atom_cache.h include/tg_owt/modules/desktop_capture/linux/x11/x_error_trap.h include/tg_owt/modules/desktop_capture/linux/x11/x_server_pixel_buffer.h include/tg_owt/modules/desktop_capture/linux/x11/x_window_property.h include/tg_owt/modules/desktop_capture/mac/desktop_configuration.h include/tg_owt/modules/desktop_capture/mac/desktop_configuration_monitor.h include/tg_owt/modules/desktop_capture/mac/desktop_frame_cgimage.h include/tg_owt/modules/desktop_capture/mac/desktop_frame_iosurface.h include/tg_owt/modules/desktop_capture/mac/desktop_frame_provider.h include/tg_owt/modules/desktop_capture/mac/full_screen_mac_application_handler.h include/tg_owt/modules/desktop_capture/mac/screen_capturer_mac.h include/tg_owt/modules/desktop_capture/mac/window_list_utils.h include/tg_owt/modules/desktop_capture/mock_desktop_capturer_callback.h include/tg_owt/modules/desktop_capture/mouse_cursor.h include/tg_owt/modules/desktop_capture/mouse_cursor_monitor.h include/tg_owt/modules/desktop_capture/resolution_tracker.h include/tg_owt/modules/desktop_capture/rgba_color.h include/tg_owt/modules/desktop_capture/screen_capture_frame_queue.h +include/tg_owt/modules/desktop_capture/screen_capturer_fuchsia.h include/tg_owt/modules/desktop_capture/screen_capturer_helper.h include/tg_owt/modules/desktop_capture/screen_drawer.h include/tg_owt/modules/desktop_capture/screen_drawer_lock_posix.h include/tg_owt/modules/desktop_capture/shared_desktop_frame.h include/tg_owt/modules/desktop_capture/shared_memory.h include/tg_owt/modules/desktop_capture/test_utils.h include/tg_owt/modules/desktop_capture/win/cursor.h include/tg_owt/modules/desktop_capture/win/cursor_unittest_resources.h include/tg_owt/modules/desktop_capture/win/d3d_device.h include/tg_owt/modules/desktop_capture/win/desktop.h include/tg_owt/modules/desktop_capture/win/desktop_capture_utils.h include/tg_owt/modules/desktop_capture/win/display_configuration_monitor.h include/tg_owt/modules/desktop_capture/win/dxgi_adapter_duplicator.h include/tg_owt/modules/desktop_capture/win/dxgi_context.h include/tg_owt/modules/desktop_capture/win/dxgi_duplicator_controller.h include/tg_owt/modules/desktop_capture/win/dxgi_frame.h include/tg_owt/modules/desktop_capture/win/dxgi_output_duplicator.h include/tg_owt/modules/desktop_capture/win/dxgi_texture.h include/tg_owt/modules/desktop_capture/win/dxgi_texture_mapping.h include/tg_owt/modules/desktop_capture/win/dxgi_texture_staging.h include/tg_owt/modules/desktop_capture/win/full_screen_win_application_handler.h include/tg_owt/modules/desktop_capture/win/scoped_gdi_object.h include/tg_owt/modules/desktop_capture/win/scoped_thread_desktop.h include/tg_owt/modules/desktop_capture/win/screen_capture_utils.h include/tg_owt/modules/desktop_capture/win/screen_capturer_win_directx.h include/tg_owt/modules/desktop_capture/win/screen_capturer_win_gdi.h include/tg_owt/modules/desktop_capture/win/screen_capturer_win_magnifier.h include/tg_owt/modules/desktop_capture/win/selected_window_context.h include/tg_owt/modules/desktop_capture/win/test_support/test_window.h include/tg_owt/modules/desktop_capture/win/wgc_capture_session.h include/tg_owt/modules/desktop_capture/win/wgc_capture_source.h include/tg_owt/modules/desktop_capture/win/wgc_capturer_win.h include/tg_owt/modules/desktop_capture/win/wgc_desktop_frame.h include/tg_owt/modules/desktop_capture/win/window_capture_utils.h include/tg_owt/modules/desktop_capture/win/window_capturer_win_gdi.h include/tg_owt/modules/desktop_capture/window_finder.h include/tg_owt/modules/desktop_capture/window_finder_mac.h include/tg_owt/modules/desktop_capture/window_finder_win.h -include/tg_owt/modules/include/module.h include/tg_owt/modules/include/module_common_types.h include/tg_owt/modules/include/module_common_types_public.h include/tg_owt/modules/include/module_fec_types.h include/tg_owt/modules/pacing/bitrate_prober.h include/tg_owt/modules/pacing/interval_budget.h -include/tg_owt/modules/pacing/paced_sender.h include/tg_owt/modules/pacing/pacing_controller.h include/tg_owt/modules/pacing/packet_router.h -include/tg_owt/modules/pacing/round_robin_packet_queue.h +include/tg_owt/modules/pacing/prioritized_packet_queue.h include/tg_owt/modules/pacing/rtp_packet_pacer.h include/tg_owt/modules/pacing/task_queue_paced_sender.h include/tg_owt/modules/remote_bitrate_estimator/aimd_rate_control.h include/tg_owt/modules/remote_bitrate_estimator/include/bwe_defines.h include/tg_owt/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h include/tg_owt/modules/remote_bitrate_estimator/inter_arrival.h include/tg_owt/modules/remote_bitrate_estimator/overuse_detector.h include/tg_owt/modules/remote_bitrate_estimator/overuse_estimator.h include/tg_owt/modules/remote_bitrate_estimator/packet_arrival_map.h include/tg_owt/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h include/tg_owt/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h include/tg_owt/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h include/tg_owt/modules/remote_bitrate_estimator/remote_estimator_proxy.h include/tg_owt/modules/remote_bitrate_estimator/test/bwe_test_logging.h include/tg_owt/modules/remote_bitrate_estimator/tools/bwe_rtp.h include/tg_owt/modules/rtp_rtcp/include/flexfec_receiver.h include/tg_owt/modules/rtp_rtcp/include/flexfec_sender.h include/tg_owt/modules/rtp_rtcp/include/receive_statistics.h include/tg_owt/modules/rtp_rtcp/include/remote_ntp_time_estimator.h include/tg_owt/modules/rtp_rtcp/include/report_block_data.h include/tg_owt/modules/rtp_rtcp/include/rtcp_statistics.h include/tg_owt/modules/rtp_rtcp/include/rtp_cvo.h include/tg_owt/modules/rtp_rtcp/include/rtp_header_extension_map.h include/tg_owt/modules/rtp_rtcp/include/rtp_packet_sender.h include/tg_owt/modules/rtp_rtcp/include/rtp_rtcp.h include/tg_owt/modules/rtp_rtcp/include/rtp_rtcp_defines.h -include/tg_owt/modules/rtp_rtcp/include/ulpfec_receiver.h include/tg_owt/modules/rtp_rtcp/mocks/mock_recovered_packet_receiver.h include/tg_owt/modules/rtp_rtcp/mocks/mock_rtcp_bandwidth_observer.h include/tg_owt/modules/rtp_rtcp/mocks/mock_rtcp_rtt_stats.h include/tg_owt/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h include/tg_owt/modules/rtp_rtcp/source/absolute_capture_time_interpolator.h include/tg_owt/modules/rtp_rtcp/source/absolute_capture_time_sender.h include/tg_owt/modules/rtp_rtcp/source/active_decode_targets_helper.h include/tg_owt/modules/rtp_rtcp/source/byte_io.h include/tg_owt/modules/rtp_rtcp/source/capture_clock_offset_updater.h include/tg_owt/modules/rtp_rtcp/source/create_video_rtp_depacketizer.h include/tg_owt/modules/rtp_rtcp/source/deprecated/deprecated_rtp_sender_egress.h include/tg_owt/modules/rtp_rtcp/source/dtmf_queue.h include/tg_owt/modules/rtp_rtcp/source/fec_private_tables_bursty.h include/tg_owt/modules/rtp_rtcp/source/fec_private_tables_random.h include/tg_owt/modules/rtp_rtcp/source/fec_test_helper.h include/tg_owt/modules/rtp_rtcp/source/flexfec_header_reader_writer.h include/tg_owt/modules/rtp_rtcp/source/forward_error_correction.h include/tg_owt/modules/rtp_rtcp/source/forward_error_correction_internal.h include/tg_owt/modules/rtp_rtcp/source/h265_sps_parser.h include/tg_owt/modules/rtp_rtcp/source/packet_loss_stats.h include/tg_owt/modules/rtp_rtcp/source/packet_sequencer.h include/tg_owt/modules/rtp_rtcp/source/receive_statistics_impl.h include/tg_owt/modules/rtp_rtcp/source/rtcp_nack_stats.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/app.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/bye.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/common_header.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/dlrr.h -include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/fir.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/loss_notification.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/nack.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/pli.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/psfb.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/receiver_report.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/remb.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/remote_estimate.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/report_block.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/rrtr.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/sdes.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/sender_report.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h include/tg_owt/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h include/tg_owt/modules/rtp_rtcp/source/rtcp_receiver.h include/tg_owt/modules/rtp_rtcp/source/rtcp_sender.h include/tg_owt/modules/rtp_rtcp/source/rtcp_transceiver.h include/tg_owt/modules/rtp_rtcp/source/rtcp_transceiver_config.h include/tg_owt/modules/rtp_rtcp/source/rtcp_transceiver_impl.h include/tg_owt/modules/rtp_rtcp/source/rtp_dependency_descriptor_extension.h include/tg_owt/modules/rtp_rtcp/source/rtp_dependency_descriptor_reader.h include/tg_owt/modules/rtp_rtcp/source/rtp_dependency_descriptor_writer.h include/tg_owt/modules/rtp_rtcp/source/rtp_descriptor_authentication.h include/tg_owt/modules/rtp_rtcp/source/rtp_format.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_h264.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_h265.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_video_generic.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_vp8.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h include/tg_owt/modules/rtp_rtcp/source/rtp_format_vp9.h include/tg_owt/modules/rtp_rtcp/source/rtp_generic_frame_descriptor.h include/tg_owt/modules/rtp_rtcp/source/rtp_generic_frame_descriptor_extension.h include/tg_owt/modules/rtp_rtcp/source/rtp_header_extension_size.h include/tg_owt/modules/rtp_rtcp/source/rtp_header_extensions.h include/tg_owt/modules/rtp_rtcp/source/rtp_packet.h include/tg_owt/modules/rtp_rtcp/source/rtp_packet_history.h include/tg_owt/modules/rtp_rtcp/source/rtp_packet_received.h include/tg_owt/modules/rtp_rtcp/source/rtp_packet_to_send.h include/tg_owt/modules/rtp_rtcp/source/rtp_packetizer_av1.h include/tg_owt/modules/rtp_rtcp/source/rtp_packetizer_av1_test_helper.h include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_config.h include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_impl.h include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_impl2.h include/tg_owt/modules/rtp_rtcp/source/rtp_rtcp_interface.h include/tg_owt/modules/rtp_rtcp/source/rtp_sender.h include/tg_owt/modules/rtp_rtcp/source/rtp_sender_audio.h include/tg_owt/modules/rtp_rtcp/source/rtp_sender_egress.h include/tg_owt/modules/rtp_rtcp/source/rtp_sender_video.h include/tg_owt/modules/rtp_rtcp/source/rtp_sender_video_frame_transformer_delegate.h include/tg_owt/modules/rtp_rtcp/source/rtp_sequence_number_map.h include/tg_owt/modules/rtp_rtcp/source/rtp_util.h include/tg_owt/modules/rtp_rtcp/source/rtp_video_header.h include/tg_owt/modules/rtp_rtcp/source/rtp_video_layers_allocation_extension.h include/tg_owt/modules/rtp_rtcp/source/source_tracker.h include/tg_owt/modules/rtp_rtcp/source/time_util.h include/tg_owt/modules/rtp_rtcp/source/tmmbr_help.h include/tg_owt/modules/rtp_rtcp/source/ulpfec_generator.h include/tg_owt/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h -include/tg_owt/modules/rtp_rtcp/source/ulpfec_receiver_impl.h +include/tg_owt/modules/rtp_rtcp/source/ulpfec_receiver.h include/tg_owt/modules/rtp_rtcp/source/video_fec_generator.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_av1.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_generic.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_h264.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_h265.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_raw.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_vp8.h include/tg_owt/modules/rtp_rtcp/source/video_rtp_depacketizer_vp9.h include/tg_owt/modules/rtp_rtcp/test/testFec/average_residual_loss_xor_codes.h include/tg_owt/modules/third_party/fft/fft.h include/tg_owt/modules/third_party/g711/g711.h include/tg_owt/modules/third_party/g722/g722_enc_dec.h include/tg_owt/modules/third_party/portaudio/pa_memorybarrier.h include/tg_owt/modules/third_party/portaudio/pa_ringbuffer.h include/tg_owt/modules/utility/include/helpers_android.h include/tg_owt/modules/utility/include/jvm_android.h -include/tg_owt/modules/utility/include/mock/mock_process_thread.h -include/tg_owt/modules/utility/include/process_thread.h -include/tg_owt/modules/utility/source/process_thread_impl.h +include/tg_owt/modules/utility/maybe_worker_thread.h include/tg_owt/modules/video_capture/device_info_impl.h -include/tg_owt/modules/video_capture/linux/device_info_linux.h -include/tg_owt/modules/video_capture/linux/video_capture_linux.h +include/tg_owt/modules/video_capture/linux/device_info_v4l2.h +include/tg_owt/modules/video_capture/linux/video_capture_v4l2.h include/tg_owt/modules/video_capture/video_capture.h include/tg_owt/modules/video_capture/video_capture_config.h include/tg_owt/modules/video_capture/video_capture_defines.h include/tg_owt/modules/video_capture/video_capture_factory.h include/tg_owt/modules/video_capture/video_capture_impl.h include/tg_owt/modules/video_capture/windows/device_info_ds.h include/tg_owt/modules/video_capture/windows/help_functions_ds.h include/tg_owt/modules/video_capture/windows/sink_filter_ds.h include/tg_owt/modules/video_capture/windows/video_capture_ds.h include/tg_owt/modules/video_coding/chain_diff_calculator.h -include/tg_owt/modules/video_coding/codec_timer.h include/tg_owt/modules/video_coding/codecs/av1/av1_svc_config.h include/tg_owt/modules/video_coding/codecs/av1/dav1d_decoder.h -include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_decoder.h include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_encoder.h -include/tg_owt/modules/video_coding/codecs/av1/libaom_av1_encoder_supported.h include/tg_owt/modules/video_coding/codecs/h264/h264_color_space.h include/tg_owt/modules/video_coding/codecs/h264/h264_decoder_impl.h include/tg_owt/modules/video_coding/codecs/h264/h264_encoder_impl.h include/tg_owt/modules/video_coding/codecs/h264/include/h264.h include/tg_owt/modules/video_coding/codecs/h264/include/h264_globals.h include/tg_owt/modules/video_coding/codecs/h265/include/h265_globals.h include/tg_owt/modules/video_coding/codecs/interface/common_constants.h include/tg_owt/modules/video_coding/codecs/interface/libvpx_interface.h include/tg_owt/modules/video_coding/codecs/interface/mock_libvpx_interface.h include/tg_owt/modules/video_coding/codecs/multiplex/include/augmented_video_frame_buffer.h include/tg_owt/modules/video_coding/codecs/multiplex/include/multiplex_decoder_adapter.h include/tg_owt/modules/video_coding/codecs/multiplex/include/multiplex_encoder_adapter.h include/tg_owt/modules/video_coding/codecs/multiplex/multiplex_encoded_image_packer.h include/tg_owt/modules/video_coding/codecs/test/android_codec_factory_helper.h include/tg_owt/modules/video_coding/codecs/test/encoded_video_frame_producer.h include/tg_owt/modules/video_coding/codecs/test/objc_codec_factory_helper.h include/tg_owt/modules/video_coding/codecs/test/video_codec_unittest.h include/tg_owt/modules/video_coding/codecs/test/videocodec_test_fixture_impl.h include/tg_owt/modules/video_coding/codecs/test/videocodec_test_stats_impl.h include/tg_owt/modules/video_coding/codecs/test/videoprocessor.h include/tg_owt/modules/video_coding/codecs/vp8/default_temporal_layers.h include/tg_owt/modules/video_coding/codecs/vp8/include/temporal_layers_checker.h include/tg_owt/modules/video_coding/codecs/vp8/include/vp8.h include/tg_owt/modules/video_coding/codecs/vp8/include/vp8_globals.h include/tg_owt/modules/video_coding/codecs/vp8/libvpx_vp8_decoder.h include/tg_owt/modules/video_coding/codecs/vp8/libvpx_vp8_encoder.h include/tg_owt/modules/video_coding/codecs/vp8/screenshare_layers.h include/tg_owt/modules/video_coding/codecs/vp8/temporal_layers.h +include/tg_owt/modules/video_coding/codecs/vp8/vp8_scalability.h include/tg_owt/modules/video_coding/codecs/vp9/include/vp9.h include/tg_owt/modules/video_coding/codecs/vp9/include/vp9_globals.h include/tg_owt/modules/video_coding/codecs/vp9/libvpx_vp9_decoder.h include/tg_owt/modules/video_coding/codecs/vp9/libvpx_vp9_encoder.h include/tg_owt/modules/video_coding/codecs/vp9/svc_config.h include/tg_owt/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h include/tg_owt/modules/video_coding/decoder_database.h include/tg_owt/modules/video_coding/decoding_state.h -include/tg_owt/modules/video_coding/deprecated/nack_module.h include/tg_owt/modules/video_coding/encoded_frame.h include/tg_owt/modules/video_coding/event_wrapper.h include/tg_owt/modules/video_coding/fec_controller_default.h include/tg_owt/modules/video_coding/fec_rate_table.h include/tg_owt/modules/video_coding/frame_buffer.h include/tg_owt/modules/video_coding/frame_buffer2.h -include/tg_owt/modules/video_coding/frame_buffer3.h include/tg_owt/modules/video_coding/frame_dependencies_calculator.h include/tg_owt/modules/video_coding/frame_helpers.h include/tg_owt/modules/video_coding/frame_object.h include/tg_owt/modules/video_coding/generic_decoder.h include/tg_owt/modules/video_coding/h264_packet_buffer.h include/tg_owt/modules/video_coding/h264_sprop_parameter_sets.h include/tg_owt/modules/video_coding/h264_sps_pps_tracker.h include/tg_owt/modules/video_coding/h265_vps_sps_pps_tracker.h include/tg_owt/modules/video_coding/histogram.h include/tg_owt/modules/video_coding/include/video_codec_initializer.h include/tg_owt/modules/video_coding/include/video_codec_interface.h include/tg_owt/modules/video_coding/include/video_coding.h include/tg_owt/modules/video_coding/include/video_coding_defines.h include/tg_owt/modules/video_coding/include/video_error_codes.h -include/tg_owt/modules/video_coding/inter_frame_delay.h include/tg_owt/modules/video_coding/internal_defines.h include/tg_owt/modules/video_coding/jitter_buffer.h include/tg_owt/modules/video_coding/jitter_buffer_common.h -include/tg_owt/modules/video_coding/jitter_estimator.h include/tg_owt/modules/video_coding/loss_notification_controller.h include/tg_owt/modules/video_coding/media_opt_util.h include/tg_owt/modules/video_coding/nack_requester.h include/tg_owt/modules/video_coding/packet.h include/tg_owt/modules/video_coding/packet_buffer.h include/tg_owt/modules/video_coding/receiver.h include/tg_owt/modules/video_coding/rtp_frame_id_only_ref_finder.h include/tg_owt/modules/video_coding/rtp_frame_reference_finder.h include/tg_owt/modules/video_coding/rtp_generic_ref_finder.h include/tg_owt/modules/video_coding/rtp_seq_num_only_ref_finder.h include/tg_owt/modules/video_coding/rtp_vp8_ref_finder.h include/tg_owt/modules/video_coding/rtp_vp9_ref_finder.h -include/tg_owt/modules/video_coding/rtt_filter.h include/tg_owt/modules/video_coding/session_info.h include/tg_owt/modules/video_coding/svc/create_scalability_structure.h +include/tg_owt/modules/video_coding/svc/scalability_mode_util.h include/tg_owt/modules/video_coding/svc/scalability_structure_full_svc.h include/tg_owt/modules/video_coding/svc/scalability_structure_key_svc.h include/tg_owt/modules/video_coding/svc/scalability_structure_l2t2_key_shift.h include/tg_owt/modules/video_coding/svc/scalability_structure_simulcast.h include/tg_owt/modules/video_coding/svc/scalability_structure_test_helpers.h include/tg_owt/modules/video_coding/svc/scalable_video_controller.h include/tg_owt/modules/video_coding/svc/scalable_video_controller_no_layering.h include/tg_owt/modules/video_coding/svc/svc_rate_allocator.h include/tg_owt/modules/video_coding/test/stream_generator.h -include/tg_owt/modules/video_coding/timestamp_map.h -include/tg_owt/modules/video_coding/timing.h -include/tg_owt/modules/video_coding/unique_timestamp_counter.h +include/tg_owt/modules/video_coding/timing/codec_timer.h +include/tg_owt/modules/video_coding/timing/frame_delay_variation_kalman_filter.h +include/tg_owt/modules/video_coding/timing/inter_frame_delay.h +include/tg_owt/modules/video_coding/timing/jitter_estimator.h +include/tg_owt/modules/video_coding/timing/rtt_filter.h +include/tg_owt/modules/video_coding/timing/timestamp_extrapolator.h +include/tg_owt/modules/video_coding/timing/timing.h include/tg_owt/modules/video_coding/utility/bandwidth_quality_scaler.h include/tg_owt/modules/video_coding/utility/decoded_frames_history.h include/tg_owt/modules/video_coding/utility/frame_dropper.h include/tg_owt/modules/video_coding/utility/framerate_controller_deprecated.h include/tg_owt/modules/video_coding/utility/ivf_defines.h include/tg_owt/modules/video_coding/utility/ivf_file_reader.h include/tg_owt/modules/video_coding/utility/ivf_file_writer.h include/tg_owt/modules/video_coding/utility/qp_parser.h include/tg_owt/modules/video_coding/utility/quality_scaler.h include/tg_owt/modules/video_coding/utility/simulcast_rate_allocator.h include/tg_owt/modules/video_coding/utility/simulcast_test_fixture_impl.h include/tg_owt/modules/video_coding/utility/simulcast_utility.h +include/tg_owt/modules/video_coding/utility/vp8_constants.h include/tg_owt/modules/video_coding/utility/vp8_header_parser.h include/tg_owt/modules/video_coding/utility/vp9_constants.h include/tg_owt/modules/video_coding/utility/vp9_uncompressed_header_parser.h include/tg_owt/modules/video_coding/video_coding_impl.h include/tg_owt/modules/video_coding/video_receiver2.h -include/tg_owt/modules/video_processing/util/denoiser_filter.h -include/tg_owt/modules/video_processing/util/denoiser_filter_c.h -include/tg_owt/modules/video_processing/util/denoiser_filter_neon.h -include/tg_owt/modules/video_processing/util/denoiser_filter_sse2.h -include/tg_owt/modules/video_processing/util/noise_estimation.h -include/tg_owt/modules/video_processing/util/skin_detection.h -include/tg_owt/modules/video_processing/video_denoiser.h include/tg_owt/net/dcsctp/common/handover_testing.h include/tg_owt/net/dcsctp/common/internal_types.h include/tg_owt/net/dcsctp/common/math.h include/tg_owt/net/dcsctp/common/sequence_numbers.h include/tg_owt/net/dcsctp/common/str_join.h include/tg_owt/net/dcsctp/fuzzers/dcsctp_fuzzers.h include/tg_owt/net/dcsctp/packet/bounded_byte_reader.h include/tg_owt/net/dcsctp/packet/bounded_byte_writer.h include/tg_owt/net/dcsctp/packet/chunk/abort_chunk.h include/tg_owt/net/dcsctp/packet/chunk/chunk.h include/tg_owt/net/dcsctp/packet/chunk/cookie_ack_chunk.h include/tg_owt/net/dcsctp/packet/chunk/cookie_echo_chunk.h include/tg_owt/net/dcsctp/packet/chunk/data_chunk.h include/tg_owt/net/dcsctp/packet/chunk/data_common.h include/tg_owt/net/dcsctp/packet/chunk/error_chunk.h include/tg_owt/net/dcsctp/packet/chunk/forward_tsn_chunk.h include/tg_owt/net/dcsctp/packet/chunk/forward_tsn_common.h include/tg_owt/net/dcsctp/packet/chunk/heartbeat_ack_chunk.h include/tg_owt/net/dcsctp/packet/chunk/heartbeat_request_chunk.h include/tg_owt/net/dcsctp/packet/chunk/idata_chunk.h include/tg_owt/net/dcsctp/packet/chunk/iforward_tsn_chunk.h include/tg_owt/net/dcsctp/packet/chunk/init_ack_chunk.h include/tg_owt/net/dcsctp/packet/chunk/init_chunk.h include/tg_owt/net/dcsctp/packet/chunk/reconfig_chunk.h include/tg_owt/net/dcsctp/packet/chunk/sack_chunk.h include/tg_owt/net/dcsctp/packet/chunk/shutdown_ack_chunk.h include/tg_owt/net/dcsctp/packet/chunk/shutdown_chunk.h include/tg_owt/net/dcsctp/packet/chunk/shutdown_complete_chunk.h include/tg_owt/net/dcsctp/packet/chunk_validators.h include/tg_owt/net/dcsctp/packet/crc32c.h include/tg_owt/net/dcsctp/packet/data.h include/tg_owt/net/dcsctp/packet/error_cause/cookie_received_while_shutting_down_cause.h include/tg_owt/net/dcsctp/packet/error_cause/error_cause.h include/tg_owt/net/dcsctp/packet/error_cause/invalid_mandatory_parameter_cause.h include/tg_owt/net/dcsctp/packet/error_cause/invalid_stream_identifier_cause.h include/tg_owt/net/dcsctp/packet/error_cause/missing_mandatory_parameter_cause.h include/tg_owt/net/dcsctp/packet/error_cause/no_user_data_cause.h include/tg_owt/net/dcsctp/packet/error_cause/out_of_resource_error_cause.h include/tg_owt/net/dcsctp/packet/error_cause/protocol_violation_cause.h include/tg_owt/net/dcsctp/packet/error_cause/restart_of_an_association_with_new_address_cause.h include/tg_owt/net/dcsctp/packet/error_cause/stale_cookie_error_cause.h include/tg_owt/net/dcsctp/packet/error_cause/unrecognized_chunk_type_cause.h include/tg_owt/net/dcsctp/packet/error_cause/unrecognized_parameter_cause.h include/tg_owt/net/dcsctp/packet/error_cause/unresolvable_address_cause.h include/tg_owt/net/dcsctp/packet/error_cause/user_initiated_abort_cause.h include/tg_owt/net/dcsctp/packet/parameter/add_incoming_streams_request_parameter.h include/tg_owt/net/dcsctp/packet/parameter/add_outgoing_streams_request_parameter.h include/tg_owt/net/dcsctp/packet/parameter/forward_tsn_supported_parameter.h include/tg_owt/net/dcsctp/packet/parameter/heartbeat_info_parameter.h include/tg_owt/net/dcsctp/packet/parameter/incoming_ssn_reset_request_parameter.h include/tg_owt/net/dcsctp/packet/parameter/outgoing_ssn_reset_request_parameter.h include/tg_owt/net/dcsctp/packet/parameter/parameter.h include/tg_owt/net/dcsctp/packet/parameter/reconfiguration_response_parameter.h include/tg_owt/net/dcsctp/packet/parameter/ssn_tsn_reset_request_parameter.h include/tg_owt/net/dcsctp/packet/parameter/state_cookie_parameter.h include/tg_owt/net/dcsctp/packet/parameter/supported_extensions_parameter.h include/tg_owt/net/dcsctp/packet/sctp_packet.h include/tg_owt/net/dcsctp/packet/tlv_trait.h include/tg_owt/net/dcsctp/public/dcsctp_handover_state.h include/tg_owt/net/dcsctp/public/dcsctp_message.h include/tg_owt/net/dcsctp/public/dcsctp_options.h include/tg_owt/net/dcsctp/public/dcsctp_socket.h include/tg_owt/net/dcsctp/public/dcsctp_socket_factory.h include/tg_owt/net/dcsctp/public/mock_dcsctp_socket.h +include/tg_owt/net/dcsctp/public/mock_dcsctp_socket_factory.h include/tg_owt/net/dcsctp/public/packet_observer.h include/tg_owt/net/dcsctp/public/text_pcap_packet_observer.h include/tg_owt/net/dcsctp/public/timeout.h include/tg_owt/net/dcsctp/public/types.h include/tg_owt/net/dcsctp/rx/data_tracker.h +include/tg_owt/net/dcsctp/rx/interleaved_reassembly_streams.h include/tg_owt/net/dcsctp/rx/reassembly_queue.h include/tg_owt/net/dcsctp/rx/reassembly_streams.h include/tg_owt/net/dcsctp/rx/traditional_reassembly_streams.h include/tg_owt/net/dcsctp/socket/callback_deferrer.h include/tg_owt/net/dcsctp/socket/capabilities.h include/tg_owt/net/dcsctp/socket/context.h include/tg_owt/net/dcsctp/socket/dcsctp_socket.h include/tg_owt/net/dcsctp/socket/heartbeat_handler.h include/tg_owt/net/dcsctp/socket/mock_context.h include/tg_owt/net/dcsctp/socket/mock_dcsctp_socket_callbacks.h include/tg_owt/net/dcsctp/socket/packet_sender.h include/tg_owt/net/dcsctp/socket/state_cookie.h include/tg_owt/net/dcsctp/socket/stream_reset_handler.h include/tg_owt/net/dcsctp/socket/transmission_control_block.h include/tg_owt/net/dcsctp/testing/data_generator.h include/tg_owt/net/dcsctp/testing/testing_macros.h include/tg_owt/net/dcsctp/timer/fake_timeout.h include/tg_owt/net/dcsctp/timer/task_queue_timeout.h include/tg_owt/net/dcsctp/timer/timer.h include/tg_owt/net/dcsctp/tx/mock_send_queue.h include/tg_owt/net/dcsctp/tx/outstanding_data.h include/tg_owt/net/dcsctp/tx/retransmission_error_counter.h include/tg_owt/net/dcsctp/tx/retransmission_queue.h include/tg_owt/net/dcsctp/tx/retransmission_timeout.h include/tg_owt/net/dcsctp/tx/rr_send_queue.h include/tg_owt/net/dcsctp/tx/send_queue.h +include/tg_owt/net/dcsctp/tx/stream_scheduler.h +include/tg_owt/p2p/base/active_ice_controller_factory_interface.h +include/tg_owt/p2p/base/active_ice_controller_interface.h include/tg_owt/p2p/base/async_stun_tcp_socket.h include/tg_owt/p2p/base/basic_async_resolver_factory.h include/tg_owt/p2p/base/basic_ice_controller.h include/tg_owt/p2p/base/basic_packet_socket_factory.h include/tg_owt/p2p/base/candidate_pair_interface.h include/tg_owt/p2p/base/connection.h include/tg_owt/p2p/base/connection_info.h include/tg_owt/p2p/base/default_ice_transport_factory.h include/tg_owt/p2p/base/dtls_transport.h include/tg_owt/p2p/base/dtls_transport_factory.h include/tg_owt/p2p/base/dtls_transport_internal.h include/tg_owt/p2p/base/fake_dtls_transport.h include/tg_owt/p2p/base/fake_ice_transport.h include/tg_owt/p2p/base/fake_packet_transport.h include/tg_owt/p2p/base/fake_port_allocator.h +include/tg_owt/p2p/base/ice_agent_interface.h include/tg_owt/p2p/base/ice_controller_factory_interface.h include/tg_owt/p2p/base/ice_controller_interface.h include/tg_owt/p2p/base/ice_credentials_iterator.h +include/tg_owt/p2p/base/ice_switch_reason.h include/tg_owt/p2p/base/ice_transport_internal.h +include/tg_owt/p2p/base/mock_active_ice_controller.h include/tg_owt/p2p/base/mock_async_resolver.h +include/tg_owt/p2p/base/mock_ice_agent.h +include/tg_owt/p2p/base/mock_ice_controller.h include/tg_owt/p2p/base/mock_ice_transport.h include/tg_owt/p2p/base/p2p_constants.h include/tg_owt/p2p/base/p2p_transport_channel.h include/tg_owt/p2p/base/p2p_transport_channel_ice_field_trials.h include/tg_owt/p2p/base/packet_transport_internal.h include/tg_owt/p2p/base/port.h include/tg_owt/p2p/base/port_allocator.h include/tg_owt/p2p/base/port_interface.h include/tg_owt/p2p/base/pseudo_tcp.h include/tg_owt/p2p/base/regathering_controller.h include/tg_owt/p2p/base/stun_port.h include/tg_owt/p2p/base/stun_request.h include/tg_owt/p2p/base/stun_server.h include/tg_owt/p2p/base/tcp_port.h include/tg_owt/p2p/base/test_stun_server.h include/tg_owt/p2p/base/test_turn_customizer.h include/tg_owt/p2p/base/test_turn_server.h include/tg_owt/p2p/base/transport_description.h include/tg_owt/p2p/base/transport_description_factory.h include/tg_owt/p2p/base/transport_info.h include/tg_owt/p2p/base/turn_port.h include/tg_owt/p2p/base/turn_server.h include/tg_owt/p2p/base/udp_port.h +include/tg_owt/p2p/base/wrapping_active_ice_controller.h include/tg_owt/p2p/client/basic_port_allocator.h include/tg_owt/p2p/client/relay_port_factory_interface.h include/tg_owt/p2p/client/turn_port_factory.h include/tg_owt/p2p/stunprober/stun_prober.h include/tg_owt/pc/audio_rtp_receiver.h include/tg_owt/pc/audio_track.h include/tg_owt/pc/channel.h include/tg_owt/pc/channel_interface.h -include/tg_owt/pc/channel_manager.h include/tg_owt/pc/connection_context.h include/tg_owt/pc/data_channel_controller.h include/tg_owt/pc/data_channel_utils.h include/tg_owt/pc/dtls_srtp_transport.h include/tg_owt/pc/dtls_transport.h include/tg_owt/pc/dtmf_sender.h include/tg_owt/pc/external_hmac.h include/tg_owt/pc/ice_server_parsing.h include/tg_owt/pc/ice_transport.h include/tg_owt/pc/jitter_buffer_delay.h include/tg_owt/pc/jsep_transport.h include/tg_owt/pc/jsep_transport_collection.h include/tg_owt/pc/jsep_transport_controller.h +include/tg_owt/pc/legacy_stats_collector.h +include/tg_owt/pc/legacy_stats_collector_interface.h include/tg_owt/pc/local_audio_source.h include/tg_owt/pc/media_protocol_names.h include/tg_owt/pc/media_session.h include/tg_owt/pc/media_stream.h include/tg_owt/pc/media_stream_observer.h include/tg_owt/pc/media_stream_proxy.h include/tg_owt/pc/media_stream_track_proxy.h include/tg_owt/pc/peer_connection.h include/tg_owt/pc/peer_connection_factory.h include/tg_owt/pc/peer_connection_factory_proxy.h include/tg_owt/pc/peer_connection_internal.h include/tg_owt/pc/peer_connection_message_handler.h include/tg_owt/pc/peer_connection_proxy.h +include/tg_owt/pc/peer_connection_sdp_methods.h include/tg_owt/pc/peer_connection_wrapper.h include/tg_owt/pc/proxy.h include/tg_owt/pc/remote_audio_source.h include/tg_owt/pc/rtc_stats_collector.h include/tg_owt/pc/rtc_stats_traversal.h include/tg_owt/pc/rtcp_mux_filter.h include/tg_owt/pc/rtp_media_utils.h include/tg_owt/pc/rtp_parameters_conversion.h include/tg_owt/pc/rtp_receiver.h include/tg_owt/pc/rtp_receiver_proxy.h include/tg_owt/pc/rtp_sender.h include/tg_owt/pc/rtp_sender_proxy.h include/tg_owt/pc/rtp_transceiver.h include/tg_owt/pc/rtp_transmission_manager.h include/tg_owt/pc/rtp_transport.h include/tg_owt/pc/rtp_transport_internal.h include/tg_owt/pc/sctp_data_channel.h -include/tg_owt/pc/sctp_data_channel_transport.h include/tg_owt/pc/sctp_transport.h include/tg_owt/pc/sctp_utils.h include/tg_owt/pc/sdp_offer_answer.h include/tg_owt/pc/sdp_serializer.h include/tg_owt/pc/sdp_state_provider.h include/tg_owt/pc/sdp_utils.h include/tg_owt/pc/session_description.h include/tg_owt/pc/simulcast_description.h include/tg_owt/pc/srtp_filter.h include/tg_owt/pc/srtp_session.h include/tg_owt/pc/srtp_transport.h -include/tg_owt/pc/stats_collector.h -include/tg_owt/pc/stats_collector_interface.h include/tg_owt/pc/stream_collection.h include/tg_owt/pc/test/android_test_initializer.h include/tg_owt/pc/test/fake_audio_capture_module.h -include/tg_owt/pc/test/fake_data_channel_provider.h +include/tg_owt/pc/test/fake_data_channel_controller.h include/tg_owt/pc/test/fake_peer_connection_base.h include/tg_owt/pc/test/fake_peer_connection_for_stats.h include/tg_owt/pc/test/fake_periodic_video_source.h include/tg_owt/pc/test/fake_periodic_video_track_source.h include/tg_owt/pc/test/fake_rtc_certificate_generator.h include/tg_owt/pc/test/fake_video_track_renderer.h include/tg_owt/pc/test/fake_video_track_source.h include/tg_owt/pc/test/frame_generator_capturer_video_track_source.h include/tg_owt/pc/test/integration_test_helpers.h include/tg_owt/pc/test/mock_channel_interface.h include/tg_owt/pc/test/mock_data_channel.h +include/tg_owt/pc/test/mock_peer_connection_internal.h include/tg_owt/pc/test/mock_peer_connection_observers.h include/tg_owt/pc/test/mock_rtp_receiver_internal.h include/tg_owt/pc/test/mock_rtp_sender_internal.h include/tg_owt/pc/test/mock_voice_media_channel.h include/tg_owt/pc/test/peer_connection_test_wrapper.h include/tg_owt/pc/test/rtc_stats_obtainer.h include/tg_owt/pc/test/rtp_transport_test_util.h include/tg_owt/pc/test/srtp_test_util.h include/tg_owt/pc/test/test_sdp_strings.h include/tg_owt/pc/track_media_info_map.h include/tg_owt/pc/transceiver_list.h include/tg_owt/pc/transport_stats.h include/tg_owt/pc/usage_pattern.h include/tg_owt/pc/used_ids.h include/tg_owt/pc/video_rtp_receiver.h include/tg_owt/pc/video_rtp_track_source.h include/tg_owt/pc/video_track.h include/tg_owt/pc/video_track_source.h include/tg_owt/pc/video_track_source_proxy.h include/tg_owt/pc/webrtc_sdp.h include/tg_owt/pc/webrtc_session_description_factory.h include/tg_owt/rtc_base/arraysize.h -include/tg_owt/rtc_base/async_invoker.h -include/tg_owt/rtc_base/async_invoker_inl.h include/tg_owt/rtc_base/async_packet_socket.h include/tg_owt/rtc_base/async_resolver.h include/tg_owt/rtc_base/async_resolver_interface.h include/tg_owt/rtc_base/async_socket.h include/tg_owt/rtc_base/async_tcp_socket.h include/tg_owt/rtc_base/async_udp_socket.h -include/tg_owt/rtc_base/atomic_ops.h include/tg_owt/rtc_base/bit_buffer.h include/tg_owt/rtc_base/bitstream_reader.h include/tg_owt/rtc_base/boringssl_certificate.h include/tg_owt/rtc_base/boringssl_identity.h include/tg_owt/rtc_base/bounded_inline_vector.h include/tg_owt/rtc_base/bounded_inline_vector_impl.h include/tg_owt/rtc_base/buffer.h include/tg_owt/rtc_base/buffer_queue.h include/tg_owt/rtc_base/byte_buffer.h include/tg_owt/rtc_base/byte_order.h include/tg_owt/rtc_base/callback_list.h include/tg_owt/rtc_base/checks.h include/tg_owt/rtc_base/compile_assert_c.h -include/tg_owt/rtc_base/containers/as_const.h include/tg_owt/rtc_base/containers/flat_map.h include/tg_owt/rtc_base/containers/flat_set.h include/tg_owt/rtc_base/containers/flat_tree.h include/tg_owt/rtc_base/containers/identity.h include/tg_owt/rtc_base/containers/invoke.h include/tg_owt/rtc_base/containers/move_only_int.h -include/tg_owt/rtc_base/containers/not_fn.h -include/tg_owt/rtc_base/containers/void_t.h include/tg_owt/rtc_base/copy_on_write_buffer.h include/tg_owt/rtc_base/cpu_time.h include/tg_owt/rtc_base/crc32.h include/tg_owt/rtc_base/crypt_string.h include/tg_owt/rtc_base/data_rate_limiter.h include/tg_owt/rtc_base/deprecated/recursive_critical_section.h include/tg_owt/rtc_base/dscp.h include/tg_owt/rtc_base/event.h include/tg_owt/rtc_base/event_tracer.h include/tg_owt/rtc_base/experiments/alr_experiment.h include/tg_owt/rtc_base/experiments/balanced_degradation_settings.h include/tg_owt/rtc_base/experiments/bandwidth_quality_scaler_settings.h include/tg_owt/rtc_base/experiments/cpu_speed_experiment.h include/tg_owt/rtc_base/experiments/encoder_info_settings.h include/tg_owt/rtc_base/experiments/field_trial_list.h include/tg_owt/rtc_base/experiments/field_trial_parser.h include/tg_owt/rtc_base/experiments/field_trial_units.h -include/tg_owt/rtc_base/experiments/jitter_upper_bound_experiment.h include/tg_owt/rtc_base/experiments/keyframe_interval_settings.h include/tg_owt/rtc_base/experiments/min_video_bitrate_experiment.h include/tg_owt/rtc_base/experiments/normalize_simulcast_size_experiment.h include/tg_owt/rtc_base/experiments/quality_rampup_experiment.h include/tg_owt/rtc_base/experiments/quality_scaler_settings.h include/tg_owt/rtc_base/experiments/quality_scaling_experiment.h include/tg_owt/rtc_base/experiments/rate_control_settings.h include/tg_owt/rtc_base/experiments/rtt_mult_experiment.h include/tg_owt/rtc_base/experiments/stable_target_rate_experiment.h include/tg_owt/rtc_base/experiments/struct_parameters_parser.h include/tg_owt/rtc_base/fake_clock.h include/tg_owt/rtc_base/fake_mdns_responder.h include/tg_owt/rtc_base/fake_network.h include/tg_owt/rtc_base/fake_ssl_identity.h include/tg_owt/rtc_base/file_rotating_stream.h include/tg_owt/rtc_base/firewall_socket_server.h -include/tg_owt/rtc_base/format_macros.h include/tg_owt/rtc_base/gtest_prod_util.h include/tg_owt/rtc_base/gunit.h include/tg_owt/rtc_base/helpers.h include/tg_owt/rtc_base/http_common.h include/tg_owt/rtc_base/ifaddrs_android.h include/tg_owt/rtc_base/ifaddrs_converter.h include/tg_owt/rtc_base/ignore_wundef.h include/tg_owt/rtc_base/internal/default_socket_server.h include/tg_owt/rtc_base/ip_address.h -include/tg_owt/rtc_base/location.h include/tg_owt/rtc_base/log_sinks.h include/tg_owt/rtc_base/logging.h include/tg_owt/rtc_base/mdns_responder_interface.h include/tg_owt/rtc_base/memory/aligned_malloc.h +include/tg_owt/rtc_base/memory/always_valid_pointer.h include/tg_owt/rtc_base/memory/fifo_buffer.h include/tg_owt/rtc_base/memory_stream.h include/tg_owt/rtc_base/memory_usage.h include/tg_owt/rtc_base/message_digest.h -include/tg_owt/rtc_base/message_handler.h include/tg_owt/rtc_base/nat_server.h include/tg_owt/rtc_base/nat_socket_factory.h include/tg_owt/rtc_base/nat_types.h include/tg_owt/rtc_base/net_helper.h include/tg_owt/rtc_base/net_helpers.h include/tg_owt/rtc_base/network.h include/tg_owt/rtc_base/network/sent_packet.h include/tg_owt/rtc_base/network_constants.h include/tg_owt/rtc_base/network_monitor.h include/tg_owt/rtc_base/network_monitor_factory.h include/tg_owt/rtc_base/network_route.h include/tg_owt/rtc_base/null_socket_server.h include/tg_owt/rtc_base/numerics/divide_round.h include/tg_owt/rtc_base/numerics/event_based_exponential_moving_average.h include/tg_owt/rtc_base/numerics/event_rate_counter.h include/tg_owt/rtc_base/numerics/exp_filter.h include/tg_owt/rtc_base/numerics/histogram_percentile_counter.h include/tg_owt/rtc_base/numerics/math_utils.h include/tg_owt/rtc_base/numerics/mod_ops.h include/tg_owt/rtc_base/numerics/moving_average.h include/tg_owt/rtc_base/numerics/moving_max_counter.h -include/tg_owt/rtc_base/numerics/moving_median_filter.h +include/tg_owt/rtc_base/numerics/moving_percentile_filter.h include/tg_owt/rtc_base/numerics/percentile_filter.h include/tg_owt/rtc_base/numerics/running_statistics.h include/tg_owt/rtc_base/numerics/safe_compare.h include/tg_owt/rtc_base/numerics/safe_conversions.h include/tg_owt/rtc_base/numerics/safe_conversions_impl.h include/tg_owt/rtc_base/numerics/safe_minmax.h include/tg_owt/rtc_base/numerics/sample_counter.h include/tg_owt/rtc_base/numerics/sample_stats.h include/tg_owt/rtc_base/numerics/sequence_number_util.h include/tg_owt/rtc_base/one_time_event.h include/tg_owt/rtc_base/openssl.h include/tg_owt/rtc_base/openssl_adapter.h include/tg_owt/rtc_base/openssl_certificate.h include/tg_owt/rtc_base/openssl_digest.h include/tg_owt/rtc_base/openssl_identity.h include/tg_owt/rtc_base/openssl_key_pair.h include/tg_owt/rtc_base/openssl_session_cache.h include/tg_owt/rtc_base/openssl_stream_adapter.h include/tg_owt/rtc_base/openssl_utility.h include/tg_owt/rtc_base/operations_chain.h include/tg_owt/rtc_base/physical_socket_server.h include/tg_owt/rtc_base/platform_thread.h include/tg_owt/rtc_base/platform_thread_types.h include/tg_owt/rtc_base/protobuf_utils.h include/tg_owt/rtc_base/proxy_info.h include/tg_owt/rtc_base/proxy_server.h include/tg_owt/rtc_base/race_checker.h include/tg_owt/rtc_base/random.h include/tg_owt/rtc_base/rate_limiter.h include/tg_owt/rtc_base/rate_statistics.h include/tg_owt/rtc_base/rate_tracker.h include/tg_owt/rtc_base/ref_count.h include/tg_owt/rtc_base/ref_counted_object.h include/tg_owt/rtc_base/ref_counter.h include/tg_owt/rtc_base/rolling_accumulator.h include/tg_owt/rtc_base/rtc_certificate.h include/tg_owt/rtc_base/rtc_certificate_generator.h include/tg_owt/rtc_base/sanitizer.h include/tg_owt/rtc_base/server_socket_adapters.h -include/tg_owt/rtc_base/sigslot_repeater.h include/tg_owt/rtc_base/sigslot_tester.h include/tg_owt/rtc_base/socket.h include/tg_owt/rtc_base/socket_adapters.h include/tg_owt/rtc_base/socket_address.h include/tg_owt/rtc_base/socket_address_pair.h include/tg_owt/rtc_base/socket_factory.h include/tg_owt/rtc_base/socket_server.h include/tg_owt/rtc_base/socket_stream.h include/tg_owt/rtc_base/socket_unittest.h include/tg_owt/rtc_base/ssl_adapter.h include/tg_owt/rtc_base/ssl_certificate.h include/tg_owt/rtc_base/ssl_fingerprint.h include/tg_owt/rtc_base/ssl_identity.h include/tg_owt/rtc_base/ssl_roots.h include/tg_owt/rtc_base/ssl_stream_adapter.h include/tg_owt/rtc_base/stream.h include/tg_owt/rtc_base/string_encode.h include/tg_owt/rtc_base/string_to_number.h include/tg_owt/rtc_base/string_utils.h include/tg_owt/rtc_base/strings/audio_format_to_string.h include/tg_owt/rtc_base/strings/json.h include/tg_owt/rtc_base/strings/string_builder.h include/tg_owt/rtc_base/strings/string_format.h include/tg_owt/rtc_base/strong_alias.h include/tg_owt/rtc_base/swap_queue.h include/tg_owt/rtc_base/synchronization/mutex.h include/tg_owt/rtc_base/synchronization/mutex_abseil.h include/tg_owt/rtc_base/synchronization/mutex_critical_section.h include/tg_owt/rtc_base/synchronization/mutex_pthread.h include/tg_owt/rtc_base/synchronization/sequence_checker_internal.h include/tg_owt/rtc_base/synchronization/yield.h include/tg_owt/rtc_base/synchronization/yield_policy.h include/tg_owt/rtc_base/system/arch.h include/tg_owt/rtc_base/system/asm_defines.h include/tg_owt/rtc_base/system/assume.h include/tg_owt/rtc_base/system/cocoa_threading.h include/tg_owt/rtc_base/system/file_wrapper.h include/tg_owt/rtc_base/system/gcd_helpers.h include/tg_owt/rtc_base/system/ignore_warnings.h include/tg_owt/rtc_base/system/inline.h +include/tg_owt/rtc_base/system/no_cfi_icall.h include/tg_owt/rtc_base/system/no_unique_address.h include/tg_owt/rtc_base/system/rtc_export.h include/tg_owt/rtc_base/system/rtc_export_template.h -include/tg_owt/rtc_base/system/thread_registry.h include/tg_owt/rtc_base/system/unused.h include/tg_owt/rtc_base/system/warn_current_thread_is_deadlocked.h include/tg_owt/rtc_base/system_time.h include/tg_owt/rtc_base/task_queue.h include/tg_owt/rtc_base/task_queue_for_test.h include/tg_owt/rtc_base/task_queue_gcd.h include/tg_owt/rtc_base/task_queue_libevent.h include/tg_owt/rtc_base/task_queue_stdlib.h include/tg_owt/rtc_base/task_queue_win.h -include/tg_owt/rtc_base/task_utils/pending_task_safety_flag.h include/tg_owt/rtc_base/task_utils/repeating_task.h -include/tg_owt/rtc_base/task_utils/to_queued_task.h include/tg_owt/rtc_base/test_base64.h include/tg_owt/rtc_base/test_certificate_verifier.h include/tg_owt/rtc_base/test_client.h include/tg_owt/rtc_base/test_echo_server.h include/tg_owt/rtc_base/test_utils.h include/tg_owt/rtc_base/third_party/base64/base64.h include/tg_owt/rtc_base/third_party/sigslot/sigslot.h include/tg_owt/rtc_base/thread.h include/tg_owt/rtc_base/thread_annotations.h -include/tg_owt/rtc_base/thread_message.h -include/tg_owt/rtc_base/time/timestamp_extrapolator.h include/tg_owt/rtc_base/time_utils.h include/tg_owt/rtc_base/timestamp_aligner.h include/tg_owt/rtc_base/trace_event.h include/tg_owt/rtc_base/type_traits.h include/tg_owt/rtc_base/unique_id_generator.h include/tg_owt/rtc_base/units/unit_base.h include/tg_owt/rtc_base/untyped_function.h include/tg_owt/rtc_base/virtual_socket_server.h include/tg_owt/rtc_base/weak_ptr.h include/tg_owt/rtc_base/win/create_direct3d_device.h include/tg_owt/rtc_base/win/get_activation_factory.h include/tg_owt/rtc_base/win/hstring.h include/tg_owt/rtc_base/win/scoped_com_initializer.h include/tg_owt/rtc_base/win/windows_version.h include/tg_owt/rtc_base/win32.h include/tg_owt/rtc_base/win32_socket_init.h include/tg_owt/rtc_base/win32_window.h include/tg_owt/rtc_base/zero_memory.h include/tg_owt/sdk/android/native_api/audio_device_module/audio_device_android.h include/tg_owt/sdk/android/native_api/base/init.h include/tg_owt/sdk/android/native_api/codecs/wrapper.h include/tg_owt/sdk/android/native_api/jni/class_loader.h include/tg_owt/sdk/android/native_api/jni/java_types.h include/tg_owt/sdk/android/native_api/jni/jni_int_wrapper.h include/tg_owt/sdk/android/native_api/jni/jvm.h include/tg_owt/sdk/android/native_api/jni/scoped_java_ref.h include/tg_owt/sdk/android/native_api/network_monitor/network_monitor.h include/tg_owt/sdk/android/native_api/peerconnection/peer_connection_factory.h include/tg_owt/sdk/android/native_api/stacktrace/stacktrace.h include/tg_owt/sdk/android/native_api/video/video_source.h include/tg_owt/sdk/android/native_api/video/wrapper.h include/tg_owt/sdk/android/native_unittests/application_context_provider.h include/tg_owt/sdk/android/src/jni/android_network_monitor.h include/tg_owt/sdk/android/src/jni/android_video_track_source.h include/tg_owt/sdk/android/src/jni/audio_device/aaudio_player.h include/tg_owt/sdk/android/src/jni/audio_device/aaudio_recorder.h include/tg_owt/sdk/android/src/jni/audio_device/aaudio_wrapper.h include/tg_owt/sdk/android/src/jni/audio_device/audio_common.h include/tg_owt/sdk/android/src/jni/audio_device/audio_device_module.h include/tg_owt/sdk/android/src/jni/audio_device/audio_record_jni.h include/tg_owt/sdk/android/src/jni/audio_device/audio_track_jni.h include/tg_owt/sdk/android/src/jni/audio_device/opensles_common.h include/tg_owt/sdk/android/src/jni/audio_device/opensles_player.h include/tg_owt/sdk/android/src/jni/audio_device/opensles_recorder.h -include/tg_owt/sdk/android/src/jni/class_loader.h -include/tg_owt/sdk/android/src/jni/class_reference_holder.h include/tg_owt/sdk/android/src/jni/encoded_image.h include/tg_owt/sdk/android/src/jni/jni_generator_helper.h include/tg_owt/sdk/android/src/jni/jni_helpers.h include/tg_owt/sdk/android/src/jni/jvm.h include/tg_owt/sdk/android/src/jni/logging/log_sink.h include/tg_owt/sdk/android/src/jni/native_capturer_observer.h include/tg_owt/sdk/android/src/jni/pc/add_ice_candidate_observer.h include/tg_owt/sdk/android/src/jni/pc/android_network_monitor.h include/tg_owt/sdk/android/src/jni/pc/audio.h include/tg_owt/sdk/android/src/jni/pc/crypto_options.h include/tg_owt/sdk/android/src/jni/pc/data_channel.h include/tg_owt/sdk/android/src/jni/pc/ice_candidate.h include/tg_owt/sdk/android/src/jni/pc/media_constraints.h include/tg_owt/sdk/android/src/jni/pc/media_stream.h include/tg_owt/sdk/android/src/jni/pc/media_stream_track.h include/tg_owt/sdk/android/src/jni/pc/owned_factory_and_threads.h include/tg_owt/sdk/android/src/jni/pc/peer_connection.h include/tg_owt/sdk/android/src/jni/pc/peer_connection_factory.h include/tg_owt/sdk/android/src/jni/pc/rtc_certificate.h include/tg_owt/sdk/android/src/jni/pc/rtc_stats_collector_callback_wrapper.h include/tg_owt/sdk/android/src/jni/pc/rtp_parameters.h include/tg_owt/sdk/android/src/jni/pc/rtp_receiver.h include/tg_owt/sdk/android/src/jni/pc/rtp_sender.h include/tg_owt/sdk/android/src/jni/pc/rtp_transceiver.h include/tg_owt/sdk/android/src/jni/pc/sdp_observer.h include/tg_owt/sdk/android/src/jni/pc/session_description.h include/tg_owt/sdk/android/src/jni/pc/ssl_certificate_verifier_wrapper.h include/tg_owt/sdk/android/src/jni/pc/stats_observer.h include/tg_owt/sdk/android/src/jni/pc/turn_customizer.h include/tg_owt/sdk/android/src/jni/pc/video.h include/tg_owt/sdk/android/src/jni/scoped_java_ref_counted.h include/tg_owt/sdk/android/src/jni/video_codec_info.h include/tg_owt/sdk/android/src/jni/video_codec_status.h include/tg_owt/sdk/android/src/jni/video_decoder_factory_wrapper.h include/tg_owt/sdk/android/src/jni/video_decoder_wrapper.h include/tg_owt/sdk/android/src/jni/video_encoder_factory_wrapper.h include/tg_owt/sdk/android/src/jni/video_encoder_wrapper.h include/tg_owt/sdk/android/src/jni/video_frame.h include/tg_owt/sdk/android/src/jni/video_sink.h include/tg_owt/sdk/android/src/jni/wrapped_native_i420_buffer.h include/tg_owt/sdk/media_constraints.h include/tg_owt/sdk/objc/Framework/Classes/Common/NSString+StdString.h include/tg_owt/sdk/objc/Framework/Classes/Common/scoped_cftyperef.h include/tg_owt/sdk/objc/Framework/Classes/PeerConnection/RTCConfiguration+Native.h include/tg_owt/sdk/objc/Framework/Classes/PeerConnection/RTCPeerConnectionFactory+Native.h include/tg_owt/sdk/objc/Framework/Classes/Video/RTCDefaultShader.h include/tg_owt/sdk/objc/Framework/Classes/Video/RTCNV12TextureCache.h include/tg_owt/sdk/objc/Framework/Classes/VideoToolbox/nalu_rewriter.h include/tg_owt/sdk/objc/Framework/Native/api/audio_device_module.h include/tg_owt/sdk/objc/Framework/Native/api/video_decoder_factory.h include/tg_owt/sdk/objc/Framework/Native/api/video_encoder_factory.h include/tg_owt/sdk/objc/Framework/Native/api/video_frame_buffer.h include/tg_owt/sdk/objc/Framework/Native/src/objc_video_decoder_factory.h include/tg_owt/sdk/objc/Framework/Native/src/objc_video_encoder_factory.h include/tg_owt/sdk/objc/api/RTCVideoRendererAdapter+Private.h include/tg_owt/sdk/objc/api/RTCVideoRendererAdapter.h include/tg_owt/sdk/objc/api/logging/RTCCallbackLogger.h include/tg_owt/sdk/objc/api/peerconnection/RTCAudioSource+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCAudioSource.h include/tg_owt/sdk/objc/api/peerconnection/RTCAudioTrack+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCAudioTrack.h include/tg_owt/sdk/objc/api/peerconnection/RTCCertificate.h include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration+Native.h include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCConfiguration.h include/tg_owt/sdk/objc/api/peerconnection/RTCCryptoOptions.h include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannel+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannel.h include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannelConfiguration+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCDataChannelConfiguration.h include/tg_owt/sdk/objc/api/peerconnection/RTCDtmfSender+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCDtmfSender.h include/tg_owt/sdk/objc/api/peerconnection/RTCEncodedImage+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCFieldTrials.h include/tg_owt/sdk/objc/api/peerconnection/RTCFileLogger.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidate+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidate.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidateErrorEvent+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceCandidateErrorEvent.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceServer+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCIceServer.h include/tg_owt/sdk/objc/api/peerconnection/RTCLegacyStatsReport+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCLegacyStatsReport.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaConstraints+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaConstraints.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaSource+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaSource.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStream+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStream.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStreamTrack+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCMediaStreamTrack.h include/tg_owt/sdk/objc/api/peerconnection/RTCMetrics.h include/tg_owt/sdk/objc/api/peerconnection/RTCMetricsSampleInfo+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCMetricsSampleInfo.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnection+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnection.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory+Native.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactory.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryBuilder+DefaultComponents.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryBuilder.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryOptions+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCPeerConnectionFactoryOptions.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtcpParameters+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtcpParameters.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpCodecParameters+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpCodecParameters.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpEncodingParameters+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpEncodingParameters.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpHeaderExtension+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpHeaderExtension.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpParameters+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpParameters.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver+Native.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpReceiver.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender+Native.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpSender.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpTransceiver+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCRtpTransceiver.h include/tg_owt/sdk/objc/api/peerconnection/RTCSSLAdapter.h include/tg_owt/sdk/objc/api/peerconnection/RTCSessionDescription+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCSessionDescription.h include/tg_owt/sdk/objc/api/peerconnection/RTCStatisticsReport+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCStatisticsReport.h include/tg_owt/sdk/objc/api/peerconnection/RTCTracing.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoCodecInfo+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoEncoderSettings+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoSource+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoSource.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoTrack+Private.h include/tg_owt/sdk/objc/api/peerconnection/RTCVideoTrack.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoCodecConstants.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderAV1.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderVP8.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoDecoderVP9.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderAV1.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderVP8.h include/tg_owt/sdk/objc/api/video_codec/RTCVideoEncoderVP9.h include/tg_owt/sdk/objc/api/video_codec/RTCWrappedNativeVideoDecoder.h include/tg_owt/sdk/objc/api/video_codec/RTCWrappedNativeVideoEncoder.h include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer+Private.h include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeI420Buffer.h include/tg_owt/sdk/objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h include/tg_owt/sdk/objc/base/RTCCodecSpecificInfo.h include/tg_owt/sdk/objc/base/RTCEncodedImage.h include/tg_owt/sdk/objc/base/RTCI420Buffer.h include/tg_owt/sdk/objc/base/RTCLogging.h include/tg_owt/sdk/objc/base/RTCMacros.h include/tg_owt/sdk/objc/base/RTCMutableI420Buffer.h include/tg_owt/sdk/objc/base/RTCMutableYUVPlanarBuffer.h +include/tg_owt/sdk/objc/base/RTCSSLCertificateVerifier.h include/tg_owt/sdk/objc/base/RTCVideoCapturer.h include/tg_owt/sdk/objc/base/RTCVideoCodecInfo.h include/tg_owt/sdk/objc/base/RTCVideoDecoder.h include/tg_owt/sdk/objc/base/RTCVideoDecoderFactory.h include/tg_owt/sdk/objc/base/RTCVideoEncoder.h include/tg_owt/sdk/objc/base/RTCVideoEncoderFactory.h include/tg_owt/sdk/objc/base/RTCVideoEncoderQpThresholds.h include/tg_owt/sdk/objc/base/RTCVideoEncoderSettings.h include/tg_owt/sdk/objc/base/RTCVideoFrame.h include/tg_owt/sdk/objc/base/RTCVideoFrameBuffer.h include/tg_owt/sdk/objc/base/RTCVideoRenderer.h include/tg_owt/sdk/objc/base/RTCYUVPlanarBuffer.h +include/tg_owt/sdk/objc/components/audio/RTCAudioDevice.h include/tg_owt/sdk/objc/components/audio/RTCAudioSession+Private.h include/tg_owt/sdk/objc/components/audio/RTCAudioSession.h include/tg_owt/sdk/objc/components/audio/RTCAudioSessionConfiguration.h include/tg_owt/sdk/objc/components/audio/RTCNativeAudioSessionDelegateAdapter.h include/tg_owt/sdk/objc/components/capturer/RTCCameraVideoCapturer.h include/tg_owt/sdk/objc/components/capturer/RTCFileVideoCapturer.h include/tg_owt/sdk/objc/components/network/RTCNetworkMonitor+Private.h include/tg_owt/sdk/objc/components/network/RTCNetworkMonitor.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLI420Renderer.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLNSVideoView.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLNV12Renderer.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRGBRenderer.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRenderer+Private.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLRenderer.h include/tg_owt/sdk/objc/components/renderer/metal/RTCMTLVideoView.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCDefaultShader.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCDisplayLinkTimer.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCI420TextureCache.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCNSGLVideoView.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCNV12TextureCache.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCOpenGLDefines.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCShader.h include/tg_owt/sdk/objc/components/renderer/opengl/RTCVideoViewShading.h include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264+Private.h include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH264.h include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265+Private.h include/tg_owt/sdk/objc/components/video_codec/RTCCodecSpecificInfoH265.h include/tg_owt/sdk/objc/components/video_codec/RTCDefaultVideoDecoderFactory.h include/tg_owt/sdk/objc/components/video_codec/RTCDefaultVideoEncoderFactory.h include/tg_owt/sdk/objc/components/video_codec/RTCH264ProfileLevelId.h include/tg_owt/sdk/objc/components/video_codec/RTCH265ProfileLevelId.h include/tg_owt/sdk/objc/components/video_codec/RTCVideoDecoderFactoryH264.h include/tg_owt/sdk/objc/components/video_codec/RTCVideoDecoderH264.h include/tg_owt/sdk/objc/components/video_codec/RTCVideoEncoderFactoryH264.h include/tg_owt/sdk/objc/components/video_codec/RTCVideoEncoderH264.h include/tg_owt/sdk/objc/components/video_codec/UIDevice+H264Profile.h include/tg_owt/sdk/objc/components/video_codec/helpers.h include/tg_owt/sdk/objc/components/video_codec/nalu_rewriter.h include/tg_owt/sdk/objc/components/video_frame_buffer/RTCCVPixelBuffer.h include/tg_owt/sdk/objc/helpers/AVCaptureSession+DevicePosition.h include/tg_owt/sdk/objc/helpers/NSString+StdString.h include/tg_owt/sdk/objc/helpers/RTCCameraPreviewView.h include/tg_owt/sdk/objc/helpers/RTCDispatcher+Private.h include/tg_owt/sdk/objc/helpers/RTCDispatcher.h include/tg_owt/sdk/objc/helpers/UIDevice+RTCDevice.h include/tg_owt/sdk/objc/helpers/scoped_cftyperef.h include/tg_owt/sdk/objc/native/api/audio_device_module.h include/tg_owt/sdk/objc/native/api/network_monitor_factory.h +include/tg_owt/sdk/objc/native/api/objc_audio_device_module.h +include/tg_owt/sdk/objc/native/api/ssl_certificate_verifier.h include/tg_owt/sdk/objc/native/api/video_capturer.h include/tg_owt/sdk/objc/native/api/video_decoder_factory.h include/tg_owt/sdk/objc/native/api/video_encoder_factory.h include/tg_owt/sdk/objc/native/api/video_frame.h include/tg_owt/sdk/objc/native/api/video_frame_buffer.h include/tg_owt/sdk/objc/native/api/video_renderer.h include/tg_owt/sdk/objc/native/src/audio/audio_device_ios.h include/tg_owt/sdk/objc/native/src/audio/audio_device_module_ios.h include/tg_owt/sdk/objc/native/src/audio/audio_session_observer.h include/tg_owt/sdk/objc/native/src/audio/helpers.h include/tg_owt/sdk/objc/native/src/audio/voice_processing_audio_unit.h include/tg_owt/sdk/objc/native/src/network_monitor_observer.h +include/tg_owt/sdk/objc/native/src/objc_audio_device.h +include/tg_owt/sdk/objc/native/src/objc_audio_device_delegate.h include/tg_owt/sdk/objc/native/src/objc_frame_buffer.h include/tg_owt/sdk/objc/native/src/objc_network_monitor.h include/tg_owt/sdk/objc/native/src/objc_video_decoder_factory.h include/tg_owt/sdk/objc/native/src/objc_video_encoder_factory.h include/tg_owt/sdk/objc/native/src/objc_video_frame.h include/tg_owt/sdk/objc/native/src/objc_video_renderer.h include/tg_owt/sdk/objc/native/src/objc_video_track_source.h include/tg_owt/sdk/objc/unittests/frame_buffer_helpers.h include/tg_owt/stats/test/rtc_test_stats.h include/tg_owt/system_wrappers/include/clock.h include/tg_owt/system_wrappers/include/cpu_features_wrapper.h include/tg_owt/system_wrappers/include/cpu_info.h include/tg_owt/system_wrappers/include/denormal_disabler.h include/tg_owt/system_wrappers/include/field_trial.h include/tg_owt/system_wrappers/include/metrics.h include/tg_owt/system_wrappers/include/ntp_time.h include/tg_owt/system_wrappers/include/rtp_to_ntp_estimator.h include/tg_owt/system_wrappers/include/sleep.h include/tg_owt/third_party/abseil-cpp/absl/algorithm/algorithm.h include/tg_owt/third_party/abseil-cpp/absl/algorithm/container.h include/tg_owt/third_party/abseil-cpp/absl/base/attributes.h include/tg_owt/third_party/abseil-cpp/absl/base/call_once.h include/tg_owt/third_party/abseil-cpp/absl/base/casts.h include/tg_owt/third_party/abseil-cpp/absl/base/config.h include/tg_owt/third_party/abseil-cpp/absl/base/const_init.h include/tg_owt/third_party/abseil-cpp/absl/base/dynamic_annotations.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/atomic_hook.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/cycleclock.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/direct_mmap.h +include/tg_owt/third_party/abseil-cpp/absl/base/internal/dynamic_annotations.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/endian.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/errno_saver.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/exception_testing.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/fast_type_id.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/hide_ptr.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/identity.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/inline_variable.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/invoke.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h +include/tg_owt/third_party/abseil-cpp/absl/base/internal/prefetch.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/pretty_function.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/raw_logging.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/spinlock.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/strerror.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/sysinfo.h +include/tg_owt/third_party/abseil-cpp/absl/base/internal/thread_annotations.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/thread_identity.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/throw_delegate.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/unaligned_access.h include/tg_owt/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h include/tg_owt/third_party/abseil-cpp/absl/base/log_severity.h include/tg_owt/third_party/abseil-cpp/absl/base/macros.h include/tg_owt/third_party/abseil-cpp/absl/base/optimization.h include/tg_owt/third_party/abseil-cpp/absl/base/options.h include/tg_owt/third_party/abseil-cpp/absl/base/policy_checks.h include/tg_owt/third_party/abseil-cpp/absl/base/port.h include/tg_owt/third_party/abseil-cpp/absl/base/thread_annotations.h include/tg_owt/third_party/abseil-cpp/absl/cleanup/cleanup.h include/tg_owt/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h include/tg_owt/third_party/abseil-cpp/absl/container/btree_map.h include/tg_owt/third_party/abseil-cpp/absl/container/btree_set.h include/tg_owt/third_party/abseil-cpp/absl/container/btree_test.h include/tg_owt/third_party/abseil-cpp/absl/container/fixed_array.h include/tg_owt/third_party/abseil-cpp/absl/container/flat_hash_map.h include/tg_owt/third_party/abseil-cpp/absl/container/flat_hash_set.h include/tg_owt/third_party/abseil-cpp/absl/container/inlined_vector.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/btree.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/btree_container.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/common.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/container_memory.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/counting_allocator.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h -include/tg_owt/third_party/abseil-cpp/absl/container/internal/have_sse.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/inlined_vector.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/layout.h -include/tg_owt/third_party/abseil-cpp/absl/container/internal/node_hash_policy.h +include/tg_owt/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/tracked.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_constructor_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_lookup_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_members_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_constructor_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_lookup_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_members_test.h include/tg_owt/third_party/abseil-cpp/absl/container/internal/unordered_set_modifiers_test.h include/tg_owt/third_party/abseil-cpp/absl/container/node_hash_map.h include/tg_owt/third_party/abseil-cpp/absl/container/node_hash_set.h include/tg_owt/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/demangle.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/symbolize.h include/tg_owt/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h include/tg_owt/third_party/abseil-cpp/absl/debugging/leak_check.h include/tg_owt/third_party/abseil-cpp/absl/debugging/stacktrace.h include/tg_owt/third_party/abseil-cpp/absl/debugging/symbolize.h include/tg_owt/third_party/abseil-cpp/absl/flags/commandlineflag.h include/tg_owt/third_party/abseil-cpp/absl/flags/config.h include/tg_owt/third_party/abseil-cpp/absl/flags/declare.h include/tg_owt/third_party/abseil-cpp/absl/flags/flag.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/flag.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/parse.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/path_util.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/program_name.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/registry.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h include/tg_owt/third_party/abseil-cpp/absl/flags/internal/usage.h include/tg_owt/third_party/abseil-cpp/absl/flags/marshalling.h include/tg_owt/third_party/abseil-cpp/absl/flags/parse.h include/tg_owt/third_party/abseil-cpp/absl/flags/reflection.h include/tg_owt/third_party/abseil-cpp/absl/flags/usage.h include/tg_owt/third_party/abseil-cpp/absl/flags/usage_config.h +include/tg_owt/third_party/abseil-cpp/absl/functional/any_invocable.h include/tg_owt/third_party/abseil-cpp/absl/functional/bind_front.h include/tg_owt/third_party/abseil-cpp/absl/functional/function_ref.h +include/tg_owt/third_party/abseil-cpp/absl/functional/internal/any_invocable.h include/tg_owt/third_party/abseil-cpp/absl/functional/internal/front_binder.h include/tg_owt/third_party/abseil-cpp/absl/functional/internal/function_ref.h include/tg_owt/third_party/abseil-cpp/absl/hash/hash.h include/tg_owt/third_party/abseil-cpp/absl/hash/hash_testing.h include/tg_owt/third_party/abseil-cpp/absl/hash/internal/city.h include/tg_owt/third_party/abseil-cpp/absl/hash/internal/hash.h include/tg_owt/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h include/tg_owt/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h include/tg_owt/third_party/abseil-cpp/absl/memory/memory.h include/tg_owt/third_party/abseil-cpp/absl/meta/type_traits.h include/tg_owt/third_party/abseil-cpp/absl/numeric/bits.h include/tg_owt/third_party/abseil-cpp/absl/numeric/int128.h include/tg_owt/third_party/abseil-cpp/absl/numeric/internal/bits.h include/tg_owt/third_party/abseil-cpp/absl/numeric/internal/representation.h include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h include/tg_owt/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h include/tg_owt/third_party/abseil-cpp/absl/random/bernoulli_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/beta_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/bit_gen_ref.h include/tg_owt/third_party/abseil-cpp/absl/random/discrete_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/distributions.h include/tg_owt/third_party/abseil-cpp/absl/random/exponential_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/gaussian_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/chi_square.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/distribution_caller.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/fastmath.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/generate_real.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/mock_helpers.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/pcg_engine.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/platform.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/pool_urbg.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_detect.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_engine.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_slow.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/randen_traits.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/seed_material.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/traits.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/uniform_helper.h include/tg_owt/third_party/abseil-cpp/absl/random/internal/wide_multiply.h include/tg_owt/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/mock_distributions.h include/tg_owt/third_party/abseil-cpp/absl/random/mocking_bit_gen.h include/tg_owt/third_party/abseil-cpp/absl/random/poisson_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/random.h include/tg_owt/third_party/abseil-cpp/absl/random/seed_gen_exception.h include/tg_owt/third_party/abseil-cpp/absl/random/seed_sequences.h include/tg_owt/third_party/abseil-cpp/absl/random/uniform_int_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/uniform_real_distribution.h include/tg_owt/third_party/abseil-cpp/absl/random/zipf_distribution.h include/tg_owt/third_party/abseil-cpp/absl/status/internal/status_internal.h include/tg_owt/third_party/abseil-cpp/absl/status/internal/statusor_internal.h include/tg_owt/third_party/abseil-cpp/absl/status/status.h include/tg_owt/third_party/abseil-cpp/absl/status/status_payload_printer.h include/tg_owt/third_party/abseil-cpp/absl/status/statusor.h include/tg_owt/third_party/abseil-cpp/absl/strings/ascii.h include/tg_owt/third_party/abseil-cpp/absl/strings/charconv.h include/tg_owt/third_party/abseil-cpp/absl/strings/cord.h +include/tg_owt/third_party/abseil-cpp/absl/strings/cord_analysis.h +include/tg_owt/third_party/abseil-cpp/absl/strings/cord_buffer.h include/tg_owt/third_party/abseil-cpp/absl/strings/cord_test_helpers.h include/tg_owt/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h include/tg_owt/third_party/abseil-cpp/absl/strings/escaping.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/char_map.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h +include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_internal.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring_reader.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_info.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/escaping.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/memutil.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/ostringstream.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/output.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/string_constant.h include/tg_owt/third_party/abseil-cpp/absl/strings/internal/utf8.h include/tg_owt/third_party/abseil-cpp/absl/strings/match.h include/tg_owt/third_party/abseil-cpp/absl/strings/numbers.h include/tg_owt/third_party/abseil-cpp/absl/strings/str_cat.h include/tg_owt/third_party/abseil-cpp/absl/strings/str_format.h include/tg_owt/third_party/abseil-cpp/absl/strings/str_join.h include/tg_owt/third_party/abseil-cpp/absl/strings/str_replace.h include/tg_owt/third_party/abseil-cpp/absl/strings/str_split.h include/tg_owt/third_party/abseil-cpp/absl/strings/string_view.h include/tg_owt/third_party/abseil-cpp/absl/strings/strip.h include/tg_owt/third_party/abseil-cpp/absl/strings/substitute.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/barrier.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/blocking_counter.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/futex.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/internal/waiter.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/mutex.h include/tg_owt/third_party/abseil-cpp/absl/synchronization/notification.h include/tg_owt/third_party/abseil-cpp/absl/time/civil_time.h include/tg_owt/third_party/abseil-cpp/absl/time/clock.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h include/tg_owt/third_party/abseil-cpp/absl/time/internal/test_util.h include/tg_owt/third_party/abseil-cpp/absl/time/time.h include/tg_owt/third_party/abseil-cpp/absl/types/any.h include/tg_owt/third_party/abseil-cpp/absl/types/bad_any_cast.h include/tg_owt/third_party/abseil-cpp/absl/types/bad_optional_access.h include/tg_owt/third_party/abseil-cpp/absl/types/bad_variant_access.h include/tg_owt/third_party/abseil-cpp/absl/types/compare.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_aliases.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_archetype.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_profile.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_testing.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/conformance_testing_helpers.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/optional.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/parentheses.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/span.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/transform_args.h include/tg_owt/third_party/abseil-cpp/absl/types/internal/variant.h include/tg_owt/third_party/abseil-cpp/absl/types/optional.h include/tg_owt/third_party/abseil-cpp/absl/types/span.h include/tg_owt/third_party/abseil-cpp/absl/types/variant.h include/tg_owt/third_party/abseil-cpp/absl/utility/utility.h include/tg_owt/third_party/abseil-cpp/ci/absl_alternate_options.h include/tg_owt/third_party/crc32c/src/include/crc32c/crc32c.h include/tg_owt/third_party/crc32c/src/src/crc32c_arm64.h include/tg_owt/third_party/crc32c/src/src/crc32c_arm64_check.h include/tg_owt/third_party/crc32c/src/src/crc32c_extend_unittests.h include/tg_owt/third_party/crc32c/src/src/crc32c_internal.h include/tg_owt/third_party/crc32c/src/src/crc32c_prefetch.h include/tg_owt/third_party/crc32c/src/src/crc32c_read_le.h include/tg_owt/third_party/crc32c/src/src/crc32c_round_up.h include/tg_owt/third_party/crc32c/src/src/crc32c_sse42.h include/tg_owt/third_party/crc32c/src/src/crc32c_sse42_check.h include/tg_owt/third_party/libsrtp/crypto/include/aes.h include/tg_owt/third_party/libsrtp/crypto/include/aes_gcm_ossl.h include/tg_owt/third_party/libsrtp/crypto/include/aes_icm.h include/tg_owt/third_party/libsrtp/crypto/include/aes_icm_ossl.h include/tg_owt/third_party/libsrtp/crypto/include/alloc.h include/tg_owt/third_party/libsrtp/crypto/include/auth.h include/tg_owt/third_party/libsrtp/crypto/include/cipher.h include/tg_owt/third_party/libsrtp/crypto/include/cipher_types.h include/tg_owt/third_party/libsrtp/crypto/include/config.h include/tg_owt/third_party/libsrtp/crypto/include/crypto_kernel.h include/tg_owt/third_party/libsrtp/crypto/include/crypto_types.h include/tg_owt/third_party/libsrtp/crypto/include/datatypes.h include/tg_owt/third_party/libsrtp/crypto/include/err.h include/tg_owt/third_party/libsrtp/crypto/include/integers.h include/tg_owt/third_party/libsrtp/crypto/include/key.h include/tg_owt/third_party/libsrtp/crypto/include/null_auth.h include/tg_owt/third_party/libsrtp/crypto/include/null_cipher.h include/tg_owt/third_party/libsrtp/crypto/include/rdb.h include/tg_owt/third_party/libsrtp/crypto/include/rdbx.h include/tg_owt/third_party/libsrtp/crypto/include/stat.h include/tg_owt/third_party/libsrtp/include/config.h include/tg_owt/third_party/libsrtp/include/ekt.h include/tg_owt/third_party/libsrtp/include/getopt_s.h include/tg_owt/third_party/libsrtp/include/srtp.h include/tg_owt/third_party/libsrtp/include/srtp_priv.h include/tg_owt/third_party/libsrtp/include/ut_sim.h include/tg_owt/third_party/libvpx/include/elf.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon-highbd/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm-neon/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64-highbd/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/arm64/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/generic/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/generic/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/generic/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/ia32/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/ia32/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/ia32/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/x64/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/x64/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_config.h include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/linux/x64/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/ia32/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/ia32/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_config.h include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/ia32/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/x64/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/x64/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_config.h include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/mac/x64/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/vpx_version.h include/tg_owt/third_party/libvpx/source/config/win/arm64/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/arm64/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_config.h include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/arm64/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/ia32/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/ia32/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_config.h include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/ia32/vpx_scale_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/x64/vp8_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/x64/vp9_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_config.h include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_dsp_rtcd.h include/tg_owt/third_party/libvpx/source/config/win/x64/vpx_scale_rtcd.h include/tg_owt/third_party/libyuv/include/libyuv.h include/tg_owt/third_party/libyuv/include/libyuv/basic_types.h include/tg_owt/third_party/libyuv/include/libyuv/compare.h include/tg_owt/third_party/libyuv/include/libyuv/compare_row.h include/tg_owt/third_party/libyuv/include/libyuv/convert.h include/tg_owt/third_party/libyuv/include/libyuv/convert_argb.h include/tg_owt/third_party/libyuv/include/libyuv/convert_from.h include/tg_owt/third_party/libyuv/include/libyuv/convert_from_argb.h include/tg_owt/third_party/libyuv/include/libyuv/cpu_id.h +include/tg_owt/third_party/libyuv/include/libyuv/loongson_intrinsics.h include/tg_owt/third_party/libyuv/include/libyuv/macros_msa.h include/tg_owt/third_party/libyuv/include/libyuv/mjpeg_decoder.h include/tg_owt/third_party/libyuv/include/libyuv/planar_functions.h include/tg_owt/third_party/libyuv/include/libyuv/rotate.h include/tg_owt/third_party/libyuv/include/libyuv/rotate_argb.h include/tg_owt/third_party/libyuv/include/libyuv/rotate_row.h include/tg_owt/third_party/libyuv/include/libyuv/row.h include/tg_owt/third_party/libyuv/include/libyuv/scale.h include/tg_owt/third_party/libyuv/include/libyuv/scale_argb.h +include/tg_owt/third_party/libyuv/include/libyuv/scale_rgb.h include/tg_owt/third_party/libyuv/include/libyuv/scale_row.h include/tg_owt/third_party/libyuv/include/libyuv/scale_uv.h include/tg_owt/third_party/libyuv/include/libyuv/version.h include/tg_owt/third_party/libyuv/include/libyuv/video_common.h include/tg_owt/third_party/libyuv/unit_test/unit_test.h include/tg_owt/third_party/libyuv/util/psnr.h include/tg_owt/third_party/libyuv/util/ssim.h include/tg_owt/third_party/openh264/src/codec/api/svc/codec_api.h include/tg_owt/third_party/openh264/src/codec/api/svc/codec_app_def.h include/tg_owt/third_party/openh264/src/codec/api/svc/codec_def.h include/tg_owt/third_party/openh264/src/codec/api/svc/codec_ver.h include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOAppDelegate.h include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOViewController.h include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/DEMOViewControllerShowResource.h include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/AppDelegate.h include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/ViewController.h include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecRTComponent.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsList.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsLock.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsTask.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsTaskThread.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThread.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThreadLib.h include/tg_owt/third_party/openh264/src/codec/common/inc/WelsThreadPool.h include/tg_owt/third_party/openh264/src/codec/common/inc/asmdefs_mmi.h include/tg_owt/third_party/openh264/src/codec/common/inc/copy_mb.h include/tg_owt/third_party/openh264/src/codec/common/inc/cpu.h include/tg_owt/third_party/openh264/src/codec/common/inc/cpu_core.h include/tg_owt/third_party/openh264/src/codec/common/inc/crt_util_safe_x.h include/tg_owt/third_party/openh264/src/codec/common/inc/deblocking_common.h include/tg_owt/third_party/openh264/src/codec/common/inc/expand_pic.h include/tg_owt/third_party/openh264/src/codec/common/inc/golomb_common.h include/tg_owt/third_party/openh264/src/codec/common/inc/intra_pred_common.h include/tg_owt/third_party/openh264/src/codec/common/inc/ls_defines.h include/tg_owt/third_party/openh264/src/codec/common/inc/macros.h include/tg_owt/third_party/openh264/src/codec/common/inc/mc.h include/tg_owt/third_party/openh264/src/codec/common/inc/measure_time.h include/tg_owt/third_party/openh264/src/codec/common/inc/memory_align.h include/tg_owt/third_party/openh264/src/codec/common/inc/sad_common.h include/tg_owt/third_party/openh264/src/codec/common/inc/typedefs.h include/tg_owt/third_party/openh264/src/codec/common/inc/utils.h include/tg_owt/third_party/openh264/src/codec/common/inc/version.h include/tg_owt/third_party/openh264/src/codec/common/inc/welsCodecTrace.h include/tg_owt/third_party/openh264/src/codec/common/inc/wels_common_defs.h include/tg_owt/third_party/openh264/src/codec/common/inc/wels_const_common.h include/tg_owt/third_party/openh264/src/codec/console/common/inc/read_config.h include/tg_owt/third_party/openh264/src/codec/console/dec/inc/d3d9_utils.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/au_parser.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/bit_stream.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/cabac_decoder.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/deblocking.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/dec_frame.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/dec_golomb.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decode_mb_aux.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decode_slice.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder_context.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/decoder_core.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/error_code.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/error_concealment.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/fmo.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/get_intra_predictor.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/manage_dec_ref.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/mb_cache.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/memmgr_nal_unit.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/mv_pred.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/nal_prefix.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/nalu.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parameter_sets.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parse_mb_syn_cabac.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/parse_mb_syn_cavlc.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/pic_queue.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/picture.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/rec_mb.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/slice.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/vlc_decoder.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/wels_common_basis.h include/tg_owt/third_party/openh264/src/codec/decoder/core/inc/wels_const.h include/tg_owt/third_party/openh264/src/codec/decoder/plus/inc/welsDecoderExt.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/as264_common.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/au_set.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/deblocking.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/decode_mb_aux.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/dq_map.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encode_mb_aux.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encoder.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/encoder_context.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/extern.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/get_intra_predictor.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mb_cache.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/md.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mt_defs.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/mv_pred.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/nal_encap.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/param_svc.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/parameter_sets.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/paraset_strategy.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/picture.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/picture_handle.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/rc.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/ref_list_mgr_svc.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/sample.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/set_mb_syn_cabac.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/set_mb_syn_cavlc.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/slice.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/slice_multi_threading.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/stat.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_base_layer_md.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_frame.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_golomb.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_macroblock.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_enc_slice_segment.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_encode_mb.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_encode_slice.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_mode_decision.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_motion_estimate.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_set_mb_syn.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/svc_set_mb_syn_cavlc.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/vlc_encoder.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_common_basis.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_const.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_func_ptr_def.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_preprocess.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_base.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_encoder.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_task_management.h include/tg_owt/third_party/openh264/src/codec/encoder/core/inc/wels_transpose_matrix.h include/tg_owt/third_party/openh264/src/codec/encoder/plus/inc/welsEncoderExt.h include/tg_owt/third_party/openh264/src/codec/processing/interface/IWelsVP.h include/tg_owt/third_party/openh264/src/codec/processing/src/adaptivequantization/AdaptiveQuantization.h include/tg_owt/third_party/openh264/src/codec/processing/src/backgrounddetection/BackgroundDetection.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/WelsFrameWork.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/common.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/memory.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/resource.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/typedef.h include/tg_owt/third_party/openh264/src/codec/processing/src/common/util.h include/tg_owt/third_party/openh264/src/codec/processing/src/complexityanalysis/ComplexityAnalysis.h include/tg_owt/third_party/openh264/src/codec/processing/src/denoise/denoise.h include/tg_owt/third_party/openh264/src/codec/processing/src/downsample/downsample.h include/tg_owt/third_party/openh264/src/codec/processing/src/imagerotate/imagerotate.h include/tg_owt/third_party/openh264/src/codec/processing/src/scenechangedetection/SceneChangeDetection.h include/tg_owt/third_party/openh264/src/codec/processing/src/scrolldetection/ScrollDetection.h include/tg_owt/third_party/openh264/src/codec/processing/src/scrolldetection/ScrollDetectionFuncs.h include/tg_owt/third_party/openh264/src/codec/processing/src/vaacalc/vaacalculation.h include/tg_owt/third_party/openh264/src/module/RefCounted.h include/tg_owt/third_party/openh264/src/module/task_utils.h include/tg_owt/third_party/openh264/src/module/task_utils_generated.h include/tg_owt/third_party/openh264/src/test/BaseDecoderTest.h include/tg_owt/third_party/openh264/src/test/BaseEncoderTest.h include/tg_owt/third_party/openh264/src/test/api/encode_decode_api_test.h include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/Codec_UT_RTComponent.h include/tg_owt/third_party/openh264/src/test/common/WelsThreadPoolTest.h include/tg_owt/third_party/openh264/src/test/encoder/EncUT_SliceBufferReallocate.h include/tg_owt/third_party/openh264/src/test/sha1.h include/tg_owt/third_party/openh264/src/test/test_stdint.h include/tg_owt/third_party/openh264/src/test/utils/BufferedData.h include/tg_owt/third_party/openh264/src/test/utils/DataGenerator.h include/tg_owt/third_party/openh264/src/test/utils/FileInputStream.h include/tg_owt/third_party/openh264/src/test/utils/HashFunctions.h include/tg_owt/third_party/openh264/src/test/utils/InputStream.h include/tg_owt/third_party/pffft/src/fftpack.h include/tg_owt/third_party/pffft/src/pffft.h include/tg_owt/third_party/rnnoise/src/rnn_activations.h include/tg_owt/third_party/rnnoise/src/rnn_vad_weights.h include/tg_owt/third_party/yasm/source/config/android/config.h include/tg_owt/third_party/yasm/source/config/android/libyasm-stdint.h include/tg_owt/third_party/yasm/source/config/ios/config.h include/tg_owt/third_party/yasm/source/config/ios/libyasm-stdint.h include/tg_owt/third_party/yasm/source/config/linux/config.h include/tg_owt/third_party/yasm/source/config/linux/libyasm-stdint.h include/tg_owt/third_party/yasm/source/config/mac/config.h include/tg_owt/third_party/yasm/source/config/mac/libyasm-stdint.h include/tg_owt/third_party/yasm/source/config/openbsd/config.h include/tg_owt/third_party/yasm/source/config/openbsd/libyasm-stdint.h include/tg_owt/third_party/yasm/source/config/win/config.h include/tg_owt/third_party/yasm/source/config/win/libyasm-stdint.h include/tg_owt/video/adaptation/balanced_constraint.h include/tg_owt/video/adaptation/bandwidth_quality_scaler_resource.h include/tg_owt/video/adaptation/bitrate_constraint.h include/tg_owt/video/adaptation/encode_usage_resource.h include/tg_owt/video/adaptation/overuse_frame_detector.h include/tg_owt/video/adaptation/pixel_limit_resource.h include/tg_owt/video/adaptation/quality_rampup_experiment_helper.h include/tg_owt/video/adaptation/quality_scaler_resource.h include/tg_owt/video/adaptation/video_stream_encoder_resource.h include/tg_owt/video/adaptation/video_stream_encoder_resource_manager.h include/tg_owt/video/alignment_adjuster.h include/tg_owt/video/buffered_frame_decryptor.h -include/tg_owt/video/call_stats.h include/tg_owt/video/call_stats2.h +include/tg_owt/video/config/encoder_stream_factory.h +include/tg_owt/video/config/simulcast.h +include/tg_owt/video/config/video_encoder_config.h include/tg_owt/video/decode_synchronizer.h include/tg_owt/video/encoder_bitrate_adjuster.h include/tg_owt/video/encoder_overshoot_detector.h include/tg_owt/video/encoder_rtcp_feedback.h include/tg_owt/video/end_to_end_tests/multi_stream_tester.h -include/tg_owt/video/frame_buffer_proxy.h include/tg_owt/video/frame_cadence_adapter.h include/tg_owt/video/frame_decode_scheduler.h include/tg_owt/video/frame_decode_timing.h include/tg_owt/video/frame_dumping_decoder.h include/tg_owt/video/frame_encode_metadata_writer.h include/tg_owt/video/quality_limitation_reason_tracker.h include/tg_owt/video/quality_threshold.h -include/tg_owt/video/receive_statistics_proxy.h include/tg_owt/video/receive_statistics_proxy2.h +include/tg_owt/video/render/incoming_video_stream.h +include/tg_owt/video/render/video_render_frames.h include/tg_owt/video/report_block_stats.h include/tg_owt/video/rtp_streams_synchronizer2.h -include/tg_owt/video/rtp_video_stream_receiver.h include/tg_owt/video/rtp_video_stream_receiver2.h include/tg_owt/video/rtp_video_stream_receiver_frame_transformer_delegate.h include/tg_owt/video/send_delay_stats.h include/tg_owt/video/send_statistics_proxy.h include/tg_owt/video/stats_counter.h include/tg_owt/video/stream_synchronization.h include/tg_owt/video/task_queue_frame_decode_scheduler.h include/tg_owt/video/test/mock_video_stream_encoder.h include/tg_owt/video/transport_adapter.h +include/tg_owt/video/unique_timestamp_counter.h include/tg_owt/video/video_analyzer.h include/tg_owt/video/video_loopback.h -include/tg_owt/video/video_quality_observer.h include/tg_owt/video/video_quality_observer2.h include/tg_owt/video/video_quality_test.h include/tg_owt/video/video_receive_stream2.h include/tg_owt/video/video_receive_stream_timeout_tracker.h include/tg_owt/video/video_send_stream.h include/tg_owt/video/video_send_stream_impl.h include/tg_owt/video/video_source_sink_controller.h -include/tg_owt/video/video_stream_decoder.h +include/tg_owt/video/video_stream_buffer_controller.h include/tg_owt/video/video_stream_decoder2.h include/tg_owt/video/video_stream_decoder_impl.h include/tg_owt/video/video_stream_encoder.h +include/tg_owt/video/video_stream_encoder_interface.h +include/tg_owt/video/video_stream_encoder_observer.h lib/cmake/tg_owt/tg_owtConfig.cmake lib/cmake/tg_owt/tg_owtTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/tg_owt/tg_owtTargets.cmake lib/libtg_owt.a @dir include/tg_owt/api/audio/test @dir include/tg_owt/api/audio_codecs/test @dir include/tg_owt/api/g3doc +@dir include/tg_owt/api/test/metrics/proto @dir include/tg_owt/api/video_codecs/test @dir include/tg_owt/audio/test/unittests @dir include/tg_owt/logging/g3doc @dir include/tg_owt/modules/audio_coding/codecs/g711/test @dir include/tg_owt/modules/audio_coding/codecs/g722/test @dir include/tg_owt/modules/audio_coding/codecs/ilbc/test @dir include/tg_owt/modules/audio_coding/codecs/isac/fix/test @dir include/tg_owt/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API @dir include/tg_owt/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate @dir include/tg_owt/modules/audio_coding/g3doc @dir include/tg_owt/modules/audio_coding/neteq/g3doc @dir include/tg_owt/modules/audio_coding/neteq/test/delay_tool @dir include/tg_owt/modules/audio_device/android/java/src/org/webrtc/voiceengine @dir include/tg_owt/modules/audio_device/g3doc @dir include/tg_owt/modules/audio_mixer/g3doc @dir include/tg_owt/modules/audio_processing/g3doc @dir include/tg_owt/modules/audio_processing/test/android/apmtest/jni @dir include/tg_owt/modules/audio_processing/test/android/apmtest/res/values @dir include/tg_owt/modules/audio_processing/test/py_quality_assessment/apm_configs @dir include/tg_owt/modules/audio_processing/test/py_quality_assessment/output @dir include/tg_owt/modules/audio_processing/test/py_quality_assessment/quality_assessment/apm_configs @dir include/tg_owt/modules/audio_processing/transient/test @dir include/tg_owt/modules/desktop_capture/win/cursor_test_data @dir include/tg_owt/modules/pacing/g3doc +@dir include/tg_owt/modules/utility/source @dir include/tg_owt/modules/video_capture/test @dir include/tg_owt/modules/video_coding/codecs/h264/test @dir include/tg_owt/modules/video_coding/codecs/multiplex/test @dir include/tg_owt/modules/video_coding/codecs/test/batch @dir include/tg_owt/modules/video_coding/codecs/vp8/test @dir include/tg_owt/modules/video_coding/codecs/vp9/test @dir include/tg_owt/modules/video_coding/g3doc -@dir include/tg_owt/modules/video_processing/test @dir include/tg_owt/p2p/g3doc @dir include/tg_owt/pc/g3doc @dir include/tg_owt/pc/scenario_tests @dir include/tg_owt/rtc_base/java/src/org/webrtc @dir include/tg_owt/sdk/android/api/org/webrtc/audio @dir include/tg_owt/sdk/android/instrumentationtests/src/org/webrtc @dir include/tg_owt/sdk/android/native_unittests/audio_device @dir include/tg_owt/sdk/android/native_unittests/codecs @dir include/tg_owt/sdk/android/native_unittests/org/webrtc @dir include/tg_owt/sdk/android/native_unittests/peerconnection @dir include/tg_owt/sdk/android/native_unittests/stacktrace @dir include/tg_owt/sdk/android/native_unittests/video @dir include/tg_owt/sdk/android/src/java/org/webrtc/audio @dir include/tg_owt/sdk/android/tests/resources @dir include/tg_owt/sdk/android/tests/src/org/webrtc/audio +@dir include/tg_owt/stats/g3doc @dir include/tg_owt/system_wrappers/source @dir include/tg_owt/third_party/abseil-cpp/.github/ISSUE_TEMPLATE @dir include/tg_owt/third_party/abseil-cpp/CMake/Googletest @dir include/tg_owt/third_party/abseil-cpp/CMake/install_test_project @dir include/tg_owt/third_party/abseil-cpp/absl/copts @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Africa @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Argentina @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Indiana @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/Kentucky @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/America/North_Dakota @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Antarctica @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Arctic @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Asia @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Atlantic @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Australia @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Brazil @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Canada @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Chile @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Etc @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Europe @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Indian @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Mexico @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/Pacific @dir include/tg_owt/third_party/abseil-cpp/absl/time/internal/cctz/testdata/zoneinfo/US -@dir include/tg_owt/third_party/abseil-cpp/patches @dir include/tg_owt/third_party/crc32c/src/.github/workflows @dir include/tg_owt/third_party/crc32c/src/third_party/benchmark @dir include/tg_owt/third_party/crc32c/src/third_party/glog @dir include/tg_owt/third_party/crc32c/src/third_party/googletest @dir include/tg_owt/third_party/libsrtp/crypto/cipher @dir include/tg_owt/third_party/libsrtp/crypto/hash @dir include/tg_owt/third_party/libsrtp/crypto/kernel @dir include/tg_owt/third_party/libsrtp/crypto/math @dir include/tg_owt/third_party/libsrtp/crypto/replay @dir include/tg_owt/third_party/libsrtp/crypto/test @dir include/tg_owt/third_party/libsrtp/srtp @dir include/tg_owt/third_party/libyuv/build_overrides @dir include/tg_owt/third_party/libyuv/docs +@dir include/tg_owt/third_party/libyuv/infra/config @dir include/tg_owt/third_party/libyuv/source @dir include/tg_owt/third_party/libyuv/tools_libyuv/autoroller/unittests/testdata @dir include/tg_owt/third_party/libyuv/tools_libyuv/msan @dir include/tg_owt/third_party/libyuv/tools_libyuv/ubsan -@dir include/tg_owt/third_party/libyuv/tools_libyuv/valgrind/memcheck @dir include/tg_owt/third_party/libyuv/unit_test/testdata @dir include/tg_owt/third_party/openh264/src/autotest/codec_comparision @dir include/tg_owt/third_party/openh264/src/autotest/performanceTest/android @dir include/tg_owt/third_party/openh264/src/autotest/performanceTest/ios @dir include/tg_owt/third_party/openh264/src/autotest/unitTest/android @dir include/tg_owt/third_party/openh264/src/autotest/unitTest/ios @dir include/tg_owt/third_party/openh264/src/build @dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/jni @dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/res/layout @dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/res/values @dir include/tg_owt/third_party/openh264/src/codec/build/android/dec/src/com/wels/dec @dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/jni @dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/res/layout @dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/res/values @dir include/tg_owt/third_party/openh264/src/codec/build/android/enc/src/com/wels/enc @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/common/common.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo/en.lproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/demo/demo.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/dec/welsdec/welsdec.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Base.lproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/AppIcon.appiconset @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/Images.xcassets/LaunchImage.launchimage @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo/en.lproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/encDemo/encDemo.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/enc/welsenc/welsenc.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/openh264/openh264.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/iOS/processing/processing.xcodeproj @dir include/tg_owt/third_party/openh264/src/codec/build/win32/dec @dir include/tg_owt/third_party/openh264/src/codec/build/win32/enc @dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Assets/Tiles @dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Properties @dir include/tg_owt/third_party/openh264/src/codec/build/windowsphone/all/CodecApp/Resources @dir include/tg_owt/third_party/openh264/src/codec/common/arm @dir include/tg_owt/third_party/openh264/src/codec/common/arm64 @dir include/tg_owt/third_party/openh264/src/codec/common/mips @dir include/tg_owt/third_party/openh264/src/codec/common/src @dir include/tg_owt/third_party/openh264/src/codec/common/x86 @dir include/tg_owt/third_party/openh264/src/codec/console/common/src @dir include/tg_owt/third_party/openh264/src/codec/console/dec/src @dir include/tg_owt/third_party/openh264/src/codec/console/enc/src @dir include/tg_owt/third_party/openh264/src/codec/decoder/core/arm @dir include/tg_owt/third_party/openh264/src/codec/decoder/core/arm64 @dir include/tg_owt/third_party/openh264/src/codec/decoder/core/mips @dir include/tg_owt/third_party/openh264/src/codec/decoder/core/src @dir include/tg_owt/third_party/openh264/src/codec/decoder/core/x86 @dir include/tg_owt/third_party/openh264/src/codec/decoder/plus/src @dir include/tg_owt/third_party/openh264/src/codec/encoder/core/arm @dir include/tg_owt/third_party/openh264/src/codec/encoder/core/arm64 @dir include/tg_owt/third_party/openh264/src/codec/encoder/core/mips @dir include/tg_owt/third_party/openh264/src/codec/encoder/core/src @dir include/tg_owt/third_party/openh264/src/codec/encoder/core/x86 @dir include/tg_owt/third_party/openh264/src/codec/encoder/plus/src @dir include/tg_owt/third_party/openh264/src/codec/processing/build/win32 @dir include/tg_owt/third_party/openh264/src/codec/processing/src/arm @dir include/tg_owt/third_party/openh264/src/codec/processing/src/arm64 @dir include/tg_owt/third_party/openh264/src/codec/processing/src/mips @dir include/tg_owt/third_party/openh264/src/codec/processing/src/x86 @dir include/tg_owt/third_party/openh264/src/docs/doxygen @dir include/tg_owt/third_party/openh264/src/include/wels @dir include/tg_owt/third_party/openh264/src/subprojects @dir include/tg_owt/third_party/openh264/src/test/build/android/jni @dir include/tg_owt/third_party/openh264/src/test/build/android/res/layout @dir include/tg_owt/third_party/openh264/src/test/build/android/res/values @dir include/tg_owt/third_party/openh264/src/test/build/android/res/values-v11 @dir include/tg_owt/third_party/openh264/src/test/build/android/res/values-w820dp @dir include/tg_owt/third_party/openh264/src/test/build/android/src/com/cisco/codec/unittest @dir include/tg_owt/third_party/openh264/src/test/build/win32/codec_ut @dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Assets/Tiles @dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Properties @dir include/tg_owt/third_party/openh264/src/test/build/windowsphone/codec_ut/CodecUTApp/Resources @dir include/tg_owt/third_party/openh264/src/test/decoder @dir include/tg_owt/third_party/openh264/src/test/encoder_binary_comparison/SHA1Table @dir include/tg_owt/third_party/openh264/src/test/encoder_binary_comparison/Scripts @dir include/tg_owt/third_party/openh264/src/test/processing @dir include/tg_owt/third_party/openh264/src/testbin @dir include/tg_owt/third_party/pffft/patches @dir include/tg_owt/third_party/yasm/binaries/win @dir include/tg_owt/tools/generate_stubs @dir include/tg_owt/video/g3doc