Lines Matching refs:VCMProtectionParameters
50 struct VCMProtectionParameters { struct
51 VCMProtectionParameters();
93 virtual bool UpdateParameters(const VCMProtectionParameters* parameters) = 0;
149 bool UpdateParameters(const VCMProtectionParameters* parameters) override;
151 bool EffectivePacketLoss(const VCMProtectionParameters* parameter);
158 bool UpdateParameters(const VCMProtectionParameters* parameters) override;
160 bool EffectivePacketLoss(const VCMProtectionParameters* parameters);
162 bool ProtectionFactor(const VCMProtectionParameters* parameters);
169 float AvgRecoveryFEC(const VCMProtectionParameters* parameters) const;
175 int BitsPerFrame(const VCMProtectionParameters* parameters);
196 bool UpdateParameters(const VCMProtectionParameters* parameters) override;
198 bool EffectivePacketLoss(const VCMProtectionParameters* parameters);
200 bool ProtectionFactor(const VCMProtectionParameters* parameters);
204 bool BitRateTooLowForFec(const VCMProtectionParameters* parameters);
207 int ComputeMaxFramesFec(const VCMProtectionParameters* parameters);
326 VCMProtectionParameters _currentParameters;