Searched refs:gpsLongitude (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h144 long gpsLongitude; member in struct:android::ExynosCameraInfo
621 bool setGpsLongitude(const char *gpsLongitude);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp179 gpsLongitude = 0;
311 gpsLongitude = 0;
428 gpsLongitude = 0;
543 gpsLongitude = 0;
2998 bool ExynosCamera::setGpsLongitude(const char *gpsLongitude) argument
3002 if (gpsLongitude == NULL)
3003 m_curCameraInfo->gpsLongitude = 0;
3005 conveted_longitude = atof(gpsLongitude);
3006 m_curCameraInfo->gpsLongitude = (long)(conveted_longitude * 10000 / 1);
3871 if (m_curCameraInfo->gpsLatitude != 0 && m_curCameraInfo->gpsLongitude !
[all...]

Completed in 3437 milliseconds