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

  /external/webrtc/webrtc/test/
call_test.h 44 static const uint8_t kSendRtxPayloadType;
call_test.cc 359 const uint8_t CallTest::kSendRtxPayloadType = 98;
  /external/webrtc/webrtc/video/
video_quality_test.cc 801 video_send_config_.rtp.rtx.payload_type = kSendRtxPayloadType;
824 video_receive_configs_[i].rtp.rtx[kSendRtxPayloadType].ssrc =
826 video_receive_configs_[i].rtp.rtx[kSendRtxPayloadType].payload_type =
827 kSendRtxPayloadType;
    [all...]
end_to_end_tests.cc 771 send_config->rtp.rtx.payload_type = kSendRtxPayloadType;
775 kSendRtxPayloadType;
785 return use_rtx ? kSendRtxPayloadType
    [all...]
video_send_stream_tests.cc 525 TestNackRetransmission(kSendRtxSsrcs[0], kSendRtxPayloadType);
    [all...]
  /external/webrtc/webrtc/call/
rampup_tests.cc 144 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType;

Completed in 225 milliseconds