OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high_pass_filter
(Results
1 - 12
of
12
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc
121
RTC_CHECK_EQ(kNoErr, ap->
high_pass_filter
()->Enable(FLAGS_hpf || FLAGS_all));
debug_dump_test.cc
458
apm_->
high_pass_filter
()->Enable(msg.hpf_enabled()));
audio_processing_unittest.cc
183
EXPECT_NOERR(ap->
high_pass_filter
()->Enable(true));
[
all
...]
process_test.cc
344
ASSERT_EQ(apm->kNoError, apm->
high_pass_filter
()->Enable(true));
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc
158
rtc::scoped_ptr<HighPassFilterImpl>
high_pass_filter
;
member in struct:webrtc::AudioProcessingImpl::ApmPublicSubmodules
243
public_submodules_->
high_pass_filter
.reset(
784
public_submodules_->
high_pass_filter
->ProcessCaptureAudio(ca);
1165
HighPassFilter* AudioProcessingImpl::
high_pass_filter
() const {
function in class:webrtc::AudioProcessingImpl
[
all
...]
audio_processing_impl.h
120
HighPassFilter*
high_pass_filter
() const override;
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
269
virtual MockHighPassFilter*
high_pass_filter
() const {
function in class:webrtc::MockAudioProcessing
audio_processing.h
189
// apm->
high_pass_filter
()->Enable(true);
447
virtual HighPassFilter*
high_pass_filter
() const = 0;
[
all
...]
/external/webrtc/webrtc/tools/agc/
agc_harness.cc
114
audioproc->
high_pass_filter
()->Enable(FLAGS_highpass);
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc
714
if (_shared->audio_processing()->
high_pass_filter
()->Enable(enable) !=
725
return _shared->audio_processing()->
high_pass_filter
()->is_enabled();
[
all
...]
voe_base_impl.cc
341
if (audioproc->
high_pass_filter
()->Enable(true) != 0) {
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
126
webrtc::HighPassFilter*
high_pass_filter
() const override { return NULL; }
Completed in 2009 milliseconds