Searched refs:recent_propagation_time_delta_ms (Results 1 – 3 of 3) sorted by relevance
56 std::vector<int> recent_propagation_time_delta_ms; member
595 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()
414 output->recent_propagation_time_delta_ms = recent_propagation_delta_ms_; in GetStats()420 &output->recent_propagation_time_delta_ms, in GetStats()