Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc641 const size_t stream_idx_cfg_0 = encoders_.size() - 1; in InitEncode() local
652 vpx_configs_[0].rc_target_bitrate = stream_bitrates[stream_idx_cfg_0]; in InitEncode()
653 if (stream_bitrates[stream_idx_cfg_0] > 0) { in InitEncode()
655 inst->simulcastStream[stream_idx_cfg_0].maxFramerate; in InitEncode()
661 stream_idx_cfg_0, in InitEncode()
662 allocation.GetTemporalLayerAllocation(stream_idx_cfg_0), maxFramerate); in InitEncode()
664 frame_buffer_controller_->SetQpLimits(stream_idx_cfg_0, in InitEncode()
667 UpdateVpxConfiguration(stream_idx_cfg_0); in InitEncode()
668 vpx_configs_[0].rc_dropframe_thresh = FrameDropThreshold(stream_idx_cfg_0); in InitEncode()