Searched refs:OnReceivedUplinkPacketLossFraction (Results 1 – 13 of 13) sorted by relevance
55 void OnReceivedUplinkPacketLossFraction(219 void AudioEncoderCng::OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction() function in webrtc::__anonc964e42d0111::AudioEncoderCng221 speech_encoder_->OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction()
235 EXPECT_CALL(*mock_encoder_, OnReceivedUplinkPacketLossFraction(0.5)); in TEST_F()236 cng_->OnReceivedUplinkPacketLossFraction(0.5); in TEST_F()
185 void AudioEncoderCopyRed::OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction() function in webrtc::AudioEncoderCopyRed187 speech_encoder_->OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction()
60 void OnReceivedUplinkPacketLossFraction(
109 EXPECT_CALL(*mock_encoder_, OnReceivedUplinkPacketLossFraction(0.5)); in TEST_F()110 red_->OnReceivedUplinkPacketLossFraction(0.5); in TEST_F()
48 OnReceivedUplinkPacketLossFraction,
81 void AudioEncoder::OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction() function in webrtc::AudioEncoder
210 virtual void OnReceivedUplinkPacketLossFraction(
250 states->encoder->OnReceivedUplinkPacketLossFraction(kUplinkPacketLoss); in TEST_P()347 states->encoder->OnReceivedUplinkPacketLossFraction(kPacketLossFraction_1); in TEST_P()351 states->encoder->OnReceivedUplinkPacketLossFraction(kPacketLossFraction_2); in TEST_P()361 states->encoder->OnReceivedUplinkPacketLossFraction(0.5); in TEST_P()
85 void OnReceivedUplinkPacketLossFraction(
472 void AudioEncoderOpusImpl::OnReceivedUplinkPacketLossFraction( in OnReceivedUplinkPacketLossFraction() function in webrtc::AudioEncoderOpusImpl
524 encoder_stack_->OnReceivedUplinkPacketLossFraction(loss_rate / 100.0); in SetPacketLossRate()
626 encoder->OnReceivedUplinkPacketLossFraction(packet_loss_rate); in OnUplinkPacketLossRate()