• Home
  • Raw
  • Download

Lines Matching refs:VCMLossProtectionLogic

493 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs)  in VCMLossProtectionLogic()  function in webrtc::media_optimization::VCMLossProtectionLogic
514 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()
638 void VCMLossProtectionLogic::UpdatePacketsPerFrameKey(float nPackets, in UpdatePacketsPerFrameKey()
646 void VCMLossProtectionLogic::UpdateKeyFrameSize(float keyFrameSize) { in UpdateKeyFrameSize()
650 void VCMLossProtectionLogic::UpdateFrameSize(size_t width, size_t height) { in UpdateFrameSize()
655 void VCMLossProtectionLogic::UpdateNumLayers(int numLayers) { in UpdateNumLayers()
659 bool VCMLossProtectionLogic::UpdateMethod() { in UpdateMethod()
677 VCMProtectionMethod* VCMLossProtectionLogic::SelectedMethod() const { in SelectedMethod()
681 VCMProtectionMethodEnum VCMLossProtectionLogic::SelectedType() const { in SelectedType()
685 void VCMLossProtectionLogic::Reset(int64_t nowMs) { in Reset()
700 void VCMLossProtectionLogic::Release() { in Release()