Lines Matching refs:Rtx
49 std::string VideoSendStream::Config::Rtp::Rtx::ToString()
85 ss << ", rtx: " << rtx.ToString();
198 // TODO(changbin): Should set RTX for RED mapping in RTP sender in future.
479 if (config_.rtp.rtx.ssrcs.empty()) {
483 // Set up RTX.
484 RTC_DCHECK_EQ(config_.rtp.rtx.ssrcs.size(), config_.rtp.ssrcs.size());
485 for (size_t i = 0; i < config_.rtp.rtx.ssrcs.size(); ++i) {
486 uint32_t ssrc = config_.rtp.rtx.ssrcs[i];
487 vie_channel_->SetSSRC(config_.rtp.rtx.ssrcs[i], kViEStreamTypeRtx,
494 RTC_DCHECK_GE(config_.rtp.rtx.payload_type, 0);
495 vie_channel_->SetRtxSendPayloadType(config_.rtp.rtx.payload_type,
506 for (size_t i = 0; i < config_.rtp.rtx.ssrcs.size(); ++i) {
507 uint32_t ssrc = config_.rtp.rtx.ssrcs[i];