Searched refs:VCMNackFecMethod (Results 1 – 2 of 2) sorted by relevance
84 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() function in webrtc::media_optimization::VCMNackFecMethod97 VCMNackFecMethod::~VCMNackFecMethod() { in ~VCMNackFecMethod()100 bool VCMNackFecMethod::ProtectionFactor( in ProtectionFactor()138 int VCMNackFecMethod::ComputeMaxFramesFec( in ComputeMaxFramesFec()165 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec()169 bool VCMNackFecMethod::BitRateTooLowForFec( in BitRateTooLowForFec()195 bool VCMNackFecMethod::EffectivePacketLoss( in EffectivePacketLoss()203 bool VCMNackFecMethod::UpdateParameters( in UpdateParameters()531 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
191 class VCMNackFecMethod : public VCMFecMethod {193 VCMNackFecMethod(int64_t lowRttNackThresholdMs,195 ~VCMNackFecMethod() override;