Searched refs:VCMNackFecMethod (Results 1 – 2 of 2) sorted by relevance
83 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() function in webrtc::media_optimization::VCMNackFecMethod96 VCMNackFecMethod::~VCMNackFecMethod() { in ~VCMNackFecMethod()99 bool VCMNackFecMethod::ProtectionFactor( in ProtectionFactor()137 int VCMNackFecMethod::ComputeMaxFramesFec( in ComputeMaxFramesFec()164 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec()168 bool VCMNackFecMethod::BitRateTooLowForFec( in BitRateTooLowForFec()194 bool VCMNackFecMethod::EffectivePacketLoss( in EffectivePacketLoss()202 bool VCMNackFecMethod::UpdateParameters( in UpdateParameters()530 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
191 class VCMNackFecMethod : public VCMFecMethod {193 VCMNackFecMethod(int64_t lowRttNackThresholdMs,195 ~VCMNackFecMethod() override;