Searched refs:knownVsync (Results 1 – 2 of 2) sorted by relevance
99 VsyncTimeline(TimePoint knownVsync, Period idealPeriod, std::optional<Fps> renderRateOpt);112 std::optional<VsyncSequence> makeVsyncSequence(TimePoint knownVsync);
624 auto VSyncPredictor::VsyncTimeline::makeVsyncSequence(TimePoint knownVsync) in makeVsyncSequence() argument626 if (knownVsync.ns() == 0) return std::nullopt; in makeVsyncSequence()627 return std::make_optional<VsyncSequence>({knownVsync.ns(), 0}); in makeVsyncSequence()630 VSyncPredictor::VsyncTimeline::VsyncTimeline(TimePoint knownVsync, Period idealPeriod, in VsyncTimeline() argument634 mLastVsyncSequence(makeVsyncSequence(knownVsync)) {} in VsyncTimeline()