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.java136 int max = params.getMaxExposureCompensation();
H A DCameraPairwiseTest.java417 params.setExposureCompensation(params.getMaxExposureCompensation());
/frameworks/base/core/java/android/hardware/
H A DCamera.java3497 * #getMaxExposureCompensation}. 0 means exposure is not
3509 * #getMaxExposureCompensation} (inclusive). 0 means exposure is
3511 * getMinExposureCompensation and getMaxExposureCompensation to
3525 public int getMaxExposureCompensation() { method in class:Camera.Parameters
3533 * method and {@link #getMaxExposureCompensation} return 0,
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyMetadataMapper.java464 int max = p.getMaxExposureCompensation();

Completed in 1696 milliseconds