Searched refs:_protectionFactorD (Results 1 – 2 of 2) sorted by relevance
31 _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 …]
135 virtual uint8_t RequiredProtectionFactorD() { return _protectionFactorD; } in RequiredProtectionFactorD()156 uint8_t _protectionFactorD; variable