Searched refs:postRawSensitivity (Results 1 – 1 of 1) sorted by relevance
1666 Integer postRawSensitivity = result.get(CaptureResult.CONTROL_POST_RAW_SENSITIVITY_BOOST); in getExposureValue() local1667 if (postRawSensitivity != null) { in getExposureValue()1668 return (long) sensitivity * postRawSensitivity / 100 * expTimeUs; in getExposureValue()