Searched refs:rtx_send_ssrc (Results 1 – 9 of 9) sorted by relevance
136 absl::optional<uint32_t> rtx_send_ssrc; member
138 configuration.rtx_send_ssrc = kTestRtxSsrc; in SetUp()
74 if (config.rtx_send_ssrc) { in GetRegisteredSsrcs()75 ssrcs.insert(*config.rtx_send_ssrc); in GetRegisteredSsrcs()
87 rtx_ssrc_(config.rtx_send_ssrc), in RtpSenderEgress()
163 rtx_ssrc_(config.rtx_send_ssrc), in RTPSender()
362 config.rtx_send_ssrc = kRtxSsrc; in SetUpRtpSender()2372 config.rtx_send_ssrc = kRtxSsrc; in TEST_P()
178 config.rtx_send_ssrc = kReceiverExtraSsrc; in DefaultConfiguration()
252 configuration.rtx_send_ssrc = in CreateRtpStreamSenders()254 RTC_DCHECK_EQ(configuration.rtx_send_ssrc.has_value(), in CreateRtpStreamSenders()
61 rtx_ssrc_(config.rtx_send_ssrc), in DEPRECATED_RtpSenderEgress()