Home
last modified time | relevance | path

Searched refs:kSendRtxPayloadType (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/test/
Dcall_test.h44 static const uint8_t kSendRtxPayloadType; variable
Dcall_test.cc359 const uint8_t CallTest::kSendRtxPayloadType = 98; member in webrtc::test::CallTest
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc801 video_send_config_.rtp.rtx.payload_type = kSendRtxPayloadType; in SetupCommon()
824 video_receive_configs_[i].rtp.rtx[kSendRtxPayloadType].ssrc = in SetupCommon()
826 video_receive_configs_[i].rtp.rtx[kSendRtxPayloadType].payload_type = in SetupCommon()
827 kSendRtxPayloadType; in SetupCommon()
Dend_to_end_tests.cc771 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in DecodesRetransmittedFrame()
775 kSendRtxPayloadType; in DecodesRetransmittedFrame()
785 return use_rtx ? kSendRtxPayloadType in DecodesRetransmittedFrame()
1405 if (header.payloadType != kSendRtxPayloadType && in TEST_F()
1416 } else if (header.payloadType == kSendRtxPayloadType) { in TEST_F()
1513 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in TEST_F()
1978 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in VerifyHistogramStats()
1982 kSendRtxPayloadType; in VerifyHistogramStats()
2770 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in TEST_F()
2902 video_send_config_.rtp.rtx.payload_type = kSendRtxPayloadType; in TestRtpStatePreservation()
Dvideo_send_stream_tests.cc525 TestNackRetransmission(kSendRtxSsrcs[0], kSendRtxPayloadType); in TEST_F()
/external/webrtc/webrtc/call/
Drampup_tests.cc144 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType; in ModifyVideoConfigs()