Searched refs:expectedExposureValue (Results 1 – 1 of 1) sorted by relevance
1035 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera() local1036 if (expectedExposureValue < minExposureValue || in aeCompensationTestByCamera()1037 expectedExposureValue > maxExposureValueStill) { in aeCompensationTestByCamera()1042 " expectedExposureValue: " + expectedExposureValue + in aeCompensationTestByCamera()