Home
last modified time | relevance | path

Searched refs:mExposureCompensationStep (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java60 protected float mExposureCompensationStep; field in CameraCapabilities
489 mExposureCompensationStep = src.mExposureCompensationStep; in CameraCapabilities()
661 return mExposureCompensationStep; in getExposureCompensationStep()
H A DAndroidCamera2Capabilities.java79 mExposureCompensationStep = (float) ecStep.getNumerator() / ecStep.getDenominator(); in AndroidCamera2Capabilities()
H A DAndroidCameraCapabilities.java44 mExposureCompensationStep = p.getExposureCompensationStep(); in AndroidCameraCapabilities()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DButtonManager.java89 private float mExposureCompensationStep; field in ButtonManager
584 if (mExposureCompensationStep != 0.0f) { in setExposureCompensationCallback()
586 Math.round(comp / mExposureCompensationStep); in setExposureCompensationCallback()
603 mExposureCompensationStep = step; in setExposureCompensationParameters()
626 return mExposureCompensationStep; in getExposureCompensationStep()
883 if (mExposureCompensationStep != 0.0f) { in updateExposureButtons()
884 int comp = Math.round(compValue * mExposureCompensationStep); in updateExposureButtons()