Searched refs:VoEVideoSyncImpl (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.h20 class VoEVideoSyncImpl : public VoEVideoSync { class in namespace:webrtc
43 VoEVideoSyncImpl(voe::SharedData* shared);
44 ~VoEVideoSyncImpl() override;
H A Dvoe_video_sync_impl.cc36 VoEVideoSyncImpl::VoEVideoSyncImpl(voe::SharedData* shared) : _shared(shared) { function in class:webrtc::VoEVideoSyncImpl
38 "VoEVideoSyncImpl::VoEVideoSyncImpl() - ctor");
41 VoEVideoSyncImpl::~VoEVideoSyncImpl() {
43 "VoEVideoSyncImpl::~VoEVideoSyncImpl() - dtor");
46 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel,
62 int VoEVideoSyncImpl
[all...]
H A Dvoice_engine_impl.h84 public VoEVideoSyncImpl,
119 VoEVideoSyncImpl(this),

Completed in 149 milliseconds