Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/test/
Dcall_test.h37 static const uint8_t kSendRtxPayloadType; variable
Dcall_test.cc159 const uint8_t CallTest::kSendRtxPayloadType = 98; member in webrtc::test::CallTest
/external/chromium_org/third_party/webrtc/video/
Dend_to_end_tests.cc502 retransmission_payload_type_(expect_rtx ? kSendRtxPayloadType in DecodesRetransmittedFrame()
550 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in DecodesRetransmittedFrame()
551 (*receive_configs)[0].rtp.rtx[kSendRtxPayloadType].ssrc = in DecodesRetransmittedFrame()
553 (*receive_configs)[0].rtp.rtx[kSendRtxPayloadType].payload_type = in DecodesRetransmittedFrame()
554 kSendRtxPayloadType; in DecodesRetransmittedFrame()
1660 send_config->rtp.rtx.payload_type = kSendRtxPayloadType; in TEST_F()
1784 send_config_.rtp.rtx.payload_type = kSendRtxPayloadType; in TestRtpStatePreservation()
Drampup_tests.cc421 send_config_.rtp.rtx.payload_type = kSendRtxPayloadType; in RunRampUpTest()
467 send_config_.rtp.rtx.payload_type = kSendRtxPayloadType; in RunRampUpDownUpTest()
Dvideo_send_stream_tests.cc472 TestNackRetransmission(kSendRtxSsrcs[0], kSendRtxPayloadType); in TEST_F()