Searched refs:VCMProtectionMethod (Results 1 – 3 of 3) sorted by relevance
90 class VCMProtectionMethod {92 VCMProtectionMethod();93 virtual ~VCMProtectionMethod();158 class VCMNackMethod : public VCMProtectionMethod {167 class VCMFecMethod : public VCMProtectionMethod {313 VCMProtectionMethod* SelectedMethod() const;336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod;
31 VCMProtectionMethod::VCMProtectionMethod() in VCMProtectionMethod() function in webrtc::media_optimization::VCMProtectionMethod43 VCMProtectionMethod::~VCMProtectionMethod() { in ~VCMProtectionMethod()46 void VCMProtectionMethod::UpdateContentMetrics( in UpdateContentMetrics()191 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() { in VCMNackMethod()215 VCMFecMethod::VCMFecMethod() : VCMProtectionMethod() { in VCMFecMethod()654 VCMProtectionMethod* VCMLossProtectionLogic::SelectedMethod() const { in SelectedMethod()
23 VCMProtectionMethod* selected_method, in UpdateProtectionCallback()196 VCMProtectionMethod* selected_method = loss_prot_logic_->SelectedMethod(); in SetTargetRates()