Home
last modified time | relevance | path

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

/external/webrtc/webrtc/
Dconfig.h137 struct NetEqFastAccelerate { struct
138 NetEqFastAccelerate() : enabled(false) {} in NetEqFastAccelerate() argument
139 explicit NetEqFastAccelerate(bool value) : enabled(value) {} in NetEqFastAccelerate() function
140 static const ConfigOptionID identifier = ConfigOptionID::kNetEqFastAccelerate; argument
141 bool enabled;