Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc498 if (_selectedMethod && _selectedMethod->Type() == newMethodType) in SetMethod()
503 _selectedMethod.reset(new VCMNackMethod()); in SetMethod()
506 _selectedMethod.reset(new VCMFecMethod()); in SetMethod()
509 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1)); in SetMethod()
512 _selectedMethod.reset(); in SetMethod()
637 if (!_selectedMethod) in UpdateMethod()
651 return _selectedMethod->UpdateParameters(&_currentParameters); in UpdateMethod()
655 return _selectedMethod.get(); in SelectedMethod()
659 return _selectedMethod ? _selectedMethod->Type() : kNone; in SelectedType()
678 _selectedMethod.reset(); in Release()
Dmedia_opt_util.h336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod; variable