Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_send_stream_impl.cc637 DataRate link_allocation = DataRate::Zero(); in OnBitrateUpdated() local
639 link_allocation = in OnBitrateUpdated()
659 link_allocation = std::max(encoder_target_rate, link_allocation); in OnBitrateUpdated()
661 encoder_target_rate, encoder_stable_target_rate, link_allocation, in OnBitrateUpdated()
Dvideo_stream_encoder.cc1703 DataRate link_allocation, in OnBitrateUpdated() argument
1707 RTC_DCHECK_GE(link_allocation, target_bitrate); in OnBitrateUpdated()
1710 link_allocation, fraction_lost, round_trip_time_ms, in OnBitrateUpdated()
1715 link_allocation, fraction_lost, round_trip_time_ms, in OnBitrateUpdated()
1728 encoder_selector_->OnAvailableBitrate(link_allocation)) { in OnBitrateUpdated()
1749 << " link allocation bitrate = " << link_allocation.bps() in OnBitrateUpdated()
1763 link_allocation, target_bitrate, stable_target_bitrate}; in OnBitrateUpdated()
Dvideo_stream_encoder_unittest.cc353 DataRate link_allocation, in OnBitrateUpdatedAndWaitForManagedResources() argument
357 OnBitrateUpdated(target_bitrate, stable_target_bitrate, link_allocation, in OnBitrateUpdatedAndWaitForManagedResources()
/external/webrtc/api/video/
Dvideo_stream_encoder_interface.h108 DataRate link_allocation,