Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.h75 Point AzimuthToPoint(float azimuth);
91 SphericalPoint(T azimuth, T elevation, T radius) { in SphericalPoint()
92 s[0] = azimuth; in SphericalPoint()
96 T azimuth() const { return s[0]; } in azimuth() function
Darray_util.cc115 Point AzimuthToPoint(float azimuth) { in AzimuthToPoint() argument
116 return Point(std::cos(azimuth), std::sin(azimuth), 0.f); in AzimuthToPoint()
Dnonlinear_beamformer.cc193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
394 target_angle_radians_ = target_direction.azimuth(); in AimAt()
406 return fabs(spherical_point.azimuth() - target_angle_radians_) < in IsInBeam()
/external/icu/icu4c/source/i18n/
Dastro.h231 : altitude(alt), azimuth(azim) { } in altitude()
241 azimuth = azim; in set()
261 double azimuth; variable
Dastro.cpp515 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); in eclipticToHorizon() local
517 result.set(azimuth, altitude); in eclipticToHorizon()
1507 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG); in toString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java490 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local
492 return new Horizon(azimuth, altitude); in eclipticToHorizon()
1633 azimuth = azim;
1643 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG);
1656 public final double azimuth;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java492 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() local
494 return new Horizon(azimuth, altitude); in eclipticToHorizon()
1635 azimuth = azim;
1645 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG);
1658 public final double azimuth;
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java419 Property azimuth = new Property(
422 builder.put("azimuth", azimuth);
/external/ImageMagick/MagickCore/
Deffect.c3383 const double azimuth,const double elevation,ExceptionInfo *exception) in ShadeImage() argument
3435 light.x=(double) QuantumRange*cos(DegreesToRadians(azimuth))* in ShadeImage()
3437 light.y=(double) QuantumRange*sin(DegreesToRadians(azimuth))* in ShadeImage()
/external/libexif/po/
Den_GB.po2639 "azimuth, SNR and other information in ASCII notation. The format is not "
2645 "azimuth, SNR and other information in ASCII notation. The format is not "
Den_AU.po2639 "azimuth, SNR and other information in ASCII notation. The format is not "
2645 "azimuth, SNR and other information in ASCII notation. The format is not "
Dlibexif-12.pot2579 "azimuth, SNR and other information in ASCII notation. The format is not "
Den_CA.po2586 "azimuth, SNR and other information in ASCII notation. The format is not "
Dsr.po2624 "azimuth, SNR and other information in ASCII notation. The format is not "
Duk.po2582 "azimuth, SNR and other information in ASCII notation. The format is not "
Dbe.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dru.po2626 "azimuth, SNR and other information in ASCII notation. The format is not "
Dja.po2592 "azimuth, SNR and other information in ASCII notation. The format is not "
Dzh_CN.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dtr.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dsq.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dpt.po2583 "azimuth, SNR and other information in ASCII notation. The format is not "
Dsv.po2628 "azimuth, SNR and other information in ASCII notation. The format is not "
Dfr.po2756 "azimuth, SNR and other information in ASCII notation. The format is not "
Dpt_BR.po2591 "azimuth, SNR and other information in ASCII notation. The format is not "

12