Searched refs:rtp_history_ms (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/
H A Dconfig.h27 NackConfig() : rtp_history_ms(0) {}
32 int rtp_history_ms; member in struct:webrtc::NackConfig
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc76 void ReceivesPliAndRecovers(int rtp_history_ms);
306 send_config->rtp.nack.rtp_history_ms =
307 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
439 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
440 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
537 // int rtp_history_ms = 1000;
538 // (*receive_configs)[0].rtp.nack.rtp_history_ms = rtp_history_ms;
539 // send_config->rtp.nack.rtp_history_ms = rtp_history_ms;
922 ReceivesPliAndRecovers(int rtp_history_ms) argument
927 PliObserver(int rtp_history_ms) argument
[all...]
H A Dvideo_receive_stream.cc84 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}';
174 vie_channel_->SetProtectionMode(config_.rtp.nack.rtp_history_ms > 0, false,
H A Dvideo_send_stream.cc83 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}';
196 const bool enable_protection_nack = config_.rtp.nack.rtp_history_ms > 0;
H A Dreplay.cc225 receive_config.rtp.nack.rtp_history_ms = 1000;
H A Dvideo_quality_test.cc800 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
823 video_receive_configs_[i].rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
H A Dvideo_send_stream_tests.cc498 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
844 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
/external/webrtc/webrtc/call/
H A Drampup_tests.cc141 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs;
160 recv_config.rtp.nack.rtp_history_ms = send_config->rtp.nack.rtp_history_ms;
H A Dcall_perf_tests.cc299 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
306 video_receive_configs_[0].rtp.nack.rtp_history_ms = 1000;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc1484 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
1489 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
1492 EXPECT_EQ(send_stream->GetConfig().rtp.nack.rtp_history_ms,
1493 recv_stream->GetConfig().rtp.nack.rtp_history_ms);
1500 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
1501 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
1509 EXPECT_EQ(0, recv_stream->GetConfig().rtp.nack.rtp_history_ms);
1511 EXPECT_EQ(0, send_stream->GetConfig().rtp.nack.rtp_history_ms);
1518 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
1520 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms,
[all...]
H A Dwebrtcvideoengine2.cc1917 parameters_.config.rtp.nack.rtp_history_ms =
2346 config_.rtp.nack.rtp_history_ms =
2379 if (config_.rtp.nack.rtp_history_ms == nack_history_ms &&
2390 config_.rtp.nack.rtp_history_ms = nack_history_ms;

Completed in 359 milliseconds