OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_direction
(Results
1 - 4
of
4
) sorted by null
/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
/external/harfbuzz_ng/src/
hb-ot-shape.cc
215
hb_direction_t
target_direction
;
member in struct:hb_ot_shape_context_t
330
if (HB_DIRECTION_IS_FORWARD (c->
target_direction
))
752
c->
target_direction
= c->buffer->props.direction;
777
c->buffer->props.direction = c->
target_direction
;
/external/webrtc/webrtc/modules/audio_processing/beamformer/
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();