Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc33 _protectionFactorK(0), in VCMProtectionMethod()
176 _protectionFactorK = 0; in UpdateParameters()
185 _protectionFactorK = VCMFecMethod::ConvertFECRate(_protectionFactorK); in UpdateParameters()
249 _protectionFactorK = protectionFactorK; in UpdateProtectionFactorK()
258 _protectionFactorK = 0; in ProtectionFactor()
385 _protectionFactorK = codeRateKey; in ProtectionFactor()
466 _protectionFactorK = ConvertFECRate(_protectionFactorK); in UpdateParameters()
Dmedia_opt_util.h119 virtual uint8_t RequiredProtectionFactorK() { return _protectionFactorK; } in RequiredProtectionFactorK()
145 uint8_t _protectionFactorK; variable