Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/
Dcall.cc362 const std::string& sync_group = audio_receive_stream->config().sync_group; in DestroyAudioReceiveStream() local
606 void Call::ConfigureSync(const std::string& sync_group) { in ConfigureSync()
/external/webrtc/webrtc/
Daudio_receive_stream.h98 std::string sync_group; member
Dvideo_receive_stream.h155 std::string sync_group; member
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc1207 bool use_combined_bwe, const std::string& sync_group, in WebRtcAudioReceiveStream()