HomeSort by relevance Sort by last modified time
    Searched refs:rtp_history_ms (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/
config.h 48 NackConfig() : rtp_history_ms(0) {}
53 int rtp_history_ms; member in struct:webrtc::NackConfig
  /external/chromium_org/third_party/webrtc/video/
call_tests.cc 137 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 = rtp_history_ms
    [all...]
video_send_stream.cc 79 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);
rampup_tests.cc 465 send_config.rtp.nack.rtp_history_ms = 1000;
535 send_config.rtp.nack.rtp_history_ms = 1000;
video_receive_stream.cc 53 rtp_rtcp_->SetNACKStatus(channel_, config_.rtp.nack.rtp_history_ms > 0);
video_send_stream_tests.cc 573 send_config_.rtp.nack.rtp_history_ms = 1000;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 876 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);
    [all...]
webrtcvideoengine2.cc     [all...]

Completed in 9136 milliseconds