Home
last modified time | relevance | path

Searched refs:to_param (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/video/
Dvideo_stream_encoder.cc585 conf.param = encoder_switch_experiment_.to_param; in ReconfigureEncoder()
1737 conf.param = encoder_switch_experiment_.to_param; in OnBitrateUpdated()
1925 webrtc::FieldTrialOptional<std::string> to_param{"to_param"}; in ParseEncoderSwitchFieldTrial() local
1930 {&codec_thresholds_string, &to_codec, &to_param, &to_value, &window}, in ParseEncoderSwitchFieldTrial()
1940 result.to_param = to_param.GetOptional(); in ParseEncoderSwitchFieldTrial()
1979 << result.to_codec << " to_param:" << result.to_param.value_or("<none>") in ParseEncoderSwitchFieldTrial()
Dvideo_stream_encoder.h369 absl::optional<std::string> to_param; member