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.cc593 DataRate link_allocation = DataRate::Zero(); in OnBitrateUpdated() local
595 link_allocation = in OnBitrateUpdated()
615 link_allocation = std::max(encoder_target_rate, link_allocation); in OnBitrateUpdated()
617 encoder_target_rate, encoder_stable_target_rate, link_allocation, in OnBitrateUpdated()
Dvideo_stream_encoder_interface.h121 DataRate link_allocation,
Dvideo_stream_encoder.cc2241 DataRate link_allocation, in OnBitrateUpdated() argument
2245 RTC_DCHECK_GE(link_allocation, target_bitrate); in OnBitrateUpdated()
2248 link_allocation, fraction_lost, round_trip_time_ms, in OnBitrateUpdated()
2253 link_allocation, fraction_lost, round_trip_time_ms, in OnBitrateUpdated()
2265 if (auto encoder = encoder_selector_->OnAvailableBitrate(link_allocation)) { in OnBitrateUpdated()
2275 << " link allocation bitrate = " << link_allocation.bps() in OnBitrateUpdated()
2289 link_allocation, target_bitrate, stable_target_bitrate}; in OnBitrateUpdated()
Dvideo_stream_encoder_unittest.cc430 DataRate link_allocation, in OnBitrateUpdatedAndWaitForManagedResources() argument
434 OnBitrateUpdated(target_bitrate, stable_target_bitrate, link_allocation, in OnBitrateUpdatedAndWaitForManagedResources()