Searched refs:reason_resource (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/call/adaptation/ |
D | resource_adaptation_processor.cc | 245 rtc::scoped_refptr<Resource> reason_resource) { in OnResourceUnderuse() argument 250 Adaptation adaptation = stream_adapter_->GetAdaptationUp(reason_resource); in OnResourceUnderuse() 272 if (absl::c_find(most_limited_resources, reason_resource) == in OnResourceUnderuse() 276 message << "Resource \"" << reason_resource->Name() in OnResourceUnderuse() 285 UpdateResourceLimitations(reason_resource, adaptation.restrictions(), in OnResourceUnderuse() 289 message << "Resource \"" << reason_resource->Name() in OnResourceUnderuse() 296 stream_adapter_->ApplyAdaptation(adaptation, reason_resource); in OnResourceUnderuse() 307 rtc::scoped_refptr<Resource> reason_resource) { in OnResourceOveruse() argument 325 UpdateResourceLimitations(reason_resource, adaptation.restrictions(), in OnResourceOveruse() 327 stream_adapter_->ApplyAdaptation(adaptation, reason_resource); in OnResourceOveruse() [all …]
|
D | resource_adaptation_processor.h | 126 rtc::scoped_refptr<Resource> reason_resource); 128 rtc::scoped_refptr<Resource> reason_resource); 130 void UpdateResourceLimitations(rtc::scoped_refptr<Resource> reason_resource,
|
D | adaptation_listener.h | 36 rtc::scoped_refptr<Resource> reason_resource) = 0;
|
D | adaptation_constraint.h | 38 rtc::scoped_refptr<Resource> reason_resource) const = 0;
|
D | video_stream_adapter_unittest.cc | 165 rtc::scoped_refptr<Resource> reason_resource), 176 rtc::scoped_refptr<Resource> reason_resource),
|
/external/webrtc/call/adaptation/test/ |
D | fake_adaptation_listener.cc | 28 rtc::scoped_refptr<Resource> reason_resource) { in OnAdaptationApplied() argument
|
D | fake_adaptation_listener.h | 30 rtc::scoped_refptr<Resource> reason_resource) override;
|
D | fake_adaptation_constraint.cc | 35 rtc::scoped_refptr<Resource> reason_resource) const { in IsAdaptationUpAllowed()
|
D | fake_adaptation_constraint.h | 33 rtc::scoped_refptr<Resource> reason_resource) const override;
|
/external/webrtc/video/adaptation/ |
D | quality_scaler_resource.cc | 168 rtc::scoped_refptr<Resource> reason_resource) { in OnAdaptationApplied() argument 171 if (reason_resource != this) in OnAdaptationApplied()
|
D | video_stream_encoder_resource_manager.h | 189 rtc::scoped_refptr<Resource> reason_resource) const override; 221 rtc::scoped_refptr<Resource> reason_resource) const override;
|
D | video_stream_encoder_resource_manager.cc | 170 rtc::scoped_refptr<Resource> reason_resource) const { in IsAdaptationUpAllowed() 173 manager_->GetReasonFromResource(reason_resource); in IsAdaptationUpAllowed() 233 rtc::scoped_refptr<Resource> reason_resource) const { in IsAdaptationUpAllowed() 236 manager_->GetReasonFromResource(reason_resource); in IsAdaptationUpAllowed()
|
D | quality_scaler_resource.h | 68 rtc::scoped_refptr<Resource> reason_resource) override;
|