Searched refs:num_temporal_streams (Results 1 – 2 of 2) sorted by relevance
227 const int num_temporal_streams = NumTemporalStreams(simulcast_id); in DistributeAllocationToTemporalLayers() local233 ((num_spatial_streams == 1 && num_temporal_streams == 2) || // Legacy. in DistributeAllocationToTemporalLayers()235 num_temporal_streams == 2)); // Simulcast. in DistributeAllocationToTemporalLayers()253 if (num_temporal_streams == 1) { in DistributeAllocationToTemporalLayers()265 RTC_DCHECK_LE(tl_allocation.size(), num_temporal_streams); in DistributeAllocationToTemporalLayers()
62 int num_temporal_streams, in SetUpFor() argument75 vp8_settings.numberOfTemporalLayers = num_temporal_streams; in SetUpFor()81 vp9_settings.numberOfTemporalLayers = num_temporal_streams; in SetUpFor()