Searched refs:normalExposureValue (Results 1 – 1 of 1) sorted by relevance
1072 long normalExposureValue = -1; in aeCompensationTestByCamera() local1075 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()1076 mCollector.expectInRange("Exposure setting out of bound", normalExposureValue, in aeCompensationTestByCamera()1080 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1086 " normalExposureValue: " + normalExposureValue + in aeCompensationTestByCamera()1125 double observedRatio = (double) compensatedExposureValue / normalExposureValue; in aeCompensationTestByCamera()