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

/external/chromium_org/third_party/webrtc/
H A Dconfig.h48 NackConfig() : rtp_history_ms(0) {}
53 int rtp_history_ms; member in struct:webrtc::NackConfig
/external/chromium_org/third_party/webrtc/video/
H A Dcall_tests.cc137 void ReceivesPliAndRecovers(int rtp_history_ms);
422 int rtp_history_ms = 1000; local
423 send_config_.rtp.nack.rtp_history_ms = rtp_history_ms;
424 receive_config_.rtp.nack.rtp_history_ms = rtp_history_ms;
521 // int rtp_history_ms = 1000;
522 // receive_config_.rtp.nack.rtp_history_ms = rtp_history_ms;
523 // send_config_.rtp.nack.rtp_history_ms
808 ReceivesPliAndRecovers(int rtp_history_ms) argument
[all...]
H A Dvideo_send_stream.cc79 if (nack.rtp_history_ms != 0)
80 ss << ", nack.rtp_history_ms: " << nack.rtp_history_ms;
159 if (config_.rtp.nack.rtp_history_ms > 0) {
173 rtp_rtcp_->SetNACKStatus(channel_, config_.rtp.nack.rtp_history_ms > 0);
H A Dvideo_receive_stream.cc53 rtp_rtcp_->SetNACKStatus(channel_, config_.rtp.nack.rtp_history_ms > 0);
H A Drampup_tests.cc465 send_config.rtp.nack.rtp_history_ms = 1000;
535 send_config.rtp.nack.rtp_history_ms = 1000;
H A Dvideo_send_stream_tests.cc573 send_config_.rtp.nack.rtp_history_ms = 1000;
946 send_config_.rtp.nack.rtp_history_ms = 1000;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2_unittest.cc876 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
881 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0);
884 EXPECT_EQ(send_stream->GetConfig().rtp.nack.rtp_history_ms,
885 recv_stream->GetConfig().rtp.nack.rtp_history_ms);
896 EXPECT_EQ(0, send_stream->GetConfig().rtp.nack.rtp_history_ms);
902 EXPECT_EQ(0, recv_stream->GetConfig().rtp.nack.rtp_history_ms);
1003 EXPECT_EQ(1000, config.rtp.nack.rtp_history_ms);
H A Dwebrtcvideoengine2.cc994 config.rtp.nack.rtp_history_ms = kNackHistoryMs;
1070 config.rtp.nack.rtp_history_ms = kNackHistoryMs;

Completed in 116 milliseconds