Home
last modified time | relevance | path

Searched refs:next_readout_time_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h384 nsecs_t next_readout_time_; variable
DEmulatedSensor.cpp819 next_readout_time_ = frame_end_real_time + exposure_time; in threadLoop()
841 next_readout_time_ = next_capture_time_ + entry.data.i64[0]; in threadLoop()
843 next_readout_time_ = next_capture_time_; in threadLoop()
858 static_cast<uint64_t>(next_readout_time_)}}; in threadLoop()