Searched refs:getMinExposureCompensation (Results 1 - 6 of 6) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java643 public final int getMinExposureCompensation() { method in class:CameraCapabilities
650 * {@link #getMinExposureCompensation()} return 0.
698 if (index > getMaxExposureCompensation() || index < getMinExposureCompensation()) {
700 getMinExposureCompensation() + ", max = " + getMaxExposureCompensation() + "," +
H A DAndroidCameraCapabilities.java43 mMinExposureCompensation = p.getMinExposureCompensation();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java136 int min = params.getMinExposureCompensation();
H A DCameraPairwiseTest.java415 params.setExposureCompensation(params.getMinExposureCompensation());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java463 int min = p.getMinExposureCompensation();
/frameworks/base/core/java/android/hardware/
H A DCamera.java3494 * #getMinExposureCompensation} to {@link
3506 * from {@link #getMinExposureCompensation} (inclusive) to {@link
3509 * getMinExposureCompensation and getMaxExposureCompensation to
3520 * method and {@link #getMinExposureCompensation} return 0,
3534 public int getMinExposureCompensation() { method in class:Camera.Parameters

Completed in 175 milliseconds