HomeSort by relevance Sort by last modified time
    Searched refs:gpsDateTime (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 448 XMPNode gpsDateTime = XMPNodeUtils.findChildNode(exifSchema, "exif:GPSTimeStamp", false);
449 if (gpsDateTime == null)
459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue());
480 gpsDateTime.setValue(XMPUtils.convertFromDate (binGPSStamp));
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]

Completed in 902 milliseconds