Searched refs:mExposureCompensationStep (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java60 protected float mExposureCompensationStep; field in class:CameraCapabilities
489 mExposureCompensationStep = src.mExposureCompensationStep;
661 return mExposureCompensationStep;
H A DAndroidCamera2Capabilities.java79 mExposureCompensationStep = (float) ecStep.getNumerator() / ecStep.getDenominator();
H A DAndroidCameraCapabilities.java44 mExposureCompensationStep = p.getExposureCompensationStep();

Completed in 57 milliseconds