Searched refs:rtp_history_ms (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/ |
D | config.h | 27 NackConfig() : rtp_history_ms(0) {} in NackConfig() 32 int rtp_history_ms; member
|
/external/webrtc/webrtc/video/ |
D | end_to_end_tests.cc | 76 void ReceivesPliAndRecovers(int rtp_history_ms); 306 send_config->rtp.nack.rtp_history_ms = in TEST_F() 307 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 439 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 440 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 664 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 667 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 758 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in DecodesRetransmittedFrame() 760 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in DecodesRetransmittedFrame() 922 void EndToEndTest::ReceivesPliAndRecovers(int rtp_history_ms) { in ReceivesPliAndRecovers() argument [all …]
|
D | video_receive_stream.cc | 84 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}'; in ToString() 174 vie_channel_->SetProtectionMode(config_.rtp.nack.rtp_history_ms > 0, false, in VideoReceiveStream()
|
D | video_send_stream.cc | 83 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}'; in ToString() 196 const bool enable_protection_nack = config_.rtp.nack.rtp_history_ms > 0; in VideoSendStream()
|
D | replay.cc | 225 receive_config.rtp.nack.rtp_history_ms = 1000; in RtpReplay()
|
D | video_quality_test.cc | 800 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in SetupCommon() 823 video_receive_configs_[i].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in SetupCommon()
|
D | video_send_stream_tests.cc | 498 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TestNackRetransmission() 844 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F()
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 141 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs() 160 recv_config.rtp.nack.rtp_history_ms = send_config->rtp.nack.rtp_history_ms; in ModifyVideoConfigs()
|
D | call_perf_tests.cc | 299 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TestAudioVideoSync() 306 video_receive_configs_[0].rtp.nack.rtp_history_ms = 1000; in TestAudioVideoSync()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2_unittest.cc | 1484 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() 1489 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() 1492 EXPECT_EQ(send_stream->GetConfig().rtp.nack.rtp_history_ms, in TEST_F() 1493 recv_stream->GetConfig().rtp.nack.rtp_history_ms); in TEST_F() 1500 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() 1501 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() 1509 EXPECT_EQ(0, recv_stream->GetConfig().rtp.nack.rtp_history_ms); in TEST_F() 1511 EXPECT_EQ(0, send_stream->GetConfig().rtp.nack.rtp_history_ms); in TEST_F() 1518 EXPECT_GT(recv_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() 1520 EXPECT_GT(send_stream->GetConfig().rtp.nack.rtp_history_ms, 0); in TEST_F() [all …]
|
D | webrtcvideoengine2.cc | 1917 parameters_.config.rtp.nack.rtp_history_ms = in SetCodecAndOptions() 2346 config_.rtp.nack.rtp_history_ms = in SetRecvCodecs() 2379 if (config_.rtp.nack.rtp_history_ms == nack_history_ms && in SetFeedbackParameters() 2390 config_.rtp.nack.rtp_history_ms = nack_history_ms; in SetFeedbackParameters()
|