Home | History | Annotate | Download | only in libcamera

Lines Matching refs:gpsLatitude

178     gpsLatitude = 0;
310 gpsLatitude = 0;
427 gpsLatitude = 0;
542 gpsLatitude = 0;
2984 bool ExynosCamera::setGpsLatitude(const char *gpsLatitude)
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 != 0 && m_curCameraInfo->gpsLongitude != 0) {
3872 if (m_curCameraInfo->gpsLatitude > 0)
3887 double latitude = fabs(m_curCameraInfo->gpsLatitude / 10000.0);