Searched refs:DecodedByNetEq (Results 1 – 4 of 4) sorted by relevance
36 call_stats.DecodedByNetEq(AudioFrame::kNormalSpeech); in TEST()37 call_stats.DecodedByNetEq(AudioFrame::kPLC); in TEST()38 call_stats.DecodedByNetEq(AudioFrame::kPLCCNG); in TEST()39 call_stats.DecodedByNetEq(AudioFrame::kCNG); in TEST()
41 void DecodedByNetEq(AudioFrame::SpeechType speech_type);
19 void CallStatistics::DecodedByNetEq(AudioFrame::SpeechType speech_type) { in DecodedByNetEq() function in webrtc::acm2::CallStatistics
285 call_stats_.DecodedByNetEq(audio_frame->speech_type_); in GetAudio()