Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyResultMapper.java264 result.set(JPEG_GPS_LOCATION, request.get(CaptureRequest.JPEG_GPS_LOCATION)); in convertResultMetadata()
DLegacyRequestMapper.java386 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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1788 builder.set(CaptureRequest.JPEG_GPS_LOCATION, exifData.gpsLocation); in setJpegKeys()
1799 builder.get(CaptureRequest.JPEG_GPS_LOCATION))); in setJpegKeys()
1888 if (collector.expectKeyValueNotNull(captureResult, CaptureResult.JPEG_GPS_LOCATION) != in verifyJpegKeys()
1892 captureResult.get(CaptureResult.JPEG_GPS_LOCATION))); in verifyJpegKeys()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java2491 public static final Key<android.location.Location> JPEG_GPS_LOCATION = field in CaptureResult
DCaptureRequest.java2218 public static final Key<android.location.Location> JPEG_GPS_LOCATION = field in CaptureRequest
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java647 CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new GetCommand() { in GetCommand()
1439 sSetCommandMap.put(CaptureResult.JPEG_GPS_LOCATION.getNativeKey(), new SetCommand() { in CaptureResult.JPEG_GPS_LOCATION.getNativeKey()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12934 …tic final android.hardware.camera2.CaptureRequest.Key<android.location.Location> JPEG_GPS_LOCATION;
13009 …atic final android.hardware.camera2.CaptureResult.Key<android.location.Location> JPEG_GPS_LOCATION;
/frameworks/base/non-updatable-api/
Dcurrent.txt17148 …tic final android.hardware.camera2.CaptureRequest.Key<android.location.Location> JPEG_GPS_LOCATION;
17233 …atic final android.hardware.camera2.CaptureResult.Key<android.location.Location> JPEG_GPS_LOCATION;
/frameworks/base/api/
Dcurrent.txt17148 …tic final android.hardware.camera2.CaptureRequest.Key<android.location.Location> JPEG_GPS_LOCATION;
17233 …atic final android.hardware.camera2.CaptureResult.Key<android.location.Location> JPEG_GPS_LOCATION;