Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc53 : VCMFecMethod(), in VCMNackFecMethod()
82 VCMFecMethod::ProtectionFactor(parameters); in ProtectionFactor()
85 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
99 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
166 VCMFecMethod::EffectivePacketLoss(parameters); in EffectivePacketLoss()
185 _protectionFactorK = VCMFecMethod::ConvertFECRate(_protectionFactorK); in UpdateParameters()
186 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()
215 VCMFecMethod::VCMFecMethod() : VCMProtectionMethod() { in VCMFecMethod() function in webrtc::media_optimization::VCMFecMethod
218 VCMFecMethod::~VCMFecMethod() { in ~VCMFecMethod()
222 uint8_t VCMFecMethod::BoostCodeRateKey(uint8_t packetFrameDelta, in BoostCodeRateKey()
[all …]
Dmedia_opt_util.h167 class VCMFecMethod : public VCMProtectionMethod {
169 VCMFecMethod();
170 virtual ~VCMFecMethod();
202 class VCMNackFecMethod : public VCMFecMethod {