Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/include/
H A 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;
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc392 void ModuleRtpRtcpImpl::SetFecProtectionParams(const FecProtectionParams&, in SetFecProtectionParams()