HomeSort by relevance Sort by last modified time
    Searched defs:longitude (Results 26 - 50 of 80) sorted by null

12 3 4

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 210 int a, longitude, latitude; local
223 // longitude -pi to pi
224 for (longitude = 0; longitude < longitudeCount; ++longitude)
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
336 } // longitude
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1702 rat_t longitude[3]; local
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 83 (jdouble)location->latitude, (jdouble)location->longitude,
250 location->flags, (jdouble)location->latitude, (jdouble)location->longitude,
263 jdouble longitude = 0; local
272 longitude = location->longitude;
281 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
566 jdouble latitude, jdouble longitude, jfloat accuracy)
569 sGpsInterface->inject_location(latitude, longitude, accuracy);
692 jint geofence_id, jdouble latitude, jdouble longitude, jdouble radius,
696 sGpsGeofencingInterface->add_geofence_area(geofence_id, latitude, longitude,
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 210 int a, longitude, latitude; local
223 // longitude -pi to pi
224 for (longitude = 0; longitude < longitudeCount; ++longitude)
230 float t1 = -PI + longitude * 2 * PI / resol1;
231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1;
336 } // longitude
  /hardware/libhardware/include/hardware/
fused_location.h 103 /** FlpLocation has valid latitude and longitude. */
128 /** Represents longitude in degrees. */
129 double longitude; member in struct:__anon32895
337 * latitude and longitude are measured in degrees
612 double longitude; member in struct:__anon32905
gps.h 80 /** GpsLocation has valid latitude and longitude. */
247 /** Represents longitude in degrees. */
248 double longitude; member in struct:__anon32911
416 * latitude and longitude are measured in degrees
419 int (*inject_location)(double latitude, double longitude, float accuracy);
904 double longitude, double radius_meters,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1706 rat_t longitude[3]; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 86 double longitude) {
97 mLongitude = longitude;
322 MediaStore.Images.ImageColumns.LONGITUDE // 11, double
341 long sizeInBytes, double latitude, double longitude) {
343 path, width, height, sizeInBytes, latitude, longitude);
385 double longitude = c.getDouble(COL_LONGITUDE); local
388 sizeInBytes, latitude, longitude);
612 MediaStore.Video.VideoColumns.LONGITUDE, // 11 double
622 double latitude, double longitude, long durationInSeconds) {
624 path, width, height, sizeInBytes, latitude, longitude);
676 double longitude = c.getDouble(COL_LONGITUDE); local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.cpp 4099 rat_t longitude[3]; local
    [all...]
QCameraParameters.cpp 217 const char QCameraParameters::KEY_QC_GPS_LONGITUDE_REF[] = "gps-longitude-ref";
2348 const char *longitude = params.get(KEY_GPS_LONGITUDE); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.cpp 4099 rat_t longitude[3]; local
    [all...]
QCameraParameters.cpp 217 const char QCameraParameters::KEY_QC_GPS_LONGITUDE_REF[] = "gps-longitude-ref";
2348 const char *longitude = params.get(KEY_GPS_LONGITUDE); local
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 44 double longitude = 0.0; variable
1210 printf(" d. Longitude: %.7lf\n", longitude);
1241 longitude += degree_by_step;
1243 if (longitude > 180.0) {
1244 longitude -= 360.0;
1247 snprintf(coord_str, 7, "%.7lf", longitude);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 213 rat_t longitude[3]; member in struct:__anon2040
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 3132 const char *longitude = params.get(CameraParameters::KEY_GPS_LONGITUDE); local
    [all...]
  /device/lge/mako/camera/
QCameraHWI.h 214 rat_t longitude[3]; member in struct:__anon2193
QCameraHWI_Parm.cpp 3278 const char *longitude = params.get(QCameraParameters::KEY_GPS_LONGITUDE); local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3888 double longitude = fabs(m_curCameraInfo->gpsLongitude \/ 10000.0); local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 5904 double longitude = fabs(ctl->jpeg.gpsCoordinates[1]); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); local
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); local
    [all...]
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java 1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java 1935 Rational[] longitude = getTagRationalValues(TAG_GPS_LONGITUDE); local
    [all...]

Completed in 1612 milliseconds

12 3 4