Home
last modified time | relevance | path

Searched refs:decoding_stat_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcall_statistics.cc20 ++decoding_stat_.calls_to_neteq; in DecodedByNetEq()
23 ++decoding_stat_.decoded_normal; in DecodedByNetEq()
27 ++decoding_stat_.decoded_plc; in DecodedByNetEq()
31 ++decoding_stat_.decoded_cng; in DecodedByNetEq()
35 ++decoding_stat_.decoded_plc_cng; in DecodedByNetEq()
46 ++decoding_stat_.calls_to_silence_generator; in DecodedBySilenceGenerator()
50 return decoding_stat_; in GetDecodingStatistics()
Dcall_statistics.h56 AudioDecodingCallStats decoding_stat_; variable