OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDelayEstimate
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h
69
virtual int
GetDelayEstimate
(int channel,
/external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.h
26
int
GetDelayEstimate
(int channel,
channel_proxy.h
63
virtual uint32_t
GetDelayEstimate
() const;
channel_proxy.cc
125
uint32_t ChannelProxy::
GetDelayEstimate
() const {
127
return channel()->
GetDelayEstimate
();
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.h
287
bool
GetDelayEstimate
(int* jitter_buffer_delay_ms,
289
uint32_t
GetDelayEstimate
() const;
channel.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
40
MOCK_CONST_METHOD0(
GetDelayEstimate
, uint32_t());
mock_voice_engine.h
304
MOCK_METHOD3(
GetDelayEstimate
,
/external/webrtc/webrtc/video/
vie_sync_module.cc
118
if (voe_sync_interface_->
GetDelayEstimate
(voe_channel_id_,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
video_sync_test.cc
37
EXPECT_EQ(0, voe_vsync_->
GetDelayEstimate
(channel_,
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
214
stats.delay_estimate_ms = channel_proxy_->
GetDelayEstimate
();
audio_receive_stream_unittest.cc
137
EXPECT_CALL(*channel_proxy_,
GetDelayEstimate
())
Completed in 55 milliseconds