Searched refs:key_fec_params (Results 1 – 3 of 3) sorted by relevance
29 FecProtectionParams key_fec_params; in UpdateProtectionCallback() local31 key_fec_params.fec_rate = selected_method->RequiredProtectionFactorK(); in UpdateProtectionCallback()37 key_fec_params.use_uep_protection = selected_method->RequiredUepProtectionK(); in UpdateProtectionCallback()46 key_fec_params.max_fec_frames = selected_method->MaxFramesFec(); in UpdateProtectionCallback()53 key_fec_params.fec_mask_type = kFecMaskRandom; in UpdateProtectionCallback()57 &delta_fec_params, &key_fec_params, video_rate_bps, in UpdateProtectionCallback()
70 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument74 return owner_->ProtectionRequest(delta_fec_params, key_fec_params, in ProtectionRequest()1071 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument1083 rtp_rtcp->SetFecParameters(delta_fec_params, key_fec_params); in ProtectionRequest()
283 const FecProtectionParams* key_fec_params,