Home
last modified time | relevance | path

Searched refs:VCMProtectionMethod (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h90 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;
Dmedia_opt_util.cc31 VCMProtectionMethod::VCMProtectionMethod() in VCMProtectionMethod() function in webrtc::media_optimization::VCMProtectionMethod
43 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()
Dmedia_optimization.cc23 VCMProtectionMethod* selected_method, in UpdateProtectionCallback()
196 VCMProtectionMethod* selected_method = loss_prot_logic_->SelectedMethod(); in SetTargetRates()