Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/include/
Dremote_bitrate_estimator.h56 std::vector<int> recent_propagation_time_delta_ms; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc595 EXPECT_EQ(1U, stats.recent_propagation_time_delta_ms.size()); in TestGetStatsHelper()
596 EXPECT_EQ(kFrameIntervalMs, stats.recent_propagation_time_delta_ms[0]); in TestGetStatsHelper()
623 EXPECT_LE(stats.recent_propagation_time_delta_ms.size(), 1000U); in TestGetStatsHelper()
629 EXPECT_EQ(0U, stats.recent_propagation_time_delta_ms.size()); in TestGetStatsHelper()
Dremote_bitrate_estimator_abs_send_time.cc414 output->recent_propagation_time_delta_ms = recent_propagation_delta_ms_; in GetStats()
420 &output->recent_propagation_time_delta_ms, in GetStats()