Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/acm2/
Dcall_statistics.cc21 ++decoding_stat_.calls_to_neteq; in DecodedByNetEq()
23 ++decoding_stat_.decoded_muted_output; in DecodedByNetEq()
27 ++decoding_stat_.decoded_normal; in DecodedByNetEq()
31 ++decoding_stat_.decoded_neteq_plc; in DecodedByNetEq()
35 ++decoding_stat_.decoded_codec_plc; in DecodedByNetEq()
39 ++decoding_stat_.decoded_cng; in DecodedByNetEq()
43 ++decoding_stat_.decoded_plc_cng; in DecodedByNetEq()
54 ++decoding_stat_.calls_to_silence_generator; in DecodedBySilenceGenerator()
58 return decoding_stat_; in GetDecodingStatistics()
Dcall_statistics.h57 AudioDecodingCallStats decoding_stat_; variable