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

/hardware/samsung_slsi/exynos5/include/
H A DExynosCamera.h143 long gpsLatitude; member in struct:android::ExynosCameraInfo
618 bool setGpsLatitude(const char *gpsLatitude);
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCamera.cpp178 gpsLatitude = 0;
310 gpsLatitude = 0;
427 gpsLatitude = 0;
542 gpsLatitude = 0;
2984 bool ExynosCamera::setGpsLatitude(const char *gpsLatitude) argument
2988 if (gpsLatitude == NULL)
2989 m_curCameraInfo->gpsLatitude = 0;
2991 conveted_latitude = atof(gpsLatitude);
2992 m_curCameraInfo->gpsLatitude = (long)(conveted_latitude * 10000 / 1);
3871 if (m_curCameraInfo->gpsLatitude !
[all...]

Completed in 229 milliseconds