Searched refs:periodNs (Results 1 – 3 of 3) sorted by relevance
61 auto periodNs = presentTimeNs - mLastPresentTimeNs; in onPresentInternal() local62 if (periodNs <= std::nano::den) { in onPresentInternal()63 int numVsync = std::max(mMinVsyncNum, durationToVsync(periodNs)); in onPresentInternal()
148 * NOTE: periodNs is in nanoseconds where as maxDelay/minDelay are in
904 * NOTE: periodNs is in nanoseconds where as maxDelay/minDelay are in