Searched refs:layer_rate (Results 1 – 2 of 2) sorted by relevance
70 DataRate layer_rate = spatial_layer_rates[sl_idx] + excess_rate; in AdjustAndVerify() local71 if (layer_rate < min_rate) { in AdjustAndVerify()80 if (layer_rate <= max_rate) { in AdjustAndVerify()82 adjusted_spatial_layer_rates.push_back(layer_rate); in AdjustAndVerify()84 excess_rate = layer_rate - max_rate; in AdjustAndVerify()
178 DataRate layer_rate = std::min(left_in_total_allocation, target_bitrate); in DistributeAllocationToSimulcastLayers() local180 layer_rate.bps()); in DistributeAllocationToSimulcastLayers()181 left_in_total_allocation -= layer_rate; in DistributeAllocationToSimulcastLayers()