Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp1002 const nsecs_t time_accuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local
1003 if (work_done_real_time < frame_end_real_time - time_accuracy) { in threadLoop()