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

  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc 119 int VoEVideoSyncImpl::GetDelayEstimate(int channel,
130 "GetDelayEstimate() failed to locate channel");
133 if (!channelPtr->GetDelayEstimate(jitter_buffer_delay_ms,
channel_proxy.cc 125 uint32_t ChannelProxy::GetDelayEstimate() const {
127 return channel()->GetDelayEstimate();
channel.cc     [all...]

Completed in 769 milliseconds