Searched refs:to_codec (Results 1 – 2 of 2) sorted by relevance
584 conf.codec_name = encoder_switch_experiment_.to_codec; in ReconfigureEncoder()1736 conf.codec_name = encoder_switch_experiment_.to_codec; in OnBitrateUpdated()1924 webrtc::FieldTrialOptional<std::string> to_codec{"to_codec"}; in ParseEncoderSwitchFieldTrial() local1930 {&codec_thresholds_string, &to_codec, &to_param, &to_value, &window}, in ParseEncoderSwitchFieldTrial()1934 if (!codec_thresholds_string || !to_codec || !window) { in ParseEncoderSwitchFieldTrial()1939 result.to_codec = *to_codec; in ParseEncoderSwitchFieldTrial()1979 << result.to_codec << " to_param:" << result.to_param.value_or("<none>") in ParseEncoderSwitchFieldTrial()
368 std::string to_codec; member