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

  /external/webrtc/webrtc/
config.h 27 NackConfig() : rtp_history_ms(0) {}
32 int rtp_history_ms; member in struct:webrtc::NackConfig
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 76 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;
    [all...]
video_receive_stream.cc 84 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}';
174 vie_channel_->SetProtectionMode(config_.rtp.nack.rtp_history_ms > 0, false,
video_send_stream.cc 83 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}';
196 const bool enable_protection_nack = config_.rtp.nack.rtp_history_ms > 0;
replay.cc 225 receive_config.rtp.nack.rtp_history_ms = 1000;
video_quality_test.cc 800 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
823 video_receive_configs_[i].rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
    [all...]
video_send_stream_tests.cc 498 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
844 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
    [all...]
  /external/webrtc/webrtc/call/
rampup_tests.cc 141 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;
call_perf_tests.cc 299 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/
webrtcvideoengine2_unittest.cc     [all...]
webrtcvideoengine2.cc     [all...]

Completed in 9713 milliseconds