Searched refs:dropVar (Results 1 – 1 of 1) sorted by relevance
289 const int32_t dropVar = incomingFrmRate / overshoot; in ReduceFrameRateByUniformStrategy() local290 if (keepLessThanDoubleCount_ >= dropVar) { in ReduceFrameRateByUniformStrategy()303 const int32_t dropVar = overshoot / targetFrameRate_; in ReduceFrameRateByUniformStrategy() local304 if (keepMoreThanDoubleCount_ < dropVar) { in ReduceFrameRateByUniformStrategy()