/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
nonlinear_beamformer_test.cc | 49 const std::vector<Point> array_geometry = local 51 RTC_CHECK_EQ(array_geometry.size(), num_mics); 53 NonlinearBeamformer bf(array_geometry);
|
nonlinear_beamformer_unittest.cc | 54 std::vector<Point> array_geometry; local 55 array_geometry.push_back(Point(-0.025f, 0.f, 0.f)); 56 array_geometry.push_back(Point(0.025f, 0.f, 0.f)); 57 NonlinearBeamformer bf(array_geometry); 70 std::vector<Point> array_geometry; local 71 array_geometry.push_back(Point(-0.1f, 0.f, 0.f)); 72 array_geometry.push_back(Point(0.f, 0.f, 0.f)); 73 array_geometry.push_back(Point(0.2f, 0.f, 0.f)); 74 NonlinearBeamformer bf(array_geometry); 89 std::vector<Point> array_geometry; local 110 std::vector<Point> array_geometry; local 128 std::vector<Point> array_geometry; local [all...] |
/external/webrtc/webrtc/modules/audio_processing/ |
audio_processing_impl.h | 284 const std::vector<Point>& array_geometry, 295 array_geometry(array_geometry), 308 std::vector<Point> array_geometry; member in struct:webrtc::AudioProcessingImpl::ApmCaptureState
|
/external/webrtc/webrtc/modules/audio_processing/include/ |
audio_processing.h | 120 array_geometry(), 123 Beamforming(bool enabled, const std::vector<Point>& array_geometry) 125 array_geometry, 129 const std::vector<Point>& array_geometry, 132 array_geometry(array_geometry), 136 const std::vector<Point> array_geometry; member in struct:webrtc::Beamforming [all...] |