Home
last modified time | relevance | path

Searched refs:OnIncomingFractionLoss (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel.h470 void OnIncomingFractionLoss(int fraction_lost);
Dchannel.cc238 owner_->OnIncomingFractionLoss(weighted_fraction_lost); in OnReceivedRtcpReceiverReport()
1431 void Channel::OnIncomingFractionLoss(int fraction_lost) { in OnIncomingFractionLoss() function in webrtc::voe::Channel