OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMProtectionMethodEnum
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_opt_util.h
80
enum
VCMProtectionMethodEnum
{ kNack, kFec, kNackFec, kNone };
107
enum
VCMProtectionMethodEnum
Type() const { return _type; }
155
enum
VCMProtectionMethodEnum
_type;
235
void SetMethod(
VCMProtectionMethodEnum
newMethodType);
316
VCMProtectionMethodEnum
SelectedType() const;
media_optimization.h
65
void SetProtectionMethod(
VCMProtectionMethodEnum
method);
media_opt_util.cc
497
enum
VCMProtectionMethodEnum
newMethodType) {
658
VCMProtectionMethodEnum
VCMLossProtectionLogic::SelectedType() const {
media_optimization.cc
302
void MediaOptimization::SetProtectionMethod(
VCMProtectionMethodEnum
method) {
Completed in 44 milliseconds