HomeSort by relevance Sort by last modified time
    Searched defs:captureResult (Results 1 - 5 of 5) 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/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp 104 CameraMetadata captureResult;
106 ASSERT_NE(m.updateCalibration(captureResult), OK);
108 captureResult.update(ANDROID_LENS_INTRINSIC_CALIBRATION,
110 captureResult.update(ANDROID_LENS_DISTORTION,
113 ASSERT_EQ(m.updateCalibration(captureResult), OK);
  /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 889 hardware::camera::device::V3_4::CaptureResult>& results) {
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 943 milliseconds