Searched refs:VCMProtectionMethod (Results 1 – 2 of 2) sorted by relevance
44 VCMProtectionMethod::VCMProtectionMethod() in VCMProtectionMethod() function in webrtc::media_optimization::VCMProtectionMethod53 VCMProtectionMethod::~VCMProtectionMethod() {} in ~VCMProtectionMethod()55 enum VCMProtectionMethodEnum VCMProtectionMethod::Type() const { in Type()59 uint8_t VCMProtectionMethod::RequiredPacketLossER() { in RequiredPacketLossER()63 uint8_t VCMProtectionMethod::RequiredProtectionFactorK() { in RequiredProtectionFactorK()67 uint8_t VCMProtectionMethod::RequiredProtectionFactorD() { in RequiredProtectionFactorD()71 bool VCMProtectionMethod::RequiredUepProtectionK() { in RequiredUepProtectionK()75 bool VCMProtectionMethod::RequiredUepProtectionD() { in RequiredUepProtectionD()79 int VCMProtectionMethod::MaxFramesFec() const { in MaxFramesFec()223 VCMNackMethod::VCMNackMethod() : VCMProtectionMethod() { in VCMNackMethod()[all …]
81 class VCMProtectionMethod {83 VCMProtectionMethod();84 virtual ~VCMProtectionMethod();145 class VCMNackMethod : public VCMProtectionMethod {154 class VCMFecMethod : public VCMProtectionMethod {302 VCMProtectionMethod* SelectedMethod() const;325 std::unique_ptr<VCMProtectionMethod> _selectedMethod;