Searched refs:VoEVideoSync (Results 1 – 14 of 14) sorted by relevance
44 class WEBRTC_DLLEXPORT VoEVideoSync {49 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);93 VoEVideoSync() {} in VoEVideoSync() function94 virtual ~VoEVideoSync() {} in ~VoEVideoSync()
29 class VoEVideoSync; variable37 VoEVideoSync* voe_sync_interface,53 VoEVideoSync* voe_sync_interface_;
66 VoEVideoSync* voe_sync_interface, in ConfigureSync()
52 class VoEVideoSync; variable261 VoEVideoSync* ve_sync_interface);
320 VoEVideoSync* voe_sync_interface = VoEVideoSync::GetInterface(voice_engine); in SetSyncChannel()
1160 VoEVideoSync* ve_sync_interface) { in SetVoiceChannel()
168 VoEVideoSync* VideoSyncPtr() const { in VideoSyncPtr()197 VoEVideoSync* voe_vsync_;
140 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_); in GetInterfaces()
21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
20 class VoEVideoSyncImpl : public VoEVideoSync {
66 webrtc::VoEVideoSync* voe_vsync_;
27 voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_); in BeforeInitializationFixture()
129 VoEVideoSync* voe_sync, in VideoRtcpAndSyncObserver()186 VoEVideoSync* const voe_sync_;228 VoEVideoSync* voe_sync = VoEVideoSync::GetInterface(voice_engine); in TestAudioVideoSync()
65 VoEVideoSync* vsync = NULL;138 vsync = VoEVideoSync::GetInterface(m_voe); in main()