OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDecodingCallStatistics
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_neteq_stats_impl.cc
65
int VoENetEqStatsImpl::
GetDecodingCallStatistics
(
75
"
GetDecodingCallStatistics
() failed to locate "
80
channelPtr->
GetDecodingCallStatistics
(stats);
channel_proxy.cc
110
AudioDecodingCallStats ChannelProxy::
GetDecodingCallStatistics
() const {
113
channel()->
GetDecodingCallStatistics
(&stats);
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc
533
void AcmReceiver::
GetDecodingCallStatistics
(
audio_coding_module_impl.cc
822
void AudioCodingModuleImpl::
GetDecodingCallStatistics
(
824
receiver_.
GetDecodingCallStatistics
(call_stats);
Completed in 67 milliseconds