Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc328 const uint8_t avgTotPackets = rtc::saturated_cast<uint8_t>( in ProtectionFactor() local
357 if (packetLoss > lossThr && avgTotPackets > packetNumThr) { in ProtectionFactor()