Home
last modified time | relevance | path

Searched refs:ReceiveSideCongestionController (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller.cc25 ReceiveSideCongestionController::WrappingBitrateEstimator::
34 ReceiveSideCongestionController::WrappingBitrateEstimator::
37 void ReceiveSideCongestionController::WrappingBitrateEstimator::IncomingPacket( in IncomingPacket()
46 void ReceiveSideCongestionController::WrappingBitrateEstimator::Process() { in Process()
51 int64_t ReceiveSideCongestionController::WrappingBitrateEstimator::
57 void ReceiveSideCongestionController::WrappingBitrateEstimator::OnRttUpdate( in OnRttUpdate()
64 void ReceiveSideCongestionController::WrappingBitrateEstimator::RemoveStream( in RemoveStream()
70 bool ReceiveSideCongestionController::WrappingBitrateEstimator::LatestEstimate( in LatestEstimate()
77 void ReceiveSideCongestionController::WrappingBitrateEstimator::SetMinBitrate( in SetMinBitrate()
84 void ReceiveSideCongestionController::WrappingBitrateEstimator::
[all …]
Dreceive_side_congestion_controller_unittest.cc56 ReceiveSideCongestionController controller(&clock_, &packet_router); in TEST()
/external/webrtc/modules/congestion_controller/include/
Dreceive_side_congestion_controller.h33 class ReceiveSideCongestionController : public CallStatsObserver,
36 ReceiveSideCongestionController(Clock* clock, PacketRouter* packet_router);
37 ReceiveSideCongestionController(
42 ~ReceiveSideCongestionController() override {} in ~ReceiveSideCongestionController()
/external/webrtc/test/fuzzers/
Dcongestion_controller_feedback_fuzzer.cc24 ReceiveSideCongestionController cc(&clock, &packet_router); in FuzzOneInput()
/external/webrtc/call/
Dcall.cc415 ReceiveSideCongestionController receive_side_cc_;
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc1403 ReceiveSideCongestionController rscc(&clock, &packet_router); in CreateReceiveSideBweSimulationGraph()