Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/graphics/cam/
H A DCam.java168 float rAF = (float) Math.pow(frame.getFl() * Math.abs(rD) / 100.0, 0.42); in fromIntInFrame()
169 float gAF = (float) Math.pow(frame.getFl() * Math.abs(gD) / 100.0, 0.42); in fromIntInFrame()
170 float bAF = (float) Math.pow(frame.getFl() * Math.abs(bD) / 100.0, 0.42); in fromIntInFrame()
310 float rC = Math.signum(rA) * (100.0f / frame.getFl()) * (float) Math.pow(rCBase, in viewed()
313 float gC = Math.signum(gA) * (100.0f / frame.getFl()) * (float) Math.pow(gCBase, in viewed()
316 float bC = Math.signum(bA) * (100.0f / frame.getFl()) * (float) Math.pow(bCBase, in viewed()
H A DFrame.java106 float getFl() { in getFl() method in Frame
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt21665 HSPLcom/android/internal/graphics/cam/Frame;->getFl()F
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt21729 HSPLcom/android/internal/graphics/cam/Frame;->getFl()F