Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.cc29 FecProtectionParams key_fec_params; in UpdateProtectionCallback() local
31 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()
/external/webrtc/webrtc/video/
Dvie_channel.cc70 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument
74 return owner_->ProtectionRequest(delta_fec_params, key_fec_params, in ProtectionRequest()
1071 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument
1083 rtp_rtcp->SetFecParameters(delta_fec_params, key_fec_params); in ProtectionRequest()
Dvie_channel.h283 const FecProtectionParams* key_fec_params,