Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp377 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok. in threadLoop() local
378 if (workDoneRealTime < frameEndRealTime - timeAccuracy) { in threadLoop()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp363 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local
364 if (workDoneRealTime < frameEndRealTime - timeAccuracy) { in threadLoop()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp375 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local
376 if (workDoneRealTime < frameEndRealTime - timeAccuracy) { in threadLoop()