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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_video_sync.h 22 // VoEVideoSync* vsync = VoEVideoSync::GetInterface(voe);
44 class WEBRTC_DLLEXPORT VoEVideoSync
47 // Factory for the VoEVideoSync sub-API. Increases an internal
50 static VoEVideoSync* GetInterface(VoiceEngine* voiceEngine);
52 // Releases the VoEVideoSync sub-API and decreases an internal
100 VoEVideoSync() { }
101 virtual ~VoEVideoSync() { }
  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.h 29 class VoEVideoSync;
38 VoEVideoSync* voe_sync_interface,
58 VoEVideoSync* voe_sync_interface_;
vie_channel_manager.h 34 class VoEVideoSync;
143 VoEVideoSync* voice_sync_interface_;
vie_sync_module.cc 71 VoEVideoSync* voe_sync_interface,
vie_channel.h 50 class VoEVideoSync;
340 VoEVideoSync* ve_sync_interface);
vie_channel_manager.cc 291 VoEVideoSync* sync_interface = NULL;
294 sync_interface = VoEVideoSync::GetInterface(voice_engine);
vie_channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
before_initialization_fixture.h 67 webrtc::VoEVideoSync* voe_vsync_;
before_initialization_fixture.cc 27 voe_vsync_ = webrtc::VoEVideoSync::GetInterface(voice_engine_);
  /external/chromium_org/third_party/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/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_standard_test.h 169 VoEVideoSync* VideoSyncPtr() const {
198 VoEVideoSync* voe_vsync_;
voe_standard_test.cc 148 voe_vsync_ = VoEVideoSync::GetInterface(voice_engine_);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h 113 webrtc::VoEVideoSync* sync,
141 webrtc::VoEVideoSync* sync() const { return sync_.get(); }
157 scoped_voe_ptr<webrtc::VoEVideoSync> sync_;
fakewebrtcvoiceengine.h 79 public webrtc::VoEVideoSync, public webrtc::VoEVolumeControl {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 166 VoEVideoSync* voe_sync,
222 VoEVideoSync* voe_sync_;
233 VoEVideoSync* voe_sync = VoEVideoSync::GetInterface(voice_engine);
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.h 155 VoEVideoSync* _veVideoSyncPtr;
WinTestDlg.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 63 VoEVideoSync* vsync = NULL;
136 vsync = VoEVideoSync::GetInterface(m_voe);

Completed in 1532 milliseconds