Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc471 VCMLossProtectionLogic::VCMLossProtectionLogic(int64_t nowMs) in VCMLossProtectionLogic() function in webrtc::media_optimization::VCMLossProtectionLogic
492 VCMLossProtectionLogic::~VCMLossProtectionLogic() { in ~VCMLossProtectionLogic()
496 void VCMLossProtectionLogic::SetMethod( in SetMethod()
518 void VCMLossProtectionLogic::UpdateRtt(int64_t rtt) { in UpdateRtt()
522 void VCMLossProtectionLogic::UpdateMaxLossHistory(uint8_t lossPr255, in UpdateMaxLossHistory()
551 uint8_t VCMLossProtectionLogic::MaxFilteredLossPr(int64_t nowMs) const { in MaxFilteredLossPr()
573 uint8_t VCMLossProtectionLogic::FilteredLoss(int64_t nowMs, in FilteredLoss()
601 void VCMLossProtectionLogic::UpdateFilteredLossPr(uint8_t packetLossEnc) { in UpdateFilteredLossPr()
605 void VCMLossProtectionLogic::UpdateBitRate(float bitRate) { in UpdateBitRate()
609 void VCMLossProtectionLogic::UpdatePacketsPerFrame(float nPackets, in UpdatePacketsPerFrame()
[all …]
Dmedia_opt_util.h225 class VCMLossProtectionLogic {
227 explicit VCMLossProtectionLogic(int64_t nowMs);
228 ~VCMLossProtectionLogic();
Dmedia_optimization.h146 rtc::scoped_ptr<VCMLossProtectionLogic> loss_prot_logic_
Dmedia_optimization.cc85 new VCMLossProtectionLogic(clock_->TimeInMilliseconds())), in MediaOptimization()