Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_codec.h33 enum class VideoCodecComplexity { enum
127 VideoCodecComplexity GetVideoEncoderComplexity() const;
128 void SetVideoEncoderComplexity(VideoCodecComplexity complexity_setting);
195 VideoCodecComplexity complexity_;
H A Dvideo_codec.cc73 complexity_(VideoCodecComplexity::kComplexityNormal) {}
138 VideoCodecComplexity VideoCodec::GetVideoEncoderComplexity() const { in GetVideoEncoderComplexity()
143 VideoCodecComplexity complexity_setting) { in SetVideoEncoderComplexity()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/av1/
H A Dlibaom_av1_encoder.cc346 case VideoCodecComplexity::kComplexityHigh: in GetCpuSpeed()
353 case VideoCodecComplexity::kComplexityHigher: in GetCpuSpeed()
362 case VideoCodecComplexity::kComplexityMax: in GetCpuSpeed()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_encoder.cc583 case VideoCodecComplexity::kComplexityHigh: in InitEncode()
586 case VideoCodecComplexity::kComplexityHigher: in InitEncode()
589 case VideoCodecComplexity::kComplexityMax: in InitEncode()
/aosp_15_r20/external/webrtc/media/engine/
H A Dsimulcast_encoder_adapter_unittest.cc556 webrtc::VideoCodecComplexity::kComplexityHigher); in VerifyCodecSettings()
1234 webrtc::VideoCodecComplexity::kComplexityHigher); in TEST_F()
1268 webrtc::VideoCodecComplexity::kComplexityHigher); in TEST_F()
H A Dsimulcast_encoder_adapter.cc806 webrtc::VideoCodecComplexity::kComplexityHigher); in MakeStreamCodec()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc80 VideoCodecComplexity::kComplexityNormal); in ModifyCodecSettings()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_unittest.cc1219 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()
H A Dvideo_stream_encoder.cc1258 codec.SetVideoEncoderComplexity(VideoCodecComplexity::kComplexityLow); in ReconfigureEncoder()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc1921 VideoCodecComplexity::kComplexityLow) { in UpdatePerformanceFlags()