Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc223 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() { in VCMNackMethod() function in webrtc::media_optimization::VCMNackMethod
227 VCMNackMethod::~VCMNackMethod() { in ~VCMNackMethod()
231 bool VCMNackMethod::EffectivePacketLoss( in EffectivePacketLoss()
238 bool VCMNackMethod::UpdateParameters( in UpdateParameters()
524 _selectedMethod.reset(new VCMNackMethod()); in SetMethod()
H A Dmedia_opt_util.h145 class VCMNackMethod : public VCMProtectionMethod {
147 VCMNackMethod();
148 ~VCMNackMethod() override;