Searched defs:GetDelayEstimate (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc119 int VoEVideoSyncImpl::GetDelayEstimate(int channel, function in class:webrtc::VoEVideoSyncImpl
130 "GetDelayEstimate() failed to locate channel");
133 if (!channelPtr->GetDelayEstimate(jitter_buffer_delay_ms,
H A Dchannel_proxy.cc125 uint32_t ChannelProxy::GetDelayEstimate() const { function in class:webrtc::voe::ChannelProxy
127 return channel()->GetDelayEstimate();
H A Dchannel.cc3572 bool Channel::GetDelayEstimate(int* jitter_buffer_delay_ms, function in class:webrtc::voe::Channel
3584 uint32_t Channel::GetDelayEstimate() const { function in class:webrtc::voe::Channel
3587 GetDelayEstimate(&jitter_buffer_delay_ms, &playout_buffer_delay_ms);
3948 // risk of rounding error) and compensate for it in GetDelayEstimate()

Completed in 186 milliseconds