OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMFecMethod
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc
53
:
VCMFecMethod
(),
82
VCMFecMethod
::ProtectionFactor(parameters);
85
VCMFecMethod
::UpdateProtectionFactorD(_protectionFactorD);
99
VCMFecMethod
::UpdateProtectionFactorD(_protectionFactorD);
166
VCMFecMethod
::EffectivePacketLoss(parameters);
185
_protectionFactorK =
VCMFecMethod
::ConvertFECRate(_protectionFactorK);
186
_protectionFactorD =
VCMFecMethod
::ConvertFECRate(_protectionFactorD);
215
VCMFecMethod
::
VCMFecMethod
() : VCMProtectionMethod() {
218
VCMFecMethod
::~VCMFecMethod()
[
all
...]
media_opt_util.h
167
class
VCMFecMethod
: public VCMProtectionMethod {
169
VCMFecMethod
();
170
virtual ~
VCMFecMethod
();
202
class VCMNackFecMethod : public
VCMFecMethod
{
Completed in 140 milliseconds