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

  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 19 import android.hardware.camera2.CaptureResult;
54 * @param captureResult A {@link CaptureResultProxy} from which to extract info from.
58 Optional<CaptureResultProxy> captureResult,
66 if (captureResult.isPresent()) {
67 addCaptureResultToExif(captureResult.get());
137 Long exposureTimeNs = result.get(CaptureResult.SENSOR_EXPOSURE_TIME);
148 addExifTag(ExifInterface.TAG_ISO_SPEED_RATINGS, result.get(CaptureResult.SENSOR_SENSITIVITY));
151 Float fNumber = result.get(CaptureResult.LENS_APERTURE);
161 Float focalLength = result.get(CaptureResult.LENS_FOCAL_LENGTH);
165 Integer flashMode = result.get(CaptureResult.FLASH_MODE)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 33 import android.hardware.camera2.CaptureResult;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 263 milliseconds