Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc83 VCMNackFecMethod::VCMNackFecMethod(int64_t lowRttNackThresholdMs, in VCMNackFecMethod() function in webrtc::media_optimization::VCMNackFecMethod
96 VCMNackFecMethod::~VCMNackFecMethod() { in ~VCMNackFecMethod()
99 bool VCMNackFecMethod::ProtectionFactor( in ProtectionFactor()
137 int VCMNackFecMethod::ComputeMaxFramesFec( in ComputeMaxFramesFec()
164 int VCMNackFecMethod::MaxFramesFec() const { in MaxFramesFec()
168 bool VCMNackFecMethod::BitRateTooLowForFec( in BitRateTooLowForFec()
194 bool VCMNackFecMethod::EffectivePacketLoss( in EffectivePacketLoss()
202 bool VCMNackFecMethod::UpdateParameters( in UpdateParameters()
530 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
H A Dmedia_opt_util.h191 class VCMNackFecMethod : public VCMFecMethod {
193 VCMNackFecMethod(int64_t lowRttNackThresholdMs,
195 ~VCMNackFecMethod() override;