Searched refs:gpsDateTime (Results 1 – 1 of 1) sorted by relevance
448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false); in fixGPSTimeStamp() local449 if (gpsDateTime == null) in fixGPSTimeStamp()459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue()); in fixGPSTimeStamp()480 gpsDateTime.setValue(XMPUtils.convertFromDate (binGPSStamp)); in fixGPSTimeStamp()