Lines Matching refs:nsecs_t
44 const nsecs_t Sensor::kExposureTimeRange[2] =
46 const nsecs_t Sensor::kFrameDurationRange[2] =
49 const nsecs_t Sensor::kMinVerticalBlank = 10000L;
83 const nsecs_t Sensor::kRowReadoutTime =
184 bool Sensor::waitForVSync(nsecs_t reltime) { in waitForVSync()
197 bool Sensor::waitForNewFrame(nsecs_t reltime, in waitForNewFrame()
198 nsecs_t *captureTime) { in waitForNewFrame()
274 nsecs_t captureTime = 0; in threadLoop()
276 nsecs_t startRealTime = systemTime(); in threadLoop()
279 nsecs_t simulatedTime = startRealTime; in threadLoop()
280 nsecs_t frameEndRealTime = startRealTime + frameDuration; in threadLoop()
281 nsecs_t frameReadoutEndRealTime = startRealTime + in threadLoop()
379 nsecs_t workDoneRealTime = systemTime(); in threadLoop()
380 const nsecs_t timeAccuracy = 2e6; // 2 ms of imprecision is ok in threadLoop()
391 nsecs_t endRealTime = systemTime(); in threadLoop()