HomeSort by relevance Sort by last modified time
    Searched refs:selected_method (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.cc 23 VCMProtectionMethod* selected_method,
31 key_fec_params.fec_rate = selected_method->RequiredProtectionFactorK();
34 delta_fec_params.fec_rate = selected_method->RequiredProtectionFactorD();
37 key_fec_params.use_uep_protection = selected_method->RequiredUepProtectionK();
41 selected_method->RequiredUepProtectionD();
45 delta_fec_params.max_fec_frames = selected_method->MaxFramesFec();
46 key_fec_params.max_fec_frames = selected_method->MaxFramesFec();
190 VCMProtectionMethod* selected_method = loss_prot_logic_->SelectedMethod(); local
226 if (selected_method) {
228 selected_method->UpdateContentMetrics(content_->ShortTermAvgData())
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 36 enum selected_method { enum
191 enum selected_method method = SEL_METHOD_NONE;
194 method = (enum selected_method) var.toInt();
    [all...]

Completed in 476 milliseconds