Home
last modified time | relevance | path

Searched refs:sensor_frame_duration_ (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestState.cpp147 info.sensor_frame_duration_ = (max_frame_duration + min_frame_duration) / 2; in DoFakeAE()
159 static_cast<nsecs_t>(info.sensor_frame_duration_ / max_ae_compensation), in DoFakeAE()
164 info.sensor_frame_duration_ / 4, info.sensor_exposure_time_range_.first, in DoFakeAE()
168 info.sensor_frame_duration_ / 5, info.sensor_exposure_time_range_.first, in DoFakeAE()
504 info.sensor_frame_duration_ = entry.data.i64[0]; in ProcessAE()
515 if (info.sensor_frame_duration_ < info.sensor_exposure_time_) { in ProcessAE()
516 info.sensor_frame_duration_ = info.sensor_exposure_time_; in ProcessAE()
848 sensor_settings->frame_duration = info.sensor_frame_duration_; in InitializeSensorSettings()
998 &info.sensor_frame_duration_, 1); in InitializeResult()
DEmulatedCameraDeviceInfo.h242 nsecs_t sensor_frame_duration_ = EmulatedSensor::kDefaultFrameDuration; member
DEmulatedCameraDeviceInfo.cpp215 sensor_frame_duration_ = in InitializeSensorDefaults()
239 &sensor_frame_duration_, 1); in InitializeSensorDefaults()