HomeSort by relevance Sort by last modified time
    Searched refs:VoEVideoSync (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h 22 // VoEVideoSync* vsync = VoEVideoSync::GetInterface(voe);
44 class WEBRTC_DLLEXPORT VoEVideoSync {
46 // Factory for the VoEVideoSync sub-API. Increases an internal
49 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);
51 // Releases the VoEVideoSync sub-API and decreases an internal
93 VoEVideoSync() {}
94 virtual ~VoEVideoSync() {}
  /external/webrtc/webrtc/video/
vie_sync_module.h 29 class VoEVideoSync;
37 VoEVideoSync* voe_sync_interface,
53 VoEVideoSync* voe_sync_interface_;
vie_sync_module.cc 66 VoEVideoSync* voe_sync_interface,
vie_channel.h 52 class VoEVideoSync;
261 VoEVideoSync* ve_sync_interface);
video_receive_stream.cc 320 VoEVideoSync* voe_sync_interface = VoEVideoSync::GetInterface(voice_engine);
vie_channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 66 webrtc::VoEVideoSync* voe_vsync_;
before_initialization_fixture.cc 27 voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_);
  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.h 20 class VoEVideoSyncImpl : public VoEVideoSync {
voe_video_sync_impl.cc 21 VoEVideoSync* VoEVideoSync::GetInterface(VoiceEngine* voiceEngine) {
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 168 VoEVideoSync* VideoSyncPtr() const {
197 VoEVideoSync* voe_vsync_;
voe_standard_test.cc 140 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_);
  /external/webrtc/webrtc/call/
call_perf_tests.cc 129 VoEVideoSync* voe_sync,
186 VoEVideoSync* const voe_sync_;
228 VoEVideoSync* voe_sync = VoEVideoSync::GetInterface(voice_engine);
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 65 VoEVideoSync* vsync = NULL;
138 vsync = VoEVideoSync::GetInterface(m_voe);

Completed in 510 milliseconds