Searched refs:current_exposure_time_ (Results 1 – 2 of 2) sorted by relevance
93 nsecs_t current_exposure_time_ = EmulatedSensor::kDefaultExposureTime; variable
70 info.sensor_exposure_time_ = current_exposure_time_; in CompensateAE()90 static_cast<nsecs_t>(ae_compensation * current_exposure_time_), in CompensateAE()184 (abs(ae_target_exposure_time_ - current_exposure_time_) < in DoFakeAE()192 current_exposure_time_ += in DoFakeAE()193 (ae_target_exposure_time_ - current_exposure_time_) * in DoFakeAE()218 current_exposure_time_ += in DoFakeAE()219 (ae_target_exposure_time_ - current_exposure_time_) * in DoFakeAE()221 if (abs(ae_target_exposure_time_ - current_exposure_time_) < in DoFakeAE()