Home
last modified time | relevance | path

Searched refs:total_propagation_time_delta_ms (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h42 ReceiveBandwidthEstimatorStats() : total_propagation_time_delta_ms(0) {} in ReceiveBandwidthEstimatorStats()
52 int total_propagation_time_delta_ms; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc598 EXPECT_EQ(kFrameIntervalMs, stats.total_propagation_time_delta_ms); in TestGetStatsHelper()
611 EXPECT_EQ(0, stats.total_propagation_time_delta_ms); in TestGetStatsHelper()
Dremote_bitrate_estimator_abs_send_time.cc416 output->total_propagation_time_delta_ms = total_propagation_delta_ms_; in GetStats()