Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dmedia_opt_util.h71 enum VCMProtectionMethodEnum { kNack, kFec, kNackFec, kNone }; enum
98 VCMProtectionMethodEnum Type() const;
142 VCMProtectionMethodEnum _type;
224 void SetMethod(VCMProtectionMethodEnum newMethodType);
305 VCMProtectionMethodEnum SelectedType() const;
Dmedia_opt_util.cc56 enum VCMProtectionMethodEnum VCMProtectionMethod::Type() const { in Type()
519 enum VCMProtectionMethodEnum newMethodType) { in SetMethod()
681 VCMProtectionMethodEnum VCMLossProtectionLogic::SelectedType() const { in SelectedType()
Dfec_controller_default.cc169 media_optimization::VCMProtectionMethodEnum method(media_optimization::kNone); in SetProtectionMethod()