Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_config.h61 bool experiment_cpu_load_estimator = false; member
82 video.experiment_cpu_load_estimator ==
83 o.video.experiment_cpu_load_estimator &&
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h364 bool experiment_cpu_load_estimator() const { in experiment_cpu_load_estimator() function
365 return media_config.video.experiment_cpu_load_estimator; in experiment_cpu_load_estimator()
368 media_config.video.experiment_cpu_load_estimator = enable; in set_experiment_cpu_load_estimator()
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_stream_encoder_settings.h42 bool experiment_cpu_load_estimator = false; member
/aosp_15_r20/external/webrtc/call/
H A Dvideo_send_stream.cc117 << (encoder_settings.experiment_cpu_load_estimator ? "on" : "off") << "}}"; in ToString()
/aosp_15_r20/external/webrtc/video/adaptation/
H A Dvideo_stream_encoder_resource_manager.h80 bool experiment_cpu_load_estimator,
H A Dvideo_stream_encoder_resource_manager.cc266 bool experiment_cpu_load_estimator, in VideoStreamEncoderResourceManager() argument
290 experiment_cpu_load_estimator_(experiment_cpu_load_estimator), in VideoStreamEncoderResourceManager()
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_interface_unittest.cc3780 EXPECT_FALSE(media_config.video.experiment_cpu_load_estimator); in TEST_P()
3804 EXPECT_TRUE(media_config.video.experiment_cpu_load_estimator); in TEST_P()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine.cc1361 config.encoder_settings.experiment_cpu_load_estimator = in AddSendStream()
1362 video_config_.experiment_cpu_load_estimator; in AddSendStream()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder.cc702 settings_.experiment_cpu_load_estimator,