Home
last modified time | relevance | path

Searched refs:OnNetworkEstimateChanged (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/call/
Dbitrate_allocator_unittest.cc108 allocator_->OnNetworkEstimateChanged( in BitrateAllocatorTest()
152 allocator_->OnNetworkEstimateChanged( in TEST_F()
157 allocator_->OnNetworkEstimateChanged( in TEST_F()
162 allocator_->OnNetworkEstimateChanged( in TEST_F()
167 allocator_->OnNetworkEstimateChanged( in TEST_F()
172 allocator_->OnNetworkEstimateChanged( in TEST_F()
190 allocator_->OnNetworkEstimateChanged( in TEST_F()
196 allocator_->OnNetworkEstimateChanged( in TEST_F()
213 allocator_->OnNetworkEstimateChanged( in TEST_F()
245 allocator_->OnNetworkEstimateChanged(CreateTargetRateMessage( in TEST_F()
[all …]
Dbitrate_allocator.h118 void OnNetworkEstimateChanged(TargetTransferRate msg);
Dbitrate_allocator.cc378 void BitrateAllocator::OnNetworkEstimateChanged(TargetTransferRate msg) { in OnNetworkEstimateChanged() function in webrtc::BitrateAllocator
Dcall.cc1186 bitrate_allocator_->OnNetworkEstimateChanged(msg); in OnTargetTransferRate()