Searched refs:VoEVideoSyncImpl (Results 1 – 3 of 3) sorted by relevance
36 VoEVideoSyncImpl::VoEVideoSyncImpl(voe::SharedData* shared) : _shared(shared) { in VoEVideoSyncImpl() function in webrtc::VoEVideoSyncImpl41 VoEVideoSyncImpl::~VoEVideoSyncImpl() { in ~VoEVideoSyncImpl()46 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel, in GetPlayoutTimestamp()62 int VoEVideoSyncImpl::SetInitTimestamp(int channel, unsigned int timestamp) { in SetInitTimestamp()81 int VoEVideoSyncImpl::SetInitSequenceNumber(int channel, short sequenceNumber) { in SetInitSequenceNumber()100 int VoEVideoSyncImpl::SetMinimumPlayoutDelay(int channel, int delayMs) { in SetMinimumPlayoutDelay()119 int VoEVideoSyncImpl::GetDelayEstimate(int channel, in GetDelayEstimate()140 int VoEVideoSyncImpl::GetPlayoutBufferSize(int& bufferMs) { in GetPlayoutBufferSize()156 int VoEVideoSyncImpl::GetRtpRtcp(int channel, in GetRtpRtcp()173 int VoEVideoSyncImpl::GetLeastRequiredDelayMs(int channel) const { in GetLeastRequiredDelayMs()
20 class VoEVideoSyncImpl : public VoEVideoSync {43 VoEVideoSyncImpl(voe::SharedData* shared);44 ~VoEVideoSyncImpl() override;
84 public VoEVideoSyncImpl,119 VoEVideoSyncImpl(this), in VoiceEngineImpl()