Lines Matching refs:VCMProtectionMethod
45 VCMProtectionMethod::VCMProtectionMethod() in VCMProtectionMethod() function in webrtc::media_optimization::VCMProtectionMethod
54 VCMProtectionMethod::~VCMProtectionMethod() {} in ~VCMProtectionMethod()
56 enum VCMProtectionMethodEnum VCMProtectionMethod::Type() const { in Type()
60 uint8_t VCMProtectionMethod::RequiredPacketLossER() { in RequiredPacketLossER()
64 uint8_t VCMProtectionMethod::RequiredProtectionFactorK() { in RequiredProtectionFactorK()
68 uint8_t VCMProtectionMethod::RequiredProtectionFactorD() { in RequiredProtectionFactorD()
72 bool VCMProtectionMethod::RequiredUepProtectionK() { in RequiredUepProtectionK()
76 bool VCMProtectionMethod::RequiredUepProtectionD() { in RequiredUepProtectionD()
80 int VCMProtectionMethod::MaxFramesFec() const { in MaxFramesFec()
224 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() { in VCMNackMethod()
249 : VCMProtectionMethod(), in VCMFecMethod()
677 VCMProtectionMethod* VCMLossProtectionLogic::SelectedMethod() const { in SelectedMethod()