Searched refs:getFl (Results 1 – 4 of 4) sorted by relevance
168 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()
106 float getFl() { in getFl() method in Frame
21665 HSPLcom/android/internal/graphics/cam/Frame;->getFl()F
21729 HSPLcom/android/internal/graphics/cam/Frame;->getFl()F