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

/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc498 if (_selectedMethod && _selectedMethod->Type() == newMethodType)
503 _selectedMethod.reset(new VCMNackMethod());
506 _selectedMethod.reset(new VCMFecMethod());
509 _selectedMethod.reset(new VCMNackFecMethod(kLowRttNackMs, -1));
512 _selectedMethod.reset();
637 if (!_selectedMethod)
651 return _selectedMethod->UpdateParameters(&_currentParameters);
655 return _selectedMethod.get();
659 return _selectedMethod
[all...]
H A Dmedia_opt_util.h336 rtc::scoped_ptr<VCMProtectionMethod> _selectedMethod; member in class:webrtc::media_optimization::VCMLossProtectionLogic

Completed in 103 milliseconds