Home | History | Annotate | Download | only in source

Lines Matching defs:VCMLossProtectionLogic

642 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs):
666 VCMLossProtectionLogic::~VCMLossProtectionLogic()
672 VCMLossProtectionLogic::SetMethod(enum VCMProtectionMethodEnum newMethodType)
714 VCMLossProtectionLogic::RemoveMethod(enum VCMProtectionMethodEnum method)
729 VCMLossProtectionLogic::RequiredBitRate() const
740 VCMLossProtectionLogic::UpdateRtt(uint32_t rtt)
746 VCMLossProtectionLogic::UpdateResidualPacketLoss(float residualPacketLoss)
752 VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255,
792 VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const
820 uint8_t VCMLossProtectionLogic::FilteredLoss(
851 VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc)
857 VCMLossProtectionLogic::UpdateBitRate(float bitRate)
863 VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, int64_t nowMs)
871 VCMLossProtectionLogic::UpdatePacketsPerFrameKey(float nPackets, int64_t nowMs)
879 VCMLossProtectionLogic::UpdateKeyFrameSize(float keyFrameSize)
885 VCMLossProtectionLogic::UpdateFrameSize(uint16_t width,
892 void VCMLossProtectionLogic::UpdateNumLayers(int numLayers) {
897 VCMLossProtectionLogic::UpdateMethod()
920 VCMLossProtectionLogic::SelectedMethod() const
926 VCMLossProtectionLogic::SelectedType() const
932 VCMLossProtectionLogic::Reset(int64_t nowMs)
950 VCMLossProtectionLogic::Release()