Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h45 struct ReceiveBandwidthEstimatorStats { struct
46 ReceiveBandwidthEstimatorStats() : total_propagation_time_delta_ms(0) {} in ReceiveBandwidthEstimatorStats() function
89 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const = 0;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.h37 struct ReceiveBandwidthEstimatorStats;
85 ReceiveBandwidthEstimatorStats* output) const;
Dvie_rtp_rtcp_impl.h126 const int video_channel, ReceiveBandwidthEstimatorStats* output) const;
Dvie_channel_group.cc89 virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const OVERRIDE { in GetStats()
Dvie_receiver.cc390 ReceiveBandwidthEstimatorStats* output) const { in GetReceiveBandwidthEstimatorStats()
Dvie_channel.h220 ReceiveBandwidthEstimatorStats* output) const;
Dvie_rtp_rtcp_impl.cc818 ReceiveBandwidthEstimatorStats* output) const { in GetReceiveBandwidthEstimatorStats()
Dvie_channel.cc1249 ReceiveBandwidthEstimatorStats* output) const { in GetReceiveBandwidthEstimatorStats()
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc59 ReceiveBandwidthEstimatorStats* output) const OVERRIDE;
236 ReceiveBandwidthEstimatorStats* output) const { in GetStats()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h31 struct ReceiveBandwidthEstimatorStats;
442 ReceiveBandwidthEstimatorStats* output) const { return -1; } in GetReceiveBandwidthEstimatorStats()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc2682 webrtc::ReceiveBandwidthEstimatorStats additional_stats; in GetStats()