Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.cc23 VCMProtectionMethod* selected_method, in UpdateProtectionCallback() argument
31 key_fec_params.fec_rate = selected_method->RequiredProtectionFactorK(); in UpdateProtectionCallback()
34 delta_fec_params.fec_rate = selected_method->RequiredProtectionFactorD(); in UpdateProtectionCallback()
37 key_fec_params.use_uep_protection = selected_method->RequiredUepProtectionK(); in UpdateProtectionCallback()
41 selected_method->RequiredUepProtectionD(); in UpdateProtectionCallback()
45 delta_fec_params.max_fec_frames = selected_method->MaxFramesFec(); in UpdateProtectionCallback()
46 key_fec_params.max_fec_frames = selected_method->MaxFramesFec(); in UpdateProtectionCallback()
196 VCMProtectionMethod* selected_method = loss_prot_logic_->SelectedMethod(); in SetTargetRates() local
233 selected_method->UpdateContentMetrics(content_->ShortTermAvgData()); in SetTargetRates()
248 UpdateProtectionCallback(selected_method, &sent_video_rate_bps, in SetTargetRates()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp36 enum selected_method { enum
191 enum selected_method method = SEL_METHOD_NONE; in context_menu()
194 method = (enum selected_method) var.toInt(); in context_menu()
1343 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect()
1346 method = (enum selected_method) var.toInt(); in ctx_p2p_connect()
1649 enum selected_method method = in properties()
1650 (enum selected_method) var.toInt(); in properties()