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

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

Completed in 74 milliseconds