Lines Matching refs:VCMFecMethod
85 : VCMFecMethod(), in VCMNackFecMethod()
114 VCMFecMethod::ProtectionFactor(parameters); in ProtectionFactor()
117 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
131 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
198 VCMFecMethod::EffectivePacketLoss(parameters); in EffectivePacketLoss()
217 _protectionFactorK = VCMFecMethod::ConvertFECRate(_protectionFactorK); in UpdateParameters()
218 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()
247 VCMFecMethod::VCMFecMethod() in VCMFecMethod() function in webrtc::media_optimization::VCMFecMethod
253 VCMFecMethod::~VCMFecMethod() = default;
255 uint8_t VCMFecMethod::BoostCodeRateKey(uint8_t packetFrameDelta, in BoostCodeRateKey()
269 uint8_t VCMFecMethod::ConvertFECRate(uint8_t codeRateRTP) const { in ConvertFECRate()
276 void VCMFecMethod::UpdateProtectionFactorD(uint8_t protectionFactorD) { in UpdateProtectionFactorD()
281 void VCMFecMethod::UpdateProtectionFactorK(uint8_t protectionFactorK) { in UpdateProtectionFactorK()
285 bool VCMFecMethod::ProtectionFactor(const VCMProtectionParameters* parameters) { in ProtectionFactor()
442 int VCMFecMethod::BitsPerFrame(const VCMProtectionParameters* parameters) { in BitsPerFrame()
462 bool VCMFecMethod::EffectivePacketLoss( in EffectivePacketLoss()
475 bool VCMFecMethod::UpdateParameters(const VCMProtectionParameters* parameters) { in UpdateParameters()
527 _selectedMethod.reset(new VCMFecMethod()); in SetMethod()