Searched refs:VCMLossProtectionLogic (Results 1 – 4 of 4) sorted by relevance
493 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic() function in webrtc::media_optimization::VCMLossProtectionLogic514 VCMLossProtectionLogic::~VCMLossProtectionLogic() { in ~VCMLossProtectionLogic()518 void VCMLossProtectionLogic::SetMethod( in SetMethod()540 void VCMLossProtectionLogic::UpdateRtt(int64_t rtt) { in UpdateRtt()544 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory()573 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const { in MaxFilteredLossPr()595 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, in FilteredLoss()623 void VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc) { in UpdateFilteredLossPr()627 void VCMLossProtectionLogic::UpdateBitRate(float bitRate) { in UpdateBitRate()631 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()
58 std::unique_ptr<media_optimization::VCMLossProtectionLogic> loss_prot_logic_