Searched refs:normalExposureValue (Results 1 – 1 of 1) sorted by relevance
1567 long normalExposureValue = -1; in aeCompensationTestByCamera() local1571 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()1572 mCollector.expectInRange("Exposure setting out of bound", normalExposureValue, in aeCompensationTestByCamera()1577 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1583 " normalExposureValue: " + normalExposureValue + in aeCompensationTestByCamera()1623 double observedRatio = (double) compensatedExposureValue / normalExposureValue; in aeCompensationTestByCamera()