Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h313 VCMProtectionMethod* SelectedMethod() const;
Dmedia_opt_util.cc654 VCMProtectionMethod* VCMLossProtectionLogic::SelectedMethod() const { in SelectedMethod() function in webrtc::media_optimization::VCMLossProtectionLogic
Dmedia_optimization.cc196 VCMProtectionMethod* selected_method = loss_prot_logic_->SelectedMethod(); in SetTargetRates()