Searched refs:_protectionFactorD (Results 1 – 2 of 2) sorted by relevance
48 _protectionFactorD(0), in VCMProtectionMethod()69 return _protectionFactorD; in RequiredProtectionFactorD()117 _protectionFactorD = 0; in ProtectionFactor()118 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()129 _protectionFactorD = rtc::saturated_cast<uint8_t>( in ProtectionFactor()130 adjustRtt * rtc::saturated_cast<float>(_protectionFactorD)); in ProtectionFactor()132 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()210 _protectionFactorD = 0; in UpdateParameters()219 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()278 _protectionFactorD = protectionFactorD; in UpdateProtectionFactorD()[all …]
134 uint8_t _protectionFactorD; variable