Home
last modified time | relevance | path

Searched refs:IncomingPacketFeedbackVector (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator_unittest.cc57 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
63 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
87 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
101 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
112 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
136 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
160 throughput_estimator.IncomingPacketFeedbackVector(packet_feedback); in TEST()
Dacknowledged_bitrate_estimator_unittest.cc99 states.acknowledged_bitrate_estimator->IncomingPacketFeedbackVector( in TEST()
123 states.acknowledged_bitrate_estimator->IncomingPacketFeedbackVector( in TEST()
Drobust_throughput_estimator.h32 void IncomingPacketFeedbackVector(
Dacknowledged_bitrate_estimator.h37 void IncomingPacketFeedbackVector(
Dacknowledged_bitrate_estimator_interface.h70 virtual void IncomingPacketFeedbackVector(
Ddelay_based_bwe_unittest_helper.cc208 acknowledged_bitrate_estimator_->IncomingPacketFeedbackVector( in IncomingFeedback()
211 bitrate_estimator_->IncomingPacketFeedbackVector( in IncomingFeedback()
249 acknowledged_bitrate_estimator_->IncomingPacketFeedbackVector(packets); in GenerateAndProcessFrame()
255 bitrate_estimator_->IncomingPacketFeedbackVector( in GenerateAndProcessFrame()
Dacknowledged_bitrate_estimator.cc37 void AcknowledgedBitrateEstimator::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::AcknowledgedBitrateEstimator
Ddelay_based_bwe.h83 Result IncomingPacketFeedbackVector(
Drobust_throughput_estimator.cc30 void RobustThroughputEstimator::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::RobustThroughputEstimator
Dsend_side_bandwidth_estimation.h114 void IncomingPacketFeedbackVector(const TransportPacketsFeedback& report);
Dgoog_cc_network_control.cc488 acknowledged_bitrate_estimator_->IncomingPacketFeedbackVector( in OnTransportPacketsFeedback()
493 bandwidth_estimation_->IncomingPacketFeedbackVector(report); in OnTransportPacketsFeedback()
540 result = delay_based_bwe_->IncomingPacketFeedbackVector( in OnTransportPacketsFeedback()
Ddelay_based_bwe.cc130 DelayBasedBwe::Result DelayBasedBwe::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::DelayBasedBwe
Dsend_side_bandwidth_estimation.cc335 void SendSideBandwidthEstimation::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector() function in webrtc::SendSideBandwidthEstimation
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc1313 acknowledged_bitrate_estimator->IncomingPacketFeedbackVector( in CreateSendSideBweSimulationGraph()
1315 robust_throughput_estimator->IncomingPacketFeedbackVector(feedback); in CreateSendSideBweSimulationGraph()