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.h380 nsecs_t next_readout_time_; variable
DEmulatedSensor.cpp799 next_readout_time_ = frame_end_real_time + exposure_time; in threadLoop()
821 next_readout_time_ = next_capture_time_ + entry.data.i64[0]; in threadLoop()
823 next_readout_time_ = next_capture_time_; in threadLoop()
838 static_cast<uint64_t>(next_readout_time_)}}; in threadLoop()