Home
last modified time | relevance | path

Searched refs:gpsTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java113 public final String gpsTimestamp; field in ExifInterfaceTest.ExpectedValue
156 gpsTimestamp = getString(typedArray, 22); in ExpectedValue()
307 assertStringTag(exifInterface, ExifInterface.TAG_GPS_TIMESTAMP, expectedValue.gpsTimestamp); in compareWithExpectedValue()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h69 int64_t gpsTimestamp; member
H A DParameters.cpp383 gpsTimestamp = 0; in initialize()
1712 validatedParams.gpsTimestamp = strtoll(gpsTimeStr, &endPtr, 10); in set()
2381 &gpsTimestamp, 1); in updateRequestJpeg()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp211 p.gpsTimestamp); in dumpClient()
/aosp12/hardware/interfaces/camera/metadata/3.2/
H A Dtypes.hal644 /** android.jpeg.gpsTimestamp [dynamic, int64, ndk_public]