Searched refs:normalExposureValue (Results 1 – 1 of 1) sorted by relevance
1026 long normalExposureValue = -1; in aeCompensationTestByCamera() local1030 normalExposureValue = getExposureValue(normalResult); in aeCompensationTestByCamera()1031 mCollector.expectInRange("Exposure setting out of bound", normalExposureValue, in aeCompensationTestByCamera()1035 long expectedExposureValue = (long) (normalExposureValue * expectedRatio); in aeCompensationTestByCamera()1041 " normalExposureValue: " + normalExposureValue + in aeCompensationTestByCamera()1081 double observedRatio = (double) compensatedExposureValue / normalExposureValue; in aeCompensationTestByCamera()