Home
last modified time | relevance | path

Searched refs:VCMProtectionMethod (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_coding/
Dmedia_opt_util.h81 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;
Dmedia_opt_util.cc45 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()
[all …]