Home
last modified time | relevance | path

Searched refs:VCMProtectionMethodEnum (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.h80 enum VCMProtectionMethodEnum { kNack, kFec, kNackFec, kNone }; enum
107 enum VCMProtectionMethodEnum Type() const { return _type; } in Type()
155 enum VCMProtectionMethodEnum _type;
235 void SetMethod(VCMProtectionMethodEnum newMethodType);
316 VCMProtectionMethodEnum SelectedType() const;
Dmedia_opt_util.cc497 enum VCMProtectionMethodEnum newMethodType) { in SetMethod()
658 VCMProtectionMethodEnum VCMLossProtectionLogic::SelectedType() const { in SelectedType()
Dmedia_optimization.h65 void SetProtectionMethod(VCMProtectionMethodEnum method);
Dmedia_optimization.cc302 void MediaOptimization::SetProtectionMethod(VCMProtectionMethodEnum method) { in SetProtectionMethod()