Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc1907 auto it = codec_thresholds.find(codec); in SetCodec()
1908 if (it == codec_thresholds.end()) { in SetCodec()
1961 result.codec_thresholds[codec].bitrate = in ParseEncoderSwitchFieldTrial()
1966 result.codec_thresholds[codec].pixel_count = pixel_count; in ParseEncoderSwitchFieldTrial()
1969 if (!result.codec_thresholds[codec].bitrate && in ParseEncoderSwitchFieldTrial()
1970 !result.codec_thresholds[codec].pixel_count) { in ParseEncoderSwitchFieldTrial()
1983 for (auto kv : result.codec_thresholds) { in ParseEncoderSwitchFieldTrial()
Dvideo_stream_encoder.h361 std::map<VideoCodecType, Thresholds> codec_thresholds; member