Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
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 &key_fec_params, in UpdateProtectionCallback()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dtest_callbacks.cc452 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument
457 key_fec_params_ = *key_fec_params; in ProtectionRequest()
Dtest_callbacks.h250 const FecProtectionParams* key_fec_params,
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.h137 const FecProtectionParams* key_fec_params,
Dvie_encoder.cc718 const FecProtectionParams* key_fec_params, in ProtectionRequest() argument
722 default_rtp_rtcp_->SetFecParameters(delta_fec_params, key_fec_params); in ProtectionRequest()