Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A 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;
H A Dmedia_opt_util.cc55 enum VCMProtectionMethodEnum VCMProtectionMethod::Type() const { in Type()
518 enum VCMProtectionMethodEnum newMethodType) { in SetMethod()
680 VCMProtectionMethodEnum VCMLossProtectionLogic::SelectedType() const { in SelectedType()
H A Dfec_controller_default.cc170 media_optimization::VCMProtectionMethodEnum method(media_optimization::kNone); in SetProtectionMethod()