realtime_temporal_layers.cc | 88 : temporal_layers_(1), 108 temporal_layers_ = 109 CalculateNumberOfTemporalLayers(temporal_layers_, framerate); 110 temporal_layers_ = std::min(temporal_layers_, max_temporal_layers_); 111 assert(temporal_layers_ >= 1 && temporal_layers_ <= 3); 113 cfg->ts_number_layers = temporal_layers_; 114 for (int tl = 0; tl < temporal_layers_; ++tl) { 116 bitrate_kbit * kVp8LayerRateAlloction[temporal_layers_ - 1][tl] 254 int temporal_layers_; member in class:webrtc::__anon50046::RealTimeTemporalLayers [all...] |