Home
last modified time | relevance | path

Searched refs:JPEG_GPS_LOCATION (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyResultMapper.java262 result.set(JPEG_GPS_LOCATION, request.get(CaptureRequest.JPEG_GPS_LOCATION)); in convertResultMetadata()
DLegacyRequestMapper.java385 Location location = request.get(JPEG_GPS_LOCATION); in convertRequestMetadata()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java531 mRequestSettings.set(JPEG_GPS_LOCATION, null); in updateRequestGpsData()
538 mRequestSettings.set(JPEG_GPS_LOCATION, location); in updateRequestGpsData()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java561 CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new GetCommand() { in GetCommand()
988 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureRequest.java1694 public static final Key<android.location.Location> JPEG_GPS_LOCATION = field in CaptureRequest
DCaptureResult.java2248 public static final Key<android.location.Location> JPEG_GPS_LOCATION = field in CaptureResult
/frameworks/base/api/
Dcurrent.txt13606 …tic final android.hardware.camera2.CaptureRequest.Key<android.location.Location> JPEG_GPS_LOCATION;
13684 …atic final android.hardware.camera2.CaptureResult.Key<android.location.Location> JPEG_GPS_LOCATION;
Dsystem-current.txt13948 …tic final android.hardware.camera2.CaptureRequest.Key<android.location.Location> JPEG_GPS_LOCATION;
14026 …atic final android.hardware.camera2.CaptureResult.Key<android.location.Location> JPEG_GPS_LOCATION;