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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java641 * {@link #getMaxExposureCompensation()} return 0.
652 public final int getMaxExposureCompensation() { method in class:CameraCapabilities
698 if (index > getMaxExposureCompensation() || index < getMinExposureCompensation()) {
700 getMinExposureCompensation() + ", max = " + getMaxExposureCompensation() + "," +
H A DAndroidCameraCapabilities.java42 mMaxExposureCompensation = p.getMaxExposureCompensation();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraFunctionalTest.java125 int max = params.getMaxExposureCompensation();
H A DCameraPairwiseTest.java412 params.setExposureCompensation(params.getMaxExposureCompensation());
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java466 int max = p.getMaxExposureCompensation();
/frameworks/base/core/java/android/hardware/
H A DCamera.java3724 * #getMaxExposureCompensation}. 0 means exposure is not
3736 * #getMaxExposureCompensation} (inclusive). 0 means exposure is
3738 * getMinExposureCompensation and getMaxExposureCompensation to
3752 public int getMaxExposureCompensation() { method in class:Camera.Parameters
3760 * method and {@link #getMaxExposureCompensation} return 0,

Completed in 141 milliseconds