Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc1100 EncoderRateSettings new_rate_settings = rate_settings; in UpdateBitrateAllocationAndNotifyObserver() local
1101 new_rate_settings.rate_control.bitrate = new_allocation; in UpdateBitrateAllocationAndNotifyObserver()
1106 new_rate_settings.rate_control.bandwidth_allocation = in UpdateBitrateAllocationAndNotifyObserver()
1107 std::max(new_rate_settings.rate_control.bandwidth_allocation, in UpdateBitrateAllocationAndNotifyObserver()
1109 new_rate_settings.rate_control.bitrate.get_sum_bps())); in UpdateBitrateAllocationAndNotifyObserver()
1113 bitrate_adjuster_->AdjustRateAllocation(new_rate_settings.rate_control); in UpdateBitrateAllocationAndNotifyObserver()
1118 new_rate_settings.rate_control.bitrate = adjusted_allocation; in UpdateBitrateAllocationAndNotifyObserver()
1122 send_codec_, new_rate_settings.rate_control.bitrate); in UpdateBitrateAllocationAndNotifyObserver()
1124 return new_rate_settings; in UpdateBitrateAllocationAndNotifyObserver()
1218 EncoderRateSettings new_rate_settings = *last_encoder_rate_settings_; in MaybeEncodeVideoFrame() local
[all …]