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

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.h 42 SphericalPointf target_direction =
56 void AimAt(const SphericalPointf& target_direction) override;
nonlinear_beamformer.cc 188 SphericalPointf target_direction)
193 target_angle_radians_(target_direction.azimuth()),
266 const Point target_direction = AzimuthToPoint(target_angle_radians_); local
270 DotProduct(*array_normal_, target_direction) *
285 DotProduct(*array_normal_, target_direction) *
393 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) {
394 target_angle_radians_ = target_direction.azimuth();
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h 285 SphericalPointf target_direction)
296 target_direction(target_direction),
309 SphericalPointf target_direction; member in struct:webrtc::AudioProcessingImpl::ApmCaptureState
audio_processing_impl.cc 230 config.Get<Beamforming>().target_direction),
505 capture_.target_direction = config.Get<Beamforming>().target_direction;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 121 target_direction(
130 SphericalPointf target_direction)
133 target_direction(target_direction) {}
137 const SphericalPointf target_direction; member in struct:webrtc::Beamforming
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 223 hb_direction_t target_direction; member in struct:hb_ot_shape_context_t
338 if (HB_DIRECTION_IS_FORWARD (c->target_direction))
802 c->target_direction = c->buffer->props.direction;
827 c->buffer->props.direction = c->target_direction;

Completed in 121 milliseconds