Searched refs:GetDelayEstimate (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | channel_proxy.cc | 125 uint32_t ChannelProxy::GetDelayEstimate() const { in GetDelayEstimate() function in webrtc::voe::ChannelProxy 127 return channel()->GetDelayEstimate(); in GetDelayEstimate()
|
D | voe_video_sync_impl.cc | 119 int VoEVideoSyncImpl::GetDelayEstimate(int channel, in GetDelayEstimate() function in webrtc::VoEVideoSyncImpl 133 if (!channelPtr->GetDelayEstimate(jitter_buffer_delay_ms, in GetDelayEstimate()
|
D | voe_video_sync_impl.h | 26 int GetDelayEstimate(int channel,
|
D | channel_proxy.h | 63 virtual uint32_t GetDelayEstimate() const;
|
D | channel.h | 287 bool GetDelayEstimate(int* jitter_buffer_delay_ms, 289 uint32_t GetDelayEstimate() const;
|
D | channel.cc | 3572 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/ |
D | voe_video_sync.h | 69 virtual int GetDelayEstimate(int channel,
|
/external/webrtc/webrtc/test/ |
D | mock_voe_channel_proxy.h | 40 MOCK_CONST_METHOD0(GetDelayEstimate, uint32_t());
|
D | mock_voice_engine.h | 304 MOCK_METHOD3(GetDelayEstimate,
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | video_sync_test.cc | 37 EXPECT_EQ(0, voe_vsync_->GetDelayEstimate(channel_, in CollectEstimatesDuring15Seconds()
|
/external/webrtc/webrtc/video/ |
D | vie_sync_module.cc | 118 if (voe_sync_interface_->GetDelayEstimate(voe_channel_id_, in Process()
|
/external/webrtc/webrtc/audio/ |
D | audio_receive_stream.cc | 214 stats.delay_estimate_ms = channel_proxy_->GetDelayEstimate(); in GetStats()
|
D | audio_receive_stream_unittest.cc | 137 EXPECT_CALL(*channel_proxy_, GetDelayEstimate()) in SetupMockForGetStats()
|