Lines Matching refs:ulpfec
78 auto IsRedEnabled = [&]() { return rtp_config.ulpfec.red_payload_type >= 0; }; in ShouldDisableRedAndUlpfec()
80 return rtp_config.ulpfec.ulpfec_payload_type >= 0; in ShouldDisableRedAndUlpfec()
173 } else if (rtp.ulpfec.red_payload_type >= 0 && in MaybeCreateFecGenerator()
174 rtp.ulpfec.ulpfec_payload_type >= 0 && in MaybeCreateFecGenerator()
179 rtp.ulpfec.red_payload_type, rtp.ulpfec.ulpfec_payload_type, clock); in MaybeCreateFecGenerator()
281 rtp_config.ulpfec.red_payload_type != -1) { in CreateRtpStreamSenders()
282 video_config.red_payload_type = rtp_config.ulpfec.red_payload_type; in CreateRtpStreamSenders()
669 if (rtp_config_.ulpfec.red_payload_type != -1 && in ConfigureSsrcs()
670 rtp_config_.ulpfec.red_rtx_payload_type != -1) { in ConfigureSsrcs()
673 rtp_config_.ulpfec.red_rtx_payload_type, in ConfigureSsrcs()
674 rtp_config_.ulpfec.red_payload_type); in ConfigureSsrcs()