Home
last modified time | relevance | path

Searched refs:reason_resource (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/call/adaptation/
Dresource_adaptation_processor.cc245 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 …]
Dresource_adaptation_processor.h126 rtc::scoped_refptr<Resource> reason_resource);
128 rtc::scoped_refptr<Resource> reason_resource);
130 void UpdateResourceLimitations(rtc::scoped_refptr<Resource> reason_resource,
Dadaptation_listener.h36 rtc::scoped_refptr<Resource> reason_resource) = 0;
Dadaptation_constraint.h38 rtc::scoped_refptr<Resource> reason_resource) const = 0;
Dvideo_stream_adapter_unittest.cc165 rtc::scoped_refptr<Resource> reason_resource),
176 rtc::scoped_refptr<Resource> reason_resource),
/external/webrtc/call/adaptation/test/
Dfake_adaptation_listener.cc28 rtc::scoped_refptr<Resource> reason_resource) { in OnAdaptationApplied() argument
Dfake_adaptation_listener.h30 rtc::scoped_refptr<Resource> reason_resource) override;
Dfake_adaptation_constraint.cc35 rtc::scoped_refptr<Resource> reason_resource) const { in IsAdaptationUpAllowed()
Dfake_adaptation_constraint.h33 rtc::scoped_refptr<Resource> reason_resource) const override;
/external/webrtc/video/adaptation/
Dquality_scaler_resource.cc168 rtc::scoped_refptr<Resource> reason_resource) { in OnAdaptationApplied() argument
171 if (reason_resource != this) in OnAdaptationApplied()
Dvideo_stream_encoder_resource_manager.h189 rtc::scoped_refptr<Resource> reason_resource) const override;
221 rtc::scoped_refptr<Resource> reason_resource) const override;
Dvideo_stream_encoder_resource_manager.cc170 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()
Dquality_scaler_resource.h68 rtc::scoped_refptr<Resource> reason_resource) override;