Searched refs:VoicePacing (Results 1 – 5 of 5) sorted by relevance
144 struct VoicePacing { struct145 VoicePacing() : enabled(false) {} in VoicePacing() function146 explicit VoicePacing(bool value) : enabled(value) {} in VoicePacing() function
302 voe_config.Set<VoicePacing>(new VoicePacing(true)); in CreateVoiceEngines()
236 voe_config.Set<VoicePacing>(new VoicePacing(true)); in TestAudioVideoSync()
483 voe_config_.Set<webrtc::VoicePacing>(new webrtc::VoicePacing(true)); in Construct()
890 pacing_enabled_(config.Get<VoicePacing>().enabled), in Channel()