Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCam.java197 float j = 100.0f * (float) Math.pow(ac / frame.getAw(), frame.getC() * frame.getZ()); in fromIntInFrame()
202 * (frame.getAw() + 4.0f) in fromIntInFrame()
216 float s = 50.0f * (float) Math.sqrt((alpha * frame.getC()) / (frame.getAw() + 4.0f)); in fromIntInFrame()
246 * (frame.getAw() + 4.0f) in fromJchInFrame()
250 float s = 50.0f * (float) Math.sqrt((alpha * frame.getC()) / (frame.getAw() + 4.0f)); in fromJchInFrame()
293 float ac = frame.getAw() * (float) Math.pow(getJ() / 100.0, in viewed()
H A DFrame.java71 float getAw() { in getAw() method in Frame