OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInBeam
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/beamformer/
beamformer.h
39
virtual bool
IsInBeam
(const SphericalPointf& spherical_point) { return true; }
mock_nonlinear_beamformer.h
29
MOCK_METHOD1(
IsInBeam
, bool(const SphericalPointf& spherical_point));
nonlinear_beamformer_unittest.cc
31
EXPECT_TRUE(bf->
IsInBeam
(AzimuthToSphericalPoint(target_azimuth_radians)));
32
EXPECT_TRUE(bf->
IsInBeam
(AzimuthToSphericalPoint(
35
EXPECT_TRUE(bf->
IsInBeam
(AzimuthToSphericalPoint(
38
EXPECT_FALSE(bf->
IsInBeam
(AzimuthToSphericalPoint(
41
EXPECT_FALSE(bf->
IsInBeam
(AzimuthToSphericalPoint(
nonlinear_beamformer.h
58
bool
IsInBeam
(const SphericalPointf& spherical_point) override;
nonlinear_beamformer.cc
403
bool NonlinearBeamformer::
IsInBeam
(const SphericalPointf& spherical_point) {
Completed in 143 milliseconds