Home
last modified time | relevance | path

Searched refs:ReceiveBandwidthEstimatorStats (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h41 struct ReceiveBandwidthEstimatorStats { struct
42 ReceiveBandwidthEstimatorStats() : total_propagation_time_delta_ms(0) {} in ReceiveBandwidthEstimatorStats() function
92 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
Dmock_remote_bitrate_estimator.h29 MOCK_CONST_METHOD1(GetStats, bool(ReceiveBandwidthEstimatorStats*));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.h40 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
Dremote_estimator_proxy.h47 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
Dremote_estimator_proxy.cc66 ReceiveBandwidthEstimatorStats* output) const { in GetStats()
Dremote_bitrate_estimator_abs_send_time.h89 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
Dremote_bitrate_estimator_single_stream.cc219 ReceiveBandwidthEstimatorStats* output) const { in GetStats()
Dremote_bitrate_estimator_abs_send_time.cc411 ReceiveBandwidthEstimatorStats* output) const { in GetStats()
Dremote_bitrate_estimator_unittest_helper.cc593 ReceiveBandwidthEstimatorStats stats; in TestGetStatsHelper()
/external/webrtc/webrtc/video/
Dvie_receiver.h35 struct ReceiveBandwidthEstimatorStats;
/external/webrtc/webrtc/call/
Dcongestion_controller.cc87 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override { in GetStats()