Home
last modified time | relevance | path

Searched refs:bitRatePerFrame (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc325 const int bitRatePerFrame = BitsPerFrame(parameters); in ProtectionFactor() local
329 1.5f + rtc::saturated_cast<float>(bitRatePerFrame) * 1000.0f / in ProtectionFactor()
340 rtc::saturated_cast<uint16_t>(resolnFac * bitRatePerFrame); in ProtectionFactor()
421 1.0f + (rtc::saturated_cast<float>(bitRatePerFrame) * 1000.0 / in ProtectionFactor()