Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc86 : VCMFecMethod(), in VCMNackFecMethod()
115 VCMFecMethod::ProtectionFactor(parameters); in ProtectionFactor()
118 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
132 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
199 VCMFecMethod::EffectivePacketLoss(parameters); in EffectivePacketLoss()
218 _protectionFactorK = VCMFecMethod::ConvertFECRate(_protectionFactorK); in UpdateParameters()
219 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()
248 VCMFecMethod::VCMFecMethod() in VCMFecMethod() function in webrtc::media_optimization::VCMFecMethod
254 VCMFecMethod::~VCMFecMethod() = default;
256 uint8_t VCMFecMethod::BoostCodeRateKey(uint8_t packetFrameDelta, in BoostCodeRateKey()
[all …]
Dmedia_opt_util.h154 class VCMFecMethod : public VCMProtectionMethod {
156 VCMFecMethod();
157 ~VCMFecMethod() override;
191 class VCMNackFecMethod : public VCMFecMethod {