Searched refs:kMaxFramerateEstimate (Results 1 – 1 of 1) sorted by relevance
32 static constexpr double kMaxFramerateEstimate = 200.0; variable432 if (fps > kMaxFramerateEstimate) { in GetFrameRate()433 fps = kMaxFramerateEstimate; in GetFrameRate()