Searched refs:kDynamicRecompFpsThreshold (Results 1 – 1 of 1) sorted by relevance
67 constexpr float kDynamicRecompFpsThreshold = 1.0 / 5.0; // 1 frame update per 5 second variable1459 updateFps = kDynamicRecompFpsThreshold + 1; in checkDynamicReCompMode()1474 if (updateFps < kDynamicRecompFpsThreshold) { in checkDynamicReCompMode()