Searched refs:stepF (Results 1 – 1 of 1) sorted by relevance
1016 float stepF = (float) step.getNumerator() / step.getDenominator(); in aeCompensationTestByCamera() local1017 int stepsPerEv = (int) Math.round(1.0 / stepF); in aeCompensationTestByCamera()