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