OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDecodingCallStatistics
(Results
1 - 17
of
17
) sorted by null
/external/webrtc/webrtc/voice_engine/include/
voe_neteq_stats.h
38
virtual int
GetDecodingCallStatistics
(
/external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.h
25
int
GetDecodingCallStatistics
(int channel,
voe_neteq_stats_impl.cc
65
int VoENetEqStatsImpl::
GetDecodingCallStatistics
(
75
"
GetDecodingCallStatistics
() failed to locate "
80
channelPtr->
GetDecodingCallStatistics
(stats);
channel_proxy.h
61
virtual AudioDecodingCallStats
GetDecodingCallStatistics
() const;
channel_proxy.cc
110
AudioDecodingCallStats ChannelProxy::
GetDecodingCallStatistics
() const {
113
channel()->
GetDecodingCallStatistics
(&stats);
channel.h
284
void
GetDecodingCallStatistics
(AudioDecodingCallStats* stats) const;
channel.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voe_channel_proxy.h
38
MOCK_CONST_METHOD0(
GetDecodingCallStatistics
, AudioDecodingCallStats());
mock_voice_engine.h
246
MOCK_CONST_METHOD2(
GetDecodingCallStatistics
,
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h
275
void
GetDecodingCallStatistics
(AudioDecodingCallStats* stats) const;
audio_coding_module_impl.h
185
void
GetDecodingCallStatistics
(AudioDecodingCallStats* stats) const override;
audio_coding_module_impl.cc
822
void AudioCodingModuleImpl::
GetDecodingCallStatistics
(
824
receiver_.
GetDecodingCallStatistics
(call_stats);
audio_coding_module_unittest_oldapi.cc
248
acm_->
GetDecodingCallStatistics
(&stats);
273
acm_->
GetDecodingCallStatistics
(&stats);
288
acm_->
GetDecodingCallStatistics
(&stats);
[
all
...]
acm_receiver.cc
533
void AcmReceiver::
GetDecodingCallStatistics
(
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
740
virtual void
GetDecodingCallStatistics
(
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
227
auto ds = channel_proxy_->
GetDecodingCallStatistics
();
audio_receive_stream_unittest.cc
143
EXPECT_CALL(*channel_proxy_,
GetDecodingCallStatistics
())
Completed in 297 milliseconds