Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc84 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() function in webrtc::media_optimization::VCMNackFecMethod
97 VCMNackFecMethod::~VCMNackFecMethod() { in ~VCMNackFecMethod()
100 bool VCMNackFecMethod::ProtectionFactor( in ProtectionFactor()
138 int VCMNackFecMethod::ComputeMaxFramesFec( in ComputeMaxFramesFec()
165 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec()
169 bool VCMNackFecMethod::BitRateTooLowForFec( in BitRateTooLowForFec()
195 bool VCMNackFecMethod::EffectivePacketLoss( in EffectivePacketLoss()
203 bool VCMNackFecMethod::UpdateParameters( in UpdateParameters()
531 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
Dmedia_opt_util.h191 class VCMNackFecMethod : public VCMFecMethod {
193 VCMNackFecMethod(int64_t lowRttNackThresholdMs,
195 ~VCMNackFecMethod() override;