Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp380 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok in threadLoop() local
381 if (workDoneRealTime < frameEndRealTime - timeAccuracy) { in threadLoop()