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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 42 ReceiveBandwidthEstimatorStats() : total_propagation_time_delta_ms(0) {}
49 // |total_propagation_time_delta_ms| is the sum of the propagation_time_deltas
52 int total_propagation_time_delta_ms; member in struct:webrtc::ReceiveBandwidthEstimatorStats
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 598 EXPECT_EQ(kFrameIntervalMs, stats.total_propagation_time_delta_ms);
611 EXPECT_EQ(0, stats.total_propagation_time_delta_ms);
remote_bitrate_estimator_abs_send_time.cc 416 output->total_propagation_time_delta_ms = total_propagation_delta_ms_;

Completed in 111 milliseconds