Searched refs:link_allocation (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/video/ |
D | video_send_stream_impl.cc | 593 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()
|
D | video_stream_encoder_interface.h | 121 DataRate link_allocation,
|
D | video_stream_encoder.cc | 2241 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()
|
D | video_stream_encoder_unittest.cc | 430 DataRate link_allocation, in OnBitrateUpdatedAndWaitForManagedResources() argument 434 OnBitrateUpdated(target_bitrate, stable_target_bitrate, link_allocation, in OnBitrateUpdatedAndWaitForManagedResources()
|