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.cc85 : 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()
[all …]
Dmedia_opt_util.h154 class VCMFecMethod : public VCMProtectionMethod {
156 VCMFecMethod();
157 ~VCMFecMethod() override;
191 class VCMNackFecMethod : public VCMFecMethod {