/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.cc | 28 #include "webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h" 170 explicit ApmPrivateSubmodules(Beamformer<float>* beamformer) 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); [all...] |
audio_processing_impl.h | 40 class Beamformer; 47 // AudioProcessingImpl takes ownership of beamformer. 48 AudioProcessingImpl(const Config& config, Beamformer<float>* beamformer);
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
audio_processing.h | 25 #include "webrtc/modules/audio_processing/beamformer/array_util.h" 35 class Beamformer; 249 Beamformer<float>* beamformer); [all...] |
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_processing_unittest.cc | 40 #include "webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h" 1308 testing::NiceMock<MockNonlinearBeamformer>* beamformer = local [all...] |