Lines Matching refs:ulpfec
1664 payload_type == codec.ulpfec.red_rtx_payload_type || in OnPacketReceived()
1665 payload_type == codec.ulpfec.ulpfec_payload_type) { in OnPacketReceived()
2105 parameters_.config.rtp.ulpfec = codec_settings.ulpfec; in SetCodec()
2791 config_.rtp.ulpfec_payload_type = codec.ulpfec.ulpfec_payload_type; in ConfigureCodecs()
2792 config_.rtp.red_payload_type = codec.ulpfec.red_payload_type; in ConfigureCodecs()
2797 if (codec.ulpfec.red_rtx_payload_type != -1) { in ConfigureCodecs()
2799 .rtx_associated_payload_types[codec.ulpfec.red_rtx_payload_type] = in ConfigureCodecs()
2800 codec.ulpfec.red_payload_type; in ConfigureCodecs()
3142 return codec == other.codec && ulpfec == other.ulpfec && in operator ==()
3150 return a.codec == b.codec && a.ulpfec == b.ulpfec && in EqualsDisregardingFlexfec()
3273 codec_settings.ulpfec = ulpfec_config; in MapCodecs()