Home
last modified time | relevance | path

Searched refs:processingMethod (Results 1 – 4 of 4) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java74 public final String processingMethod; field in CameraSettings.GpsData
85 String processingMethod) { in GpsData() argument
86 if (processingMethod == null && in GpsData()
94 this.processingMethod = processingMethod; in GpsData()
103 this.processingMethod = src.processingMethod; in GpsData()
DAndroidCamera2Settings.java527 if (mGpsData == null || mGpsData.processingMethod == null) { in updateRequestGpsData()
533 Location location = new Location(mGpsData.processingMethod); in updateRequestGpsData()
DAndroidCameraAgentImpl.java716 if (gpsData.processingMethod != null) { in applySettingsToParameters()
723 parameters.setGpsProcessingMethod(gpsData.processingMethod); in applySettingsToParameters()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java781 String processingMethod = get(CaptureResult.JPEG_GPS_PROCESSING_METHOD); in getGpsLocation() local
785 if (areValuesAllNull(processingMethod, coords, timeStamp)) { in getGpsLocation()
789 Location l = new Location(translateProcessToLocationProvider(processingMethod)); in getGpsLocation()