Searched refs:allocated_rate (Results 1 – 1 of 1) sorted by relevance
336 DataRate allocated_rate = DataRate::Zero(); in GetAllocationScreenSharing() local346 if (allocated_rate + min_rate > total_bitrate) { in GetAllocationScreenSharing()351 top_layer_rate = std::min(target_rate, total_bitrate - allocated_rate); in GetAllocationScreenSharing()353 allocated_rate += top_layer_rate; in GetAllocationScreenSharing()356 if (sl_idx > 0 && total_bitrate - allocated_rate > DataRate::Zero()) { in GetAllocationScreenSharing()359 top_layer_rate + (total_bitrate - allocated_rate), in GetAllocationScreenSharing()