Home
last modified time | relevance | path

Searched defs:AimdRemoteRateControl (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/
Dexperiments.h43 struct AimdRemoteRateControl { struct
44 AimdRemoteRateControl() : enabled(false) {} in AimdRemoteRateControl() argument
45 explicit AimdRemoteRateControl(bool set_enabled) in AimdRemoteRateControl() argument
47 virtual ~AimdRemoteRateControl() {} in ~AimdRemoteRateControl() argument
49 const bool enabled;