Searched defs:beamformer (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc28 #include "webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h"
170 explicit ApmPrivateSubmodules(Beamformer<float>* beamformer) argument
171 : beamformer(beamformer) {}
174 rtc::scoped_ptr<Beamformer<float>> beamformer; member in struct:webrtc::AudioProcessingImpl::ApmPrivateSubmodules
199 Beamformer<float>* beamformer) {
200 AudioProcessingImpl* apm = new AudioProcessingImpl(config, beamformer);
213 Beamformer<float>* beamformer)
215 private_submodules_(new ApmPrivateSubmodules(beamformer)),
779 private_submodules_->beamformer
198 Create(const Config& config, Beamformer<float>* beamformer) argument
212 AudioProcessingImpl(const Config& config, Beamformer<float>* beamformer) argument
[all...]
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc40 #include "webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h"
1308 testing::NiceMock<MockNonlinearBeamformer>* beamformer = local
1311 AudioProcessing::Create(config, beamformer));
1326 EXPECT_CALL(*beamformer, is_target_present())

Completed in 57 milliseconds