Home | History | Annotate | Download | only in libcamera

Lines Matching refs:gps_timestamp

2438 int SecCamera::setGPSTimeStamp(const char *gps_timestamp)
2440 LOGV("%s(gps_timestamp(%s))", __func__, gps_timestamp);
2441 if (gps_timestamp == NULL)
2444 m_gps_timestamp = atol(gps_timestamp);
2992 mExifInfo.gps_timestamp[0].num = tm_data.tm_hour;
2993 mExifInfo.gps_timestamp[0].den = 1;
2994 mExifInfo.gps_timestamp[1].num = tm_data.tm_min;
2995 mExifInfo.gps_timestamp[1].den = 1;
2996 mExifInfo.gps_timestamp[2].num = tm_data.tm_sec;
2997 mExifInfo.gps_timestamp[2].den = 1;