Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dvoe_video_sync_impl.cc36 VoEVideoSyncImpl::VoEVideoSyncImpl(voe::SharedData* shared) : _shared(shared) { in VoEVideoSyncImpl() function in webrtc::VoEVideoSyncImpl
41 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()
Dvoe_video_sync_impl.h20 class VoEVideoSyncImpl : public VoEVideoSync {
43 VoEVideoSyncImpl(voe::SharedData* shared);
44 ~VoEVideoSyncImpl() override;
Dvoice_engine_impl.h84 public VoEVideoSyncImpl,
119 VoEVideoSyncImpl(this), in VoiceEngineImpl()