Home
last modified time | relevance | path

Searched refs:VCMLossProtectionLogic (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/
Dmedia_opt_util.cc493 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()
[all …]
Dmedia_opt_util.h214 class VCMLossProtectionLogic {
216 explicit VCMLossProtectionLogic(int64_t nowMs);
217 ~VCMLossProtectionLogic();
Dfec_controller_default.cc31 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()
38 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()
Dfec_controller_default.h58 std::unique_ptr<media_optimization::VCMLossProtectionLogic> loss_prot_logic_