Searched refs:expectedExposureValue (Results 1 – 1 of 1) sorted by relevance
1577 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera() local1578 if (expectedExposureValue < minExposureValue || in aeCompensationTestByCamera()1579 expectedExposureValue > maxExposureValueStill) { in aeCompensationTestByCamera()1584 " expectedExposureValue: " + expectedExposureValue + in aeCompensationTestByCamera()