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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 56 std::vector<int> recent_propagation_time_delta_ms; member in struct:webrtc::ReceiveBandwidthEstimatorStats
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 595 EXPECT_EQ(1U, stats.recent_propagation_time_delta_ms.size());
596 EXPECT_EQ(kFrameIntervalMs, stats.recent_propagation_time_delta_ms[0]);
623 EXPECT_LE(stats.recent_propagation_time_delta_ms.size(), 1000U);
629 EXPECT_EQ(0U, stats.recent_propagation_time_delta_ms.size());
remote_bitrate_estimator_abs_send_time.cc 414 output->recent_propagation_time_delta_ms = recent_propagation_delta_ms_;
420 &output->recent_propagation_time_delta_ms,

Completed in 86 milliseconds