/external/webrtc/video/end_to_end_tests/ |
D | retransmission_tests.cc | 45 void ReceivesPliAndRecovers(int rtp_history_ms); 110 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 111 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 185 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 278 void RetransmissionEndToEndTest::ReceivesPliAndRecovers(int rtp_history_ms) { in ReceivesPliAndRecovers() argument 284 explicit PliObserver(int rtp_history_ms) in ReceivesPliAndRecovers() argument 286 rtp_history_ms_(rtp_history_ms), in ReceivesPliAndRecovers() 287 nack_enabled_(rtp_history_ms > 0), in ReceivesPliAndRecovers() 336 send_config->rtp.nack.rtp_history_ms = rtp_history_ms_; in ReceivesPliAndRecovers() 337 (*receive_configs)[0].rtp.nack.rtp_history_ms = rtp_history_ms_; in ReceivesPliAndRecovers() [all …]
|
D | config_tests.cc | 30 EXPECT_EQ(0, config.rtp_history_ms) in VerifyEmptyNackConfig() 57 EXPECT_EQ(0, default_send_config.rtp.nack.rtp_history_ms) in TEST_F()
|
D | stats_tests.cc | 268 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 278 (*receive_configs)[i].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 542 GetVideoSendConfig()->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 543 video_receive_configs_[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 673 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 674 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F()
|
D | fec_tests.cc | 296 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs() 300 (*receive_configs)[0].rtp.nack.rtp_history_ms = in ModifyVideoConfigs() 472 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 481 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F()
|
D | rtp_rtcp_tests.cc | 96 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in RespectsRtcpMode() 97 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in RespectsRtcpMode() 521 GetVideoSendConfig()->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F() 527 video_receive_configs_[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST_F()
|
D | histogram_tests.cc | 95 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in VerifyHistogramStats() 96 (*receive_configs)[0].rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in VerifyHistogramStats()
|
D | transport_feedback_tests.cc | 195 send_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST() 205 receive_config->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TEST()
|
/external/webrtc/test/ |
D | call_config_utils_unittest.cc | 34 recv_config.rtp.nack.rtp_history_ms = 150; in TEST() 57 EXPECT_EQ(recv_config.rtp.nack.rtp_history_ms, in TEST() 58 unmarshaled_config.rtp.nack.rtp_history_ms); in TEST()
|
D | call_config_utils.cc | 48 receive_config.rtp.nack.rtp_history_ms = in ParseVideoReceiveStreamJsonConfig() 97 rtp_json["nack"]["rtp_history_ms"] = config.rtp.nack.rtp_history_ms; in GenerateVideoReceiveStreamJsonConfig()
|
D | call_test.cc | 348 int rtp_history_ms) { in CreateMatchingVideoReceiveConfigs() argument 352 receiver_reference_time_report, rtp_history_ms); in CreateMatchingVideoReceiveConfigs() 363 int rtp_history_ms) { in AddMatchingVideoReceiveConfigs() argument 370 default_config.rtp.nack.rtp_history_ms = rtp_history_ms; in AddMatchingVideoReceiveConfigs()
|
D | call_test.h | 118 int rtp_history_ms); 127 int rtp_history_ms);
|
/external/webrtc/call/ |
D | rtp_config.h | 41 NackConfig() : rtp_history_ms(0) {} in NackConfig() 47 int rtp_history_ms; member
|
D | rtp_config.cc | 45 ss << "{rtp_history_ms: " << rtp_history_ms; in ToString() 104 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}'; in ToString()
|
D | rampup_tests.cc | 204 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs() 230 recv_config.rtp.nack.rtp_history_ms = send_config->rtp.nack.rtp_history_ms; in ModifyVideoConfigs()
|
D | video_receive_stream.cc | 123 ss << ", nack: {rtp_history_ms: " << nack.rtp_history_ms << '}'; in ToString()
|
D | rtp_video_sender.cc | 75 const bool nack_enabled = rtp_config.nack.rtp_history_ms > 0; in ShouldDisableRedAndUlpfec() 612 const bool nack_enabled = rtp_config_.nack.rtp_history_ms > 0; in NackEnabled()
|
D | call_perf_tests.cc | 260 GetVideoSendConfig()->rtp.nack.rtp_history_ms = kNackRtpHistoryMs; in TestAudioVideoSync() 267 video_receive_configs_[0].rtp.nack.rtp_history_ms = 1000; in TestAudioVideoSync()
|
/external/webrtc/audio/ |
D | audio_receive_stream.cc | 404 if (first_time || old_config.rtp.nack.rtp_history_ms != in ConfigureStream() 405 new_config.rtp.nack.rtp_history_ms) { in ConfigureStream() 406 channel_receive->SetNACKStatus(new_config.rtp.nack.rtp_history_ms != 0, in ConfigureStream() 407 new_config.rtp.nack.rtp_history_ms / 20); in ConfigureStream()
|
D | audio_receive_stream_unittest.cc | 114 stream_config_.rtp.nack.rtp_history_ms = 300; in ConfigHelper() 397 new_config.rtp.nack.rtp_history_ms = 300 + 20; in TEST()
|
/external/webrtc/test/fuzzers/ |
D | vp9_replay_fuzzer.cc | 33 vp9_config.rtp.nack.rtp_history_ms = 1000; in FuzzOneInput()
|
D | vp8_replay_fuzzer.cc | 33 vp8_config.rtp.nack.rtp_history_ms = 1000; in FuzzOneInput()
|
/external/webrtc/video/ |
D | rtp_video_stream_receiver2.cc | 112 if (config.rtp.nack.rtp_history_ms == 0) in MaybeConstructNackModule() 267 const int max_reordering_threshold = (config_.rtp.nack.rtp_history_ms > 0) in RtpVideoStreamReceiver2() 703 return config_.rtp.nack.rtp_history_ms > 0; in IsRetransmissionsEnabled()
|
D | rtp_video_stream_receiver.cc | 289 const int max_reordering_threshold = (config_.rtp.nack.rtp_history_ms > 0) in RtpVideoStreamReceiver() 317 if (config_.rtp.nack.rtp_history_ms != 0) { in RtpVideoStreamReceiver() 735 return config_.rtp.nack.rtp_history_ms > 0; in IsRetransmissionsEnabled()
|
/external/webrtc/test/scenario/ |
D | video_stream.cc | 132 send_config.rtp.nack.rtp_history_ms = in CreateVideoSendStreamConfig() 338 recv.rtp.nack.rtp_history_ms = config.stream.nack_history_time.ms(); in CreateVideoReceiveStreamConfig()
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine_unittest.cc | 1776 EXPECT_EQ(0, GetRecvStreamConfig(kSsrcX).rtp.nack.rtp_history_ms); in TEST_P() 1779 EXPECT_EQ(kRtpHistoryMs, GetRecvStreamConfig(kSsrcX).rtp.nack.rtp_history_ms); in TEST_P() 1793 EXPECT_EQ(0, GetRecvStreamConfig(kSsrcY).rtp.nack.rtp_history_ms); in TEST_P() 1795 EXPECT_EQ(kRtpHistoryMs, GetRecvStreamConfig(kSsrcY).rtp.nack.rtp_history_ms); in TEST_P() 1807 EXPECT_EQ(kRtpHistoryMs, GetRecvStreamConfig(kSsrcY).rtp.nack.rtp_history_ms); in TEST_P() 1812 EXPECT_EQ(0, GetRecvStreamConfig(kSsrcY).rtp.nack.rtp_history_ms); in TEST_P() 1826 EXPECT_EQ(kRtpHistoryMs, GetRecvStreamConfig(kSsrcY).rtp.nack.rtp_history_ms); in TEST_P() 1828 EXPECT_EQ(kRtpHistoryMs, GetRecvStreamConfig(kSsrcZ).rtp.nack.rtp_history_ms); in TEST_P()
|