Home
last modified time | relevance | path

Searched refs:target_direction (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.h285 SphericalPointf target_direction) in ApmCaptureState()
296 target_direction(target_direction), in ApmCaptureState()
309 SphericalPointf target_direction; member
Daudio_processing_impl.cc230 config.Get<Beamforming>().target_direction), in AudioProcessingImpl()
505 capture_.target_direction = config.Get<Beamforming>().target_direction; in SetExtraOptions()
1308 capture_.array_geometry, capture_.target_direction)); in InitializeBeamformer()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc188 SphericalPointf target_direction) in NonlinearBeamformer() argument
193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
266 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
270 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
285 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
393 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
394 target_angle_radians_ = target_direction.azimuth(); in AimAt()
Dnonlinear_beamformer.h42 SphericalPointf target_direction =
56 void AimAt(const SphericalPointf& target_direction) override;
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h121 target_direction( in Beamforming()
130 SphericalPointf target_direction) in Beamforming()
133 target_direction(target_direction) {} in Beamforming()
137 const SphericalPointf target_direction; member
/external/harfbuzz_ng/src/
Dhb-ot-shape.cc223 hb_direction_t target_direction; member
338 if (HB_DIRECTION_IS_FORWARD (c->target_direction)) in hb_ot_mirror_chars()
802 c->target_direction = c->buffer->props.direction; in hb_ot_shape_internal()
827 c->buffer->props.direction = c->target_direction; in hb_ot_shape_internal()