Home
last modified time | relevance | path

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

/external/webrtc/call/
Dbitrate_allocator.cc277 int64_t extra_bitrate = std::min<int64_t>(priority_margin, bitrate); in NormalRateAllocation() local
279 rtc::dchecked_cast<int>(extra_bitrate); in NormalRateAllocation()
280 observers_capacities[observer_config.observer] -= extra_bitrate; in NormalRateAllocation()
281 bitrate -= extra_bitrate; in NormalRateAllocation()