Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc492 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic() function in webrtc::media_optimization::VCMLossProtectionLogic
513 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 …]
H A Dmedia_opt_util.h214 class VCMLossProtectionLogic {
216 explicit VCMLossProtectionLogic(int64_t nowMs);
217 ~VCMLossProtectionLogic();
H A Dfec_controller_default.cc31 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()
38 loss_prot_logic_(new media_optimization::VCMLossProtectionLogic( in FecControllerDefault()
H A Dfec_controller_default.h60 std::unique_ptr<media_optimization::VCMLossProtectionLogic> loss_prot_logic_