Searched refs:currentNanoTime (Results 1 – 1 of 1) sorted by relevance
451 uint64_t currentNanoTime = static_cast<uint64_t>(item.time.time_since_epoch().count()); in GetResampleCoord() local452 if (lastNanoTime < currentNanoTime) { in GetResampleCoord()453 lastNanoTime = currentNanoTime; in GetResampleCoord()