Home
last modified time | relevance | path

Searched defs:FecProtectionParams (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/include/
Dmodule_fec_types.h26 struct FecProtectionParams { struct
27 int fec_rate = 0;
28 int max_fec_frames = 0;
29 FecMaskType fec_mask_type = FecMaskType::kFecMaskRandom;
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams()