Home
last modified time | relevance | path

Searched refs:kRttMs (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/audio/test/
Daudio_stats_test.cc31 const int64_t kRttMs = 100; member in webrtc::test::__anonc2809d0f0111::NoLossTest
37 pipe_config.queue_delay_ms = kRttMs / 2; in GetNetworkPipeConfig()
55 EXPECT_PRED2(IsNear, kRttMs, send_stats.rtt_ms); in OnStreamsStopped()
Dnon_sender_rtt_test.cc24 const int64_t kRttMs = 30; in TEST_F() member in webrtc::test::TEST_F::NonSenderRttTest
28 pipe_config.queue_delay_ms = kRttMs / 2; in TEST_F()
Dnack_test.cc24 const int64_t kRttMs = 30; in TEST_F() member in webrtc::test::TEST_F::NackTest
30 pipe_config.queue_delay_ms = kRttMs / 2; in TEST_F()
/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation_unittest.cc104 static const int64_t kRttMs = 50; in TEST() local
114 bwe.UpdateRtt(TimeDelta::Millis(kRttMs), Timestamp::Millis(now_ms)); in TEST()
125 EXPECT_EQ(kRttMs, bwe.round_trip_time().ms()); in TEST()
139 EXPECT_EQ(kRttMs, bwe.round_trip_time().ms()); in TEST()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_unittest.cc419 const int64_t kRttMs = (kFrameIntervalMs * 3) / 2; in TEST_F() local
435 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs); in TEST_F()
445 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
448 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
453 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
461 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
466 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
472 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs)); in TEST_F()
477 const int64_t kRttMs = (kFrameIntervalMs * 3) / 2; in TEST_F() local
494 rtp_sender_video_->AllowRetransmission(header, kSettings, kRttMs); in TEST_F()
[all …]
/external/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc448 constexpr int64_t kRttMs = 200; in TEST_F() local
449 buffer_->UpdateRtt(kRttMs); in TEST_F()
462 EXPECT_LT(timing_.GetCurrentJitter().ms(), kRttMs); in TEST_F()
/external/webrtc/video/
Dreceive_statistics_proxy2_unittest.cc623 const int64_t kRttMs = 8; in TEST_F() local
624 statistics_proxy_->OnRttUpdate(kRttMs); in TEST_F()