Searched refs:VideoCodecComplexity (Results 1 – 10 of 10) sorted by relevance
33 enum class VideoCodecComplexity { enum127 VideoCodecComplexity GetVideoEncoderComplexity() const;128 void SetVideoEncoderComplexity(VideoCodecComplexity complexity_setting);195 VideoCodecComplexity complexity_;
73 complexity_(VideoCodecComplexity::kComplexityNormal) {}138 VideoCodecComplexity VideoCodec::GetVideoEncoderComplexity() const { in GetVideoEncoderComplexity()143 VideoCodecComplexity complexity_setting) { in SetVideoEncoderComplexity()
346 case VideoCodecComplexity::kComplexityHigh: in GetCpuSpeed()353 case VideoCodecComplexity::kComplexityHigher: in GetCpuSpeed()362 case VideoCodecComplexity::kComplexityMax: in GetCpuSpeed()
583 case VideoCodecComplexity::kComplexityHigh: in InitEncode()586 case VideoCodecComplexity::kComplexityHigher: in InitEncode()589 case VideoCodecComplexity::kComplexityMax: in InitEncode()
556 webrtc::VideoCodecComplexity::kComplexityHigher); in VerifyCodecSettings()1234 webrtc::VideoCodecComplexity::kComplexityHigher); in TEST_F()1268 webrtc::VideoCodecComplexity::kComplexityHigher); in TEST_F()
806 webrtc::VideoCodecComplexity::kComplexityHigher); in MakeStreamCodec()
80 VideoCodecComplexity::kComplexityNormal); in ModifyCodecSettings()
1219 VideoCodecComplexity LastEncoderComplexity() { in LastEncoderComplexity()1365 VideoCodecComplexity last_encoder_complexity_ RTC_GUARDED_BY(local_mutex_){ in RTC_GUARDED_BY()1366 VideoCodecComplexity::kComplexityNormal}; in RTC_GUARDED_BY()8438 VideoCodecComplexity::kComplexityNormal); in TEST_F()8460 VideoCodecComplexity::kComplexityNormal); in TEST_F()8478 VideoCodecComplexity::kComplexityLow); in TEST_F()
1258 codec.SetVideoEncoderComplexity(VideoCodecComplexity::kComplexityLow); in ReconfigureEncoder()
1921 VideoCodecComplexity::kComplexityLow) { in UpdatePerformanceFlags()