HomeSort by relevance Sort by last modified time
    Searched defs:beamformer (Results 1 - 2 of 2) sorted by null

  /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...]
  /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...]

Completed in 145 milliseconds