Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc51 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() function in webrtc::media_optimization::VCMNackFecMethod
64 VCMNackFecMethod::~VCMNackFecMethod() { in ~VCMNackFecMethod()
67 bool VCMNackFecMethod::ProtectionFactor( in ProtectionFactor()
105 int VCMNackFecMethod::ComputeMaxFramesFec( in ComputeMaxFramesFec()
132 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec()
136 bool VCMNackFecMethod::BitRateTooLowForFec( in BitRateTooLowForFec()
162 bool VCMNackFecMethod::EffectivePacketLoss( in EffectivePacketLoss()
170 bool VCMNackFecMethod::UpdateParameters( in UpdateParameters()
509 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
Dmedia_opt_util.h202 class VCMNackFecMethod : public VCMFecMethod {
204 VCMNackFecMethod(int64_t lowRttNackThresholdMs,
206 virtual ~VCMNackFecMethod();