Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc1948 for (const std::string& codec_threshold : codecs_thresholds) { in ParseEncoderSwitchFieldTrial() local
1950 if (rtc::split(codec_threshold, ';', &thresholds_split) != 3) { in ParseEncoderSwitchFieldTrial()