Home
last modified time | relevance | path

Searched refs:GetDelayEstimate (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc125 uint32_t ChannelProxy::GetDelayEstimate() const { in GetDelayEstimate() function in webrtc::voe::ChannelProxy
127 return channel()->GetDelayEstimate(); in GetDelayEstimate()
Dvoe_video_sync_impl.cc119 int VoEVideoSyncImpl::GetDelayEstimate(int channel, in GetDelayEstimate() function in webrtc::VoEVideoSyncImpl
133 if (!channelPtr->GetDelayEstimate(jitter_buffer_delay_ms, in GetDelayEstimate()
Dvoe_video_sync_impl.h26 int GetDelayEstimate(int channel,
Dchannel_proxy.h63 virtual uint32_t GetDelayEstimate() const;
Dchannel.h287 bool GetDelayEstimate(int* jitter_buffer_delay_ms,
289 uint32_t GetDelayEstimate() const;
Dchannel.cc3572 bool Channel::GetDelayEstimate(int* jitter_buffer_delay_ms, in GetDelayEstimate() function in webrtc::voe::Channel
3584 uint32_t Channel::GetDelayEstimate() const { in GetDelayEstimate() function in webrtc::voe::Channel
3587 GetDelayEstimate(&jitter_buffer_delay_ms, &playout_buffer_delay_ms); in GetDelayEstimate()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_video_sync.h69 virtual int GetDelayEstimate(int channel,
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h40 MOCK_CONST_METHOD0(GetDelayEstimate, uint32_t());
Dmock_voice_engine.h304 MOCK_METHOD3(GetDelayEstimate,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvideo_sync_test.cc37 EXPECT_EQ(0, voe_vsync_->GetDelayEstimate(channel_, in CollectEstimatesDuring15Seconds()
/external/webrtc/webrtc/video/
Dvie_sync_module.cc118 if (voe_sync_interface_->GetDelayEstimate(voe_channel_id_, in Process()
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc214 stats.delay_estimate_ms = channel_proxy_->GetDelayEstimate(); in GetStats()
Daudio_receive_stream_unittest.cc137 EXPECT_CALL(*channel_proxy_, GetDelayEstimate()) in SetupMockForGetStats()