Home
last modified time | relevance | path

Searched refs:VoEVideoSync (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
Dvoe_video_sync.h44 class WEBRTC_DLLEXPORT VoEVideoSync {
49 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);
93 VoEVideoSync() {} in VoEVideoSync() function
94 virtual ~VoEVideoSync() {} in ~VoEVideoSync()
/external/webrtc/webrtc/video/
Dvie_sync_module.h29 class VoEVideoSync; variable
37 VoEVideoSync* voe_sync_interface,
53 VoEVideoSync* voe_sync_interface_;
Dvie_sync_module.cc66 VoEVideoSync* voe_sync_interface, in ConfigureSync()
Dvie_channel.h52 class VoEVideoSync; variable
261 VoEVideoSync* ve_sync_interface);
Dvideo_receive_stream.cc320 VoEVideoSync* voe_sync_interface = VoEVideoSync::GetInterface(voice_engine); in SetSyncChannel()
Dvie_channel.cc1160 VoEVideoSync* ve_sync_interface) { in SetVoiceChannel()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.h168 VoEVideoSync* VideoSyncPtr() const { in VideoSyncPtr()
197 VoEVideoSync* voe_vsync_;
Dvoe_standard_test.cc140 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_); in GetInterfaces()
/external/webrtc/webrtc/voice_engine/
Dvoe_video_sync_impl.cc21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) { in GetInterface()
Dvoe_video_sync_impl.h20 class VoEVideoSyncImpl : public VoEVideoSync {
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_initialization_fixture.h66 webrtc::VoEVideoSync* voe_vsync_;
Dbefore_initialization_fixture.cc27 voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_); in BeforeInitializationFixture()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc129 VoEVideoSync* voe_sync, in VideoRtcpAndSyncObserver()
186 VoEVideoSync* const voe_sync_;
228 VoEVideoSync* voe_sync = VoEVideoSync::GetInterface(voice_engine); in TestAudioVideoSync()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc65 VoEVideoSync* vsync = NULL;
138 vsync = VoEVideoSync::GetInterface(m_voe); in main()