Home
last modified time | relevance | path

Searched refs:GetRemoteBitrateEstimator (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h36 MOCK_CONST_METHOD1(GetRemoteBitrateEstimator,
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc124 congestion_controller->GetRemoteBitrateEstimator(true); in AudioReceiveStream()
127 congestion_controller->GetRemoteBitrateEstimator(false); in AudioReceiveStream()
Daudio_receive_stream_unittest.cc124 GetRemoteBitrateEstimator(send_side_bwe)) in SetupMockForBweFeedback()
/external/webrtc/webrtc/call/
Dcongestion_controller.h57 virtual RemoteBitrateEstimator* GetRemoteBitrateEstimator(
Dcongestion_controller.cc228 RemoteBitrateEstimator* CongestionController::GetRemoteBitrateEstimator( in GetRemoteBitrateEstimator() function in webrtc::CongestionController
Dcall.cc505 congestion_controller_->GetRemoteBitrateEstimator(false)->LatestEstimate( in GetStats()
/external/webrtc/webrtc/video/
Dvideo_receive_stream.cc160 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe); in VideoReceiveStream()
301 congestion_controller_->GetRemoteBitrateEstimator(send_side_bwe)-> in ~VideoReceiveStream()
Dvideo_send_stream.cc159 congestion_controller_->GetRemoteBitrateEstimator(false), in VideoSendStream()
271 congestion_controller_->GetRemoteBitrateEstimator(false)->RemoveStream( in ~VideoSendStream()