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.java135 int min = params.getMinExposureCompensation();
H A DCameraPairwiseTest.java414 params.setExposureCompensation(params.getMinExposureCompensation());
/frameworks/base/core/java/android/hardware/
H A DCamera.java3496 * #getMinExposureCompensation} to {@link
3508 * from {@link #getMinExposureCompensation} (inclusive) to {@link
3511 * getMinExposureCompensation and getMaxExposureCompensation to
3522 * method and {@link #getMinExposureCompensation} return 0,
3536 public int getMinExposureCompensation() { method in class:Camera.Parameters
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java463 int min = p.getMinExposureCompensation();

Completed in 496 milliseconds