HomeSort by relevance Sort by last modified time
    Searched refs:NetEqFastAccelerate (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/
config.h 137 struct NetEqFastAccelerate {
138 NetEqFastAccelerate() : enabled(false) {}
139 explicit NetEqFastAccelerate(bool value) : enabled(value) {}
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 304 config.Get<webrtc::NetEqFastAccelerate>().enabled;
webrtcvoiceengine.cc 778 voe_config_.Set<webrtc::NetEqFastAccelerate>(
779 new webrtc::NetEqFastAccelerate(
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 908 config.Get<NetEqFastAccelerate>().enabled;
    [all...]

Completed in 179 milliseconds