Searched defs:Fps (Results 1 – 2 of 2) sorted by relevance
36 explicit constexpr Fps(float fps) in Fps() function92 constexpr Fps(float fps, nsecs_t period) : fps(fps), period(period) {} in Fps() function
81 Fps /*currentRefreshRate*/) override { in createVsyncConfiguration() argument