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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 74 public final String processingMethod;
78 * depending on the value of {@code processingMethod}.
80 * <p>Setting {@code processingMethod} to {@code null} means that
85 String processingMethod) {
86 if (processingMethod == null &&
88 Log.w(TAG, "GpsData's nonzero data will be ignored due to null processingMethod");
94 this.processingMethod = processingMethod;
103 this.processingMethod = src.processingMethod;
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 821 String processingMethod = get(CaptureResult.JPEG_GPS_PROCESSING_METHOD);
825 if (areValuesAllNull(processingMethod, coords, timeStamp)) {
829 Location l = new Location(translateProcessToLocationProvider(processingMethod));
    [all...]

Completed in 92 milliseconds