Searched refs:incomingFps (Results 1 – 2 of 2) sorted by relevance
46 bool IsDropFrame(float incomingFps);47 bool ReduceFrameRateByUniformStrategy(int32_t incomingFps);
241 bool FpsControllerProcess::IsDropFrame(float incomingFps) in IsDropFrame() argument248 if (incomingFps <= 0) { in IsDropFrame()252 const int32_t incomingFrmRate = static_cast<int32_t>(incomingFps); in IsDropFrame()