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

  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.h 20 class VoEVideoSyncImpl : public VoEVideoSync {
43 VoEVideoSyncImpl(voe::SharedData* shared);
44 ~VoEVideoSyncImpl() override;
voe_video_sync_impl.cc 36 VoEVideoSyncImpl::VoEVideoSyncImpl(voe::SharedData* shared) : _shared(shared) {
38 "VoEVideoSyncImpl::VoEVideoSyncImpl() - ctor");
41 VoEVideoSyncImpl::~VoEVideoSyncImpl() {
43 "VoEVideoSyncImpl::~VoEVideoSyncImpl() - dtor");
46 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel,
62 int VoEVideoSyncImpl::SetInitTimestamp(int channel, unsigned int timestamp)
    [all...]
voice_engine_impl.h 84 public VoEVideoSyncImpl,
119 VoEVideoSyncImpl(this),

Completed in 140 milliseconds