Searched refs:VCMLossProtectionLogic (Results 1 – 4 of 4) sorted by relevance
471 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic() function in webrtc::media_optimization::VCMLossProtectionLogic492 VCMLossProtectionLogic::~VCMLossProtectionLogic() { in ~VCMLossProtectionLogic()496 void VCMLossProtectionLogic::SetMethod( in SetMethod()518 void VCMLossProtectionLogic::UpdateRtt(int64_t rtt) { in UpdateRtt()522 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory()551 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const { in MaxFilteredLossPr()573 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, in FilteredLoss()601 void VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc) { in UpdateFilteredLossPr()605 void VCMLossProtectionLogic::UpdateBitRate(float bitRate) { in UpdateBitRate()609 void VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, in UpdatePacketsPerFrame()[all …]
225 class VCMLossProtectionLogic {227 explicit VCMLossProtectionLogic(int64_t nowMs);228 ~VCMLossProtectionLogic();
146 rtc::scoped_ptr<VCMLossProtectionLogic> loss_prot_logic_
85 new VCMLossProtectionLogic(clock_->TimeInMilliseconds())), in MediaOptimization()