Searched refs:getAw (Results 1 – 6 of 6) sorted by relevance
197 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()
74 public float getAw() { in getAw() method in Frame
627 double ac = viewingConditions.getAw() * Math.pow(jNormalized, acExponent); in findResultByJ()
205 Assert.assertEquals(29.981, vc.getAw(), 0.001); in viewingConditions_default()
21291 HSPLcom/android/internal/graphics/cam/Frame;->getAw()F
21355 HSPLcom/android/internal/graphics/cam/Frame;->getAw()F