Searched defs:FrameRateVote (Results 1 – 2 of 2) sorted by relevance
97 struct FrameRateVote { struct98 Fps rate;99 FrameRateCompatibility type = FrameRateCompatibility::Default;100 Seamlessness seamlessness = Seamlessness::Default;111 : rate(rate), type(type), seamlessness(getSeamlessness(rate, seamlessness)) {} in rate()
192 public static class FrameRateVote { class in RefreshRatePolicy199 FrameRateVote(float refreshRate, @Surface.FrameRateCompatibility int compatibility, in FrameRateVote() method in RefreshRatePolicy.FrameRateVote204 FrameRateVote() { in FrameRateVote() method in RefreshRatePolicy.FrameRateVote