HomeSort by relevance Sort by last modified time
    Searched defs:altitude (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Coordinates.cpp 31 double Coordinates::altitude(bool& isNull) const function in class:blink::Coordinates
GeolocationPosition.h 39 static GeolocationPosition* create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
41 return new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 double altitude() const { return m_altitude; } function in class:blink::GeolocationPosition
77 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
82 , m_altitude(altitude)
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 38 double altitude = location.getAltitude(); local
39 if (altitude == 0) {
42 short altitudeRef = altitude < 0 ? ExifInterface.GpsAltitudeRef.SEA_LEVEL_NEGATIVE
  /external/chromium_org/content/public/common/
geoposition.h 44 // Altitude in meters (above WGS84 datum).
45 double altitude; member in struct:content::Geoposition
48 // Accuracy of altitude in meters.
  /external/smack/src/org/xbill/DNS/
GPOSRecord.java 17 private byte [] latitude, longitude, altitude; field in class:GPOSRecord
43 * @param altitude The altitude component of the location (in meters above sea
48 double altitude)
54 this.altitude = Double.toString(altitude).getBytes();
61 * @param altitude The altitude component of the location (in meters above sea
66 String altitude)
73 this.altitude = byteArrayFromString(altitude)
    [all...]
LOCRecord.java 21 private long latitude, longitude, altitude; field in class:LOCRecord
42 * @param altitude The altitude of the center of the sphere, in m
49 double altitude, double size, double hPrecision, double vPrecision)
54 this.altitude = (long)((altitude + 100000) * 100);
73 altitude = in.readU32();
164 altitude = parseDouble(st, "altitude", true,
227 /* Altitude */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 205 * The <i>Altitude</i> represents the object's elevation above the horizon,
206 * with objects below the horizon having a negative altitude.
224 * @param alt The altitude, measured in radians above the horizon.
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
238 altitude = alt;
250 * The object's altitude above the horizon, in radians.
253 double altitude; member in class:CalendarAstronomer::Horizon
astro.cpp 512 double altitude = asin(sinD*sinL + cosD*cosL*cosH); local
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
515 result.set(azimuth, altitude);
    [all...]
  /external/icu/icu4c/source/i18n/
astro.h 205 * The <i>Altitude</i> represents the object's elevation above the horizon,
206 * with objects below the horizon having a negative altitude.
224 * @param alt The altitude, measured in radians above the horizon.
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
238 altitude = alt;
250 * The object's altitude above the horizon, in radians.
253 double altitude; member in class:CalendarAstronomer::Horizon
astro.cpp 512 double altitude = asin(sinD*sinL + cosD*cosL*cosH); local
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
515 result.set(azimuth, altitude);
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java 21 private double altitude; field in class:LocationInformationBox
70 return altitude;
73 public void setAltitude(double altitude) {
74 this.altitude = altitude;
105 altitude = IsoTypeReader.readFixedPoint1616(content);
120 IsoTypeWriter.writeFixedPont1616(byteBuffer, altitude);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 45 static final String ALTITUDE = "Altitude";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
181 cValues.put(ALTITUDE, mLocation.getAltitude());
225 Float altitude = getNullableFloat(cursor, ALTITUDE); local
226 if (altitude != null) {
227 location.setAltitude(altitude);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 24 private double altitude; field in class:ShadowLocation
61 altitude = l.getAltitude();
114 return altitude;
118 public void setAltitude(double altitude) {
119 this.altitude = altitude;
125 this.altitude = 0.0d;
  /frameworks/base/media/java/android/media/
ExifInterface.java 62 * The altitude (in meters) based on the reference in TAG_GPS_ALTITUDE_REF.
68 * 0 if the altitude is above sea level. 1 if the altitude is below sea
332 * Return the altitude in meters. If the exif tag does not exist, return
338 double altitude = getAttributeDouble(TAG_GPS_ALTITUDE, -1); local
341 if (altitude >= 0 && ref >= 0) {
342 return (double) (altitude * ((ref == 1) ? -1 : 1));
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 72 public final double altitude; field in class:CameraSettings.GpsData
81 * {@code latitude}, {@code longitude}, and {@code altitude} will be
84 public GpsData(double latitude, double longitude, double altitude, long timeStamp,
87 (latitude != 0.0 || longitude != 0.0 || altitude != 0.0)) {
92 this.altitude = altitude;
101 this.altitude = src.altitude;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1734 rat_t altitude; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1929 rat_t altitude; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 170 rat_t altitude; member in struct:__anon3892
  /hardware/libhardware/include/hardware/
fused_location.h 105 /** FlpLocation has valid altitude. */
132 * Represents altitude in meters above the WGS 84 reference
134 double altitude; member in struct:__anon20412
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp 4116 rat_t altitude; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.cpp 4116 rat_t altitude; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 2535 rat_t altitude; local
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 92 (jdouble)location->altitude,
358 (jdouble)location->altitude,
371 jdouble altitude = 0; local
380 altitude = location->altitude;
388 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
    [all...]
  /hardware/qcom/gps/core/
gps_extended_c.h 214 /** GpsLocationExtended has valid altitude. */
232 /** GpsLocationExtended has valid altitude mean sea level. */
249 /** Contains the Altitude wrt mean sea level */
270 double altitude; member in struct:GpsExtLocation_s
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 46 double altitude = 0.0; variable
1211 printf(" c. Altitude: %.7lf\n", altitude);
1256 altitude += 12345.67890123456789;
1258 if (altitude > 100000.0) {
1259 altitude -= 200000.0;
1262 snprintf(coord_str, 100, "%.20lf", altitude);
    [all...]

Completed in 713 milliseconds

1 2 3