OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_selectedMethod
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc
498
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
? _selectedMethod->Type() : kNone
[
all
...]
media_opt_util.h
336
rtc::scoped_ptr<VCMProtectionMethod>
_selectedMethod
;
Completed in 1062 milliseconds