Searched refs:current_exposure_time_ (Results 1 – 2 of 2) sorted by relevance
99 sensor_exposure_time_ = current_exposure_time_; in CompensateAE()119 static_cast<nsecs_t>(ae_compensation * current_exposure_time_), in CompensateAE()209 (abs(ae_target_exposure_time_ - current_exposure_time_) < in DoFakeAE()217 current_exposure_time_ += in DoFakeAE()218 (ae_target_exposure_time_ - current_exposure_time_) * in DoFakeAE()243 current_exposure_time_ += in DoFakeAE()244 (ae_target_exposure_time_ - current_exposure_time_) * in DoFakeAE()246 if (abs(ae_target_exposure_time_ - current_exposure_time_) < in DoFakeAE()
231 nsecs_t current_exposure_time_ = EmulatedSensor::kDefaultExposureTime; variable