Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h79 bool SetSvcRates(const VideoBitrateAllocation& bitrate_allocation);
Dvp9_impl.cc307 bool VP9EncoderImpl::SetSvcRates( in SetSvcRates() function in webrtc::VP9EncoderImpl
451 bool res = SetSvcRates(parameters.bitrate); in SetRates()
735 if (!SetSvcRates(current_bitrate_allocation_)) { in InitAndSetControlSettings()