HomeSort by relevance Sort by last modified time
    Searched refs:AimAt (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
beamformer.h 36 virtual void AimAt(const SphericalPointf& spherical_point) = 0;
nonlinear_beamformer_unittest.cc 47 bf->AimAt(AzimuthToSphericalPoint(target_azimuth_radians));
81 bf.AimAt(AzimuthToSphericalPoint(bf.away_radians_ / 2.f));
102 bf.AimAt(AzimuthToSphericalPoint(bf.away_radians_ / 2.f));
121 bf.AimAt(AzimuthToSphericalPoint(bf.away_radians_ / 2.f));
140 bf.AimAt(AzimuthToSphericalPoint(bf.away_radians_ / 2.f));
nonlinear_beamformer.h 56 void AimAt(const SphericalPointf& target_direction) override;
nonlinear_beamformer.cc 227 AimAt(SphericalPointf(target_angle_radians_, 0.f, 1.f));
393 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) {

Completed in 450 milliseconds