Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dmedia_opt_util.cc44 VCMProtectionMethod::VCMProtectionMethod() in VCMProtectionMethod() function in webrtc::media_optimization::VCMProtectionMethod
53 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 …]
H A 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;