HomeSort by relevance Sort by last modified time
    Searched full:longitude (Results 51 - 75 of 567) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/media/
NdkMediaMuxer.h 60 * Set and store the geodata (latitude and longitude) in the output file.
68 * Longitude must be in the range [-180, 180].
70 media_status_t AMediaMuxer_setLocation(AMediaMuxer*, float latitude, float longitude);
  /frameworks/base/services/core/java/com/android/server/location/
GeocoderProxy.java 74 public String getFromLocation(double latitude, double longitude, int maxResults,
79 return provider.getFromLocation(latitude, longitude, maxResults, params, addrs);
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 71 public final double longitude; 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)) {
91 this.longitude = longitude;
100 this.longitude = src.longitude;
  /hardware/interfaces/gnss/1.0/default/
GnssUtils.cpp 36 .longitudeDegrees = location->longitude,
61 .longitudeDegrees = location->longitude,
  /hardware/interfaces/gnss/1.0/
types.hal 46 /** GnssLocation has valid latitude and longitude. */
72 /** Represents longitude in degrees. */
  /external/icu/icu4c/source/i18n/
astro.h 66 * The longitude specifies the position along the ecliptic plane
84 * @param lon The ecliptic longitude, measured in radians.
89 longitude = lon;
95 * @param lon The ecliptic longitude, measured in radians.
100 longitude = lon;
118 * The ecliptic longitude, in radians.
128 double longitude; member in class:CalendarAstronomer::Ecliptic
274 * it takes for the moon to return the same ecliptic longitude as the sun.
275 * It is longer than the sidereal month because the sun's longitude increases
305 * latitude and longitude. The object's time is set to the curren
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 71 * it takes for the moon to return the same ecliptic longitude as the sun.
72 * It is longer than the sidereal month because the sun's longitude increases
83 * for the moon to return to the same ecliptic longitude relative to the
229 * latitude and longitude. The object's time is set to the current
232 * @param longitude The desired longitude, in <em>degrees</em> east of
241 public CalendarAstronomer(double longitude, double latitude) {
243 fLongitude = normPI(longitude * DEG_RAD);
428 return eclipticToEquatorial(ecliptic.longitude, ecliptic.latitude);
434 * @param eclipLong The ecliptic longitude
    [all...]
  /frameworks/av/media/libstagefright/
MediaMuxer.cpp 105 status_t MediaMuxer::setLocation(int latitude, int longitude) {
116 ALOGV("Setting location: latitude = %d, longitude = %d", latitude, longitude);
117 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude);
  /frameworks/base/location/java/android/location/
IGeocodeProvider.aidl 29 String getFromLocation(double latitude, double longitude, int maxResults,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 85 * @param longitude latitude in degrees.
88 public void calculateTwilight(long time, double latitude, double longitude) {
98 // ecliptic longitude
102 final double arcLongitude = -longitude / 360;
  /packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
LocationUrlBuilder.java 67 * device's pixel density. - There is a red marker at the given latitude and longitude.
141 "(Latitude: %f, Longitude: %f)",
152 * Returns a comma-separated latitude and longitude pair, formatted for use as a URL parameter
156 * @return The comma-separated latitude and longitude pair of that location.
  /test/vts/drivers/hal/libdatatype/include/
hal_gps.h 43 // Generates a GPS longitude value.

Completed in 2942 milliseconds

1 23 4 5 6 7 8 91011>>