Home
last modified time | relevance | path

Searched refs:EchoControlMobileImpl (Results 1 – 25 of 67) sorted by relevance

123

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/
H A Decho_control_mobile_impl.cc29 case EchoControlMobileImpl::kEarpiece: in MapSetting()
31 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
33 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
35 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
60 struct EchoControlMobileImpl::StreamProperties {
74 class EchoControlMobileImpl::Canceller {
102 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
105 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
107 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
240 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc49 EchoControlMobileImpl::EchoControlMobileImpl(const AudioProcessing* apm, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
58 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
142 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
152 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
171 int EchoControlMobileImpl::enable_comfort_noise(bool enable) { in enable_comfort_noise()
177 bool EchoControlMobileImpl::is_comfort_noise_enabled() const { in is_comfort_noise_enabled()
181 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath()
200 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
223 int EchoControlMobileImpl::Initialize() { in Initialize()
236 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc49 EchoControlMobileImpl::EchoControlMobileImpl(const AudioProcessing* apm, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
58 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
142 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
152 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
171 int EchoControlMobileImpl::enable_comfort_noise(bool enable) { in enable_comfort_noise()
177 bool EchoControlMobileImpl::is_comfort_noise_enabled() const { in is_comfort_noise_enabled()
181 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath()
200 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
223 int EchoControlMobileImpl::Initialize() { in Initialize()
236 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc30 case EchoControlMobileImpl::kEarpiece: in MapSetting()
32 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
34 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
36 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
104 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
107 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
109 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
231 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
H A Decho_control_mobile_bit_exact_unittest.cc27 EchoControlMobileImpl::RoutingMode routing_mode, in SetupComponent()
29 EchoControlMobileImpl* echo_control_mobile) { in SetupComponent()
40 EchoControlMobileImpl* echo_control_mobile) { in ProcessOneFrame()
47 EchoControlMobileImpl::PackRenderAudioBuffer( in ProcessOneFrame()
63 EchoControlMobileImpl::RoutingMode routing_mode, in RunBitexactnessTest()
66 EchoControlMobileImpl echo_control_mobile; in RunBitexactnessTest()
126 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
134 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
143 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
152 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
[all …]
H A Decho_control_mobile_unittest.cc21 EchoControlMobileImpl aecm; in TEST()
25 std::array<EchoControlMobileImpl::RoutingMode, 5> routing_modes = { in TEST()
26 EchoControlMobileImpl::kQuietEarpieceOrHeadset, in TEST()
27 EchoControlMobileImpl::kEarpiece, in TEST()
28 EchoControlMobileImpl::kLoudEarpiece, in TEST()
29 EchoControlMobileImpl::kSpeakerphone, in TEST()
30 EchoControlMobileImpl::kLoudSpeakerphone, in TEST()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/
H A Decho_control_mobile_impl.cc30 case EchoControlMobileImpl::kEarpiece: in MapSetting()
32 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
34 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
36 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
104 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
107 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
109 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
231 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
H A Decho_control_mobile_bit_exact_unittest.cc27 EchoControlMobileImpl::RoutingMode routing_mode, in SetupComponent()
29 EchoControlMobileImpl* echo_control_mobile) { in SetupComponent()
40 EchoControlMobileImpl* echo_control_mobile) { in ProcessOneFrame()
47 EchoControlMobileImpl::PackRenderAudioBuffer( in ProcessOneFrame()
63 EchoControlMobileImpl::RoutingMode routing_mode, in RunBitexactnessTest()
66 EchoControlMobileImpl echo_control_mobile; in RunBitexactnessTest()
126 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
134 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
143 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
152 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
[all …]
H A Decho_control_mobile_unittest.cc20 EchoControlMobileImpl aecm; in TEST()
24 std::array<EchoControlMobileImpl::RoutingMode, 5> routing_modes = { in TEST()
25 EchoControlMobileImpl::kQuietEarpieceOrHeadset, in TEST()
26 EchoControlMobileImpl::kEarpiece, in TEST()
27 EchoControlMobileImpl::kLoudEarpiece, in TEST()
28 EchoControlMobileImpl::kSpeakerphone, in TEST()
29 EchoControlMobileImpl::kLoudSpeakerphone, in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc30 case EchoControlMobileImpl::kEarpiece: in MapSetting()
32 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
34 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
36 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
104 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
107 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
109 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
231 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
H A Decho_control_mobile_bit_exact_unittest.cc27 EchoControlMobileImpl::RoutingMode routing_mode, in SetupComponent()
29 EchoControlMobileImpl* echo_control_mobile) { in SetupComponent()
40 EchoControlMobileImpl* echo_control_mobile) { in ProcessOneFrame()
47 EchoControlMobileImpl::PackRenderAudioBuffer( in ProcessOneFrame()
63 EchoControlMobileImpl::RoutingMode routing_mode, in RunBitexactnessTest()
66 EchoControlMobileImpl echo_control_mobile; in RunBitexactnessTest()
126 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
134 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
143 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
152 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
[all …]
H A Decho_control_mobile_unittest.cc20 EchoControlMobileImpl aecm; in TEST()
24 std::array<EchoControlMobileImpl::RoutingMode, 5> routing_modes = { in TEST()
25 EchoControlMobileImpl::kQuietEarpieceOrHeadset, in TEST()
26 EchoControlMobileImpl::kEarpiece, in TEST()
27 EchoControlMobileImpl::kLoudEarpiece, in TEST()
28 EchoControlMobileImpl::kSpeakerphone, in TEST()
29 EchoControlMobileImpl::kLoudSpeakerphone, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc30 case EchoControlMobileImpl::kEarpiece: in MapSetting()
32 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
34 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
36 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
104 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
107 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
109 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
231 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
H A Decho_control_mobile_bit_exact_unittest.cc27 EchoControlMobileImpl::RoutingMode routing_mode, in SetupComponent()
29 EchoControlMobileImpl* echo_control_mobile) { in SetupComponent()
40 EchoControlMobileImpl* echo_control_mobile) { in ProcessOneFrame()
47 EchoControlMobileImpl::PackRenderAudioBuffer( in ProcessOneFrame()
63 EchoControlMobileImpl::RoutingMode routing_mode, in RunBitexactnessTest()
66 EchoControlMobileImpl echo_control_mobile; in RunBitexactnessTest()
126 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
134 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
143 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
152 EchoControlMobileImpl::RoutingMode::kLoudSpeakerphone, in TEST()
[all …]
H A Decho_control_mobile_unittest.cc20 EchoControlMobileImpl aecm; in TEST()
24 std::array<EchoControlMobileImpl::RoutingMode, 5> routing_modes = { in TEST()
25 EchoControlMobileImpl::kQuietEarpieceOrHeadset, in TEST()
26 EchoControlMobileImpl::kEarpiece, in TEST()
27 EchoControlMobileImpl::kLoudEarpiece, in TEST()
28 EchoControlMobileImpl::kSpeakerphone, in TEST()
29 EchoControlMobileImpl::kLoudSpeakerphone, in TEST()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc30 case EchoControlMobileImpl::kEarpiece: in MapSetting()
32 case EchoControlMobileImpl::kLoudEarpiece: in MapSetting()
34 case EchoControlMobileImpl::kSpeakerphone: in MapSetting()
36 case EchoControlMobileImpl::kLoudSpeakerphone: in MapSetting()
62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
104 EchoControlMobileImpl::EchoControlMobileImpl() in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
107 EchoControlMobileImpl::~EchoControlMobileImpl() {} in ~EchoControlMobileImpl()
109 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
231 EchoControlMobileImpl::RoutingMode EchoControlMobileImpl::routing_mode() const { in routing_mode()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/
H A Decho_control_mobile_impl.cc66 EchoControlMobileImpl::EchoControlMobileImpl(const AudioProcessingImpl* apm) in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
73 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
157 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
167 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
186 int EchoControlMobileImpl::enable_comfort_noise(bool enable) { in enable_comfort_noise()
192 bool EchoControlMobileImpl::is_comfort_noise_enabled() const { in is_comfort_noise_enabled()
196 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath()
215 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
238 int EchoControlMobileImpl::Initialize() { in Initialize()
251 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc65 EchoControlMobileImpl::EchoControlMobileImpl(const AudioProcessing* apm, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
74 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
158 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
168 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
187 int EchoControlMobileImpl::enable_comfort_noise(bool enable) { in enable_comfort_noise()
193 bool EchoControlMobileImpl::is_comfort_noise_enabled() const { in is_comfort_noise_enabled()
197 int EchoControlMobileImpl::SetEchoPath(const void* echo_path, in SetEchoPath()
216 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
239 int EchoControlMobileImpl::Initialize() { in Initialize()
252 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
111 EchoControlMobileImpl::EchoControlMobileImpl(rtc::CriticalSection* crit_render, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
122 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
129 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
152 void EchoControlMobileImpl::PackRenderAudioBuffer( in PackRenderAudioBuffer()
176 size_t EchoControlMobileImpl::NumCancellersRequired( in NumCancellersRequired()
230 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
255 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
319 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
[all …]
H A Decho_control_mobile_impl.h27 class EchoControlMobileImpl : public EchoControlMobile {
29 EchoControlMobileImpl(rtc::CriticalSection* crit_render,
32 ~EchoControlMobileImpl() override;
80 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(EchoControlMobileImpl);
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
111 EchoControlMobileImpl::EchoControlMobileImpl(rtc::CriticalSection* crit_render, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
122 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
129 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
152 void EchoControlMobileImpl::PackRenderAudioBuffer( in PackRenderAudioBuffer()
176 size_t EchoControlMobileImpl::NumCancellersRequired( in NumCancellersRequired()
230 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
255 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
319 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
[all …]
H A Decho_control_mobile_impl.h27 class EchoControlMobileImpl : public EchoControlMobile {
29 EchoControlMobileImpl(rtc::CriticalSection* crit_render,
32 ~EchoControlMobileImpl() override;
80 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(EchoControlMobileImpl);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
111 EchoControlMobileImpl::EchoControlMobileImpl(rtc::CriticalSection* crit_render, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
122 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
129 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
152 void EchoControlMobileImpl::PackRenderAudioBuffer( in PackRenderAudioBuffer()
176 size_t EchoControlMobileImpl::NumCancellersRequired( in NumCancellersRequired()
230 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
255 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
319 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
[all …]
H A Decho_control_mobile_impl.h27 class EchoControlMobileImpl : public EchoControlMobile {
29 EchoControlMobileImpl(rtc::CriticalSection* crit_render,
32 ~EchoControlMobileImpl() override;
80 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(EchoControlMobileImpl);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/
H A Decho_control_mobile_impl.cc62 struct EchoControlMobileImpl::StreamProperties {
76 class EchoControlMobileImpl::Canceller {
111 EchoControlMobileImpl::EchoControlMobileImpl(rtc::CriticalSection* crit_render, in EchoControlMobileImpl() function in webrtc::EchoControlMobileImpl
122 EchoControlMobileImpl::~EchoControlMobileImpl() { in ~EchoControlMobileImpl()
129 void EchoControlMobileImpl::ProcessRenderAudio( in ProcessRenderAudio()
152 void EchoControlMobileImpl::PackRenderAudioBuffer( in PackRenderAudioBuffer()
176 size_t EchoControlMobileImpl::NumCancellersRequired( in NumCancellersRequired()
230 int EchoControlMobileImpl::Enable(bool enable) { in Enable()
255 bool EchoControlMobileImpl::is_enabled() const { in is_enabled()
319 int EchoControlMobileImpl::GetEchoPath(void* echo_path, in GetEchoPath()
[all …]

123