Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.cc31 _protectionFactorD(0), in VCMProtectionMethod()
92 _protectionFactorD = 0; in ProtectionFactor()
93 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
106 _protectionFactorD = static_cast<uint8_t> in ProtectionFactor()
108 static_cast<float>(_protectionFactorD)); in ProtectionFactor()
110 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()
187 _protectionFactorD = 0; in UpdateParameters()
193 float fecRate = static_cast<float> (_protectionFactorD) / 255.0f; in UpdateParameters()
210 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()
284 _protectionFactorD = protectionFactorD; in UpdateProtectionFactorD()
[all …]
Dmedia_opt_util.h135 virtual uint8_t RequiredProtectionFactorD() { return _protectionFactorD; } in RequiredProtectionFactorD()
156 uint8_t _protectionFactorD; variable