Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java165 float bAF = (float) Math.pow(frame.getFl() * Math.abs(bD) / 100.0, 0.42); in fromIntInFrame() local
168 float bA = Math.signum(bD) * 400.0f * bAF / (bAF + 27.13f); in fromIntInFrame()