Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dmedia_opt_util.h78 enum VCMProtectionMethodEnum enum
114 enum VCMProtectionMethodEnum Type() const { return _type; } in Type()
166 enum VCMProtectionMethodEnum _type;
254 bool SetMethod(VCMProtectionMethodEnum newMethodType);
261 bool RemoveMethod(VCMProtectionMethodEnum method);
351 VCMProtectionMethodEnum SelectedType() const;
Dmedia_opt_util.cc672 VCMLossProtectionLogic::SetMethod(enum VCMProtectionMethodEnum newMethodType) in SetMethod()
714 VCMLossProtectionLogic::RemoveMethod(enum VCMProtectionMethodEnum method) in RemoveMethod()
925 VCMProtectionMethodEnum
Dmedia_optimization.h65 void EnableProtectionMethod(bool enable, VCMProtectionMethodEnum method);
Dmedia_optimization.cc322 VCMProtectionMethodEnum method) { in EnableProtectionMethod()