Home
last modified time | relevance | path

Searched refs:voe_sync_interface (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_sync_module.cc66 VoEVideoSync* voe_sync_interface, in ConfigureSync() argument
72 voe_sync_interface_ == voe_sync_interface && in ConfigureSync()
78 voe_sync_interface_ = voe_sync_interface; in ConfigureSync()
84 if (!voe_sync_interface) { in ConfigureSync()
Dvie_sync_module.h37 VoEVideoSync* voe_sync_interface,
Dvideo_receive_stream.cc320 VoEVideoSync* voe_sync_interface = VoEVideoSync::GetInterface(voice_engine); in SetSyncChannel() local
321 vie_channel_->SetVoiceChannel(audio_channel_id, voe_sync_interface); in SetSyncChannel()
322 voe_sync_interface->Release(); in SetSyncChannel()