Searched refs:_protectionFactorD (Results 1 – 2 of 2) sorted by relevance
34 _protectionFactorD(0), in VCMProtectionMethod()84 _protectionFactorD = 0; in ProtectionFactor()85 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()96 _protectionFactorD = static_cast<uint8_t>( in ProtectionFactor()97 adjustRtt * static_cast<float>(_protectionFactorD)); in ProtectionFactor()99 VCMFecMethod::UpdateProtectionFactorD(_protectionFactorD); in ProtectionFactor()177 _protectionFactorD = 0; in UpdateParameters()186 _protectionFactorD = VCMFecMethod::ConvertFECRate(_protectionFactorD); in UpdateParameters()244 _protectionFactorD = protectionFactorD; in UpdateProtectionFactorD()259 _protectionFactorD = 0; in ProtectionFactor()[all …]
125 virtual uint8_t RequiredProtectionFactorD() { return _protectionFactorD; } in RequiredProtectionFactorD()146 uint8_t _protectionFactorD; variable