Home
last modified time | relevance | path

Searched refs:beamformer (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing.gypi67 'beamformer/array_util.cc',
68 'beamformer/array_util.h',
69 'beamformer/beamformer.h',
70 'beamformer/complex_matrix.h',
71 'beamformer/covariance_matrix_generator.cc',
72 'beamformer/covariance_matrix_generator.h',
73 'beamformer/matrix.h',
74 'beamformer/nonlinear_beamformer.cc',
75 'beamformer/nonlinear_beamformer.h',
DBUILD.gn57 "beamformer/array_util.cc",
58 "beamformer/array_util.h",
59 "beamformer/beamformer.h",
60 "beamformer/complex_matrix.h",
61 "beamformer/covariance_matrix_generator.cc",
62 "beamformer/covariance_matrix_generator.h",
63 "beamformer/matrix.h",
64 "beamformer/nonlinear_beamformer.cc",
65 "beamformer/nonlinear_beamformer.h",
Daudio_processing_impl.cc170 explicit ApmPrivateSubmodules(Beamformer<float>* beamformer) in ApmPrivateSubmodules()
171 : beamformer(beamformer) {} in ApmPrivateSubmodules()
174 rtc::scoped_ptr<Beamformer<float>> beamformer; member
199 Beamformer<float>* beamformer) { in Create() argument
200 AudioProcessingImpl* apm = new AudioProcessingImpl(config, beamformer); in Create()
213 Beamformer<float>* beamformer) in AudioProcessingImpl() argument
215 private_submodules_(new ApmPrivateSubmodules(beamformer)), in AudioProcessingImpl()
779 private_submodules_->beamformer->ProcessChunk(*ca->split_data_f(), in ProcessStreamLocked()
801 private_submodules_->beamformer->is_target_present())) { in ProcessStreamLocked()
1306 if (!private_submodules_->beamformer) { in InitializeBeamformer()
[all …]
Daudio_processing_tests.gypi59 'beamformer/nonlinear_beamformer_test.cc',
Daudio_processing_impl.h48 AudioProcessingImpl(const Config& config, Beamformer<float>* beamformer);
/external/webrtc/webrtc/modules/
Dmodules.gyp229 'audio_processing/beamformer/array_util_unittest.cc',
230 'audio_processing/beamformer/complex_matrix_unittest.cc',
231 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc',
232 'audio_processing/beamformer/matrix_unittest.cc',
233 'audio_processing/beamformer/mock_nonlinear_beamformer.h',
234 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc',
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h249 Beamformer<float>* beamformer);
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc1308 testing::NiceMock<MockNonlinearBeamformer>* beamformer = in TEST_F() local
1311 AudioProcessing::Create(config, beamformer)); in TEST_F()
1326 EXPECT_CALL(*beamformer, is_target_present()) in TEST_F()