Searched refs:IsInBeam (Results 1 – 5 of 5) sorted by relevance
31 EXPECT_TRUE(bf->IsInBeam(AzimuthToSphericalPoint(target_azimuth_radians))); in Verify()32 EXPECT_TRUE(bf->IsInBeam(AzimuthToSphericalPoint( in Verify()35 EXPECT_TRUE(bf->IsInBeam(AzimuthToSphericalPoint( in Verify()38 EXPECT_FALSE(bf->IsInBeam(AzimuthToSphericalPoint( in Verify()41 EXPECT_FALSE(bf->IsInBeam(AzimuthToSphericalPoint( in Verify()
29 MOCK_METHOD1(IsInBeam, bool(const SphericalPointf& spherical_point));
39 virtual bool IsInBeam(const SphericalPointf& spherical_point) { return true; } in IsInBeam() function
58 bool IsInBeam(const SphericalPointf& spherical_point) override;
403 bool NonlinearBeamformer::IsInBeam(const SphericalPointf& spherical_point) { in IsInBeam() function in webrtc::NonlinearBeamformer