HomeSort by relevance Sort by last modified time
    Searched refs:ReceiveBandwidthEstimatorStats (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 41 struct ReceiveBandwidthEstimatorStats {
42 ReceiveBandwidthEstimatorStats() : total_propagation_time_delta_ms(0) {}
92 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/mock/
mock_remote_bitrate_estimator.h 29 MOCK_CONST_METHOD1(GetStats, bool(ReceiveBandwidthEstimatorStats*));
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.h 40 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
remote_estimator_proxy.h 47 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
remote_estimator_proxy.cc 66 ReceiveBandwidthEstimatorStats* output) const {
remote_bitrate_estimator_abs_send_time.h 89 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override;
remote_bitrate_estimator_single_stream.cc 219 ReceiveBandwidthEstimatorStats* output) const {
remote_bitrate_estimator_abs_send_time.cc 411 ReceiveBandwidthEstimatorStats* output) const {
remote_bitrate_estimator_unittest_helper.cc 593 ReceiveBandwidthEstimatorStats stats;
  /external/webrtc/webrtc/video/
vie_receiver.h 35 struct ReceiveBandwidthEstimatorStats;
  /external/webrtc/webrtc/call/
congestion_controller.cc 87 bool GetStats(ReceiveBandwidthEstimatorStats* output) const override {

Completed in 336 milliseconds