Searched refs:VCMLossProtectionLogic (Results 1 – 4 of 4) sorted by relevance
492 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic() function in webrtc::media_optimization::VCMLossProtectionLogic513 VCMLossProtectionLogic::~VCMLossProtectionLogic() { in ~VCMLossProtectionLogic()517 void VCMLossProtectionLogic::SetMethod( in SetMethod()539 void VCMLossProtectionLogic::UpdateRtt(int64_t rtt) { in UpdateRtt()543 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory()572 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const { in MaxFilteredLossPr()594 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, in FilteredLoss()622 void VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc) { in UpdateFilteredLossPr()626 void VCMLossProtectionLogic::UpdateBitRate(float bitRate) { in UpdateBitRate()630 void VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, in UpdatePacketsPerFrame()[all …]
214 class VCMLossProtectionLogic {216 explicit VCMLossProtectionLogic(int64_t nowMs);217 ~VCMLossProtectionLogic();
31 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()38 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()
60 std::unique_ptr<media_optimization::VCMLossProtectionLogic> loss_prot_logic_