Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.h49 struct VCMProtectionParameters struct
51 VCMProtectionParameters() : rtt(0), lossPr(0.0f), bitRate(0.0f), in VCMProtectionParameters() argument
109 virtual bool UpdateParameters(const VCMProtectionParameters* parameters) = 0;
175 virtual bool UpdateParameters(const VCMProtectionParameters* parameters);
177 bool EffectivePacketLoss(const VCMProtectionParameters* parameter);
185 virtual bool UpdateParameters(const VCMProtectionParameters* parameters);
187 bool EffectivePacketLoss(const VCMProtectionParameters* parameters);
189 bool ProtectionFactor(const VCMProtectionParameters* parameters);
196 float AvgRecoveryFEC(const VCMProtectionParameters* parameters) const;
202 int BitsPerFrame(const VCMProtectionParameters* parameters);
[all …]
Dmedia_opt_util.cc74 VCMNackFecMethod::ProtectionFactor(const VCMProtectionParameters* parameters) in ProtectionFactor()
117 const VCMProtectionParameters* parameters) { in ComputeMaxFramesFec()
146 const VCMProtectionParameters* parameters) { in BitRateTooLowForFec()
171 VCMNackFecMethod::EffectivePacketLoss(const VCMProtectionParameters* parameters) in EffectivePacketLoss()
180 VCMNackFecMethod::UpdateParameters(const VCMProtectionParameters* parameters) in UpdateParameters()
227 VCMNackMethod::EffectivePacketLoss(const VCMProtectionParameters* parameter) in EffectivePacketLoss()
235 VCMNackMethod::UpdateParameters(const VCMProtectionParameters* parameters) in UpdateParameters()
298 VCMFecMethod::AvgRecoveryFEC(const VCMProtectionParameters* parameters) const in AvgRecoveryFEC()
373 VCMFecMethod::ProtectionFactor(const VCMProtectionParameters* parameters) in ProtectionFactor()
566 int VCMFecMethod::BitsPerFrame(const VCMProtectionParameters* parameters) { in BitsPerFrame()
[all …]